I am looking for an effective Content Merge & Conflict Resolution solution to support multiple development streams. Our development and content management team would like to have a solution similar to the CVS approach.1. All documents in a branch should tagged.2. All documents in a branch should inherit the tag from the base edition at its creation time.3. The tag should be modified to track changes to a file.4. Comparing two branches ( based on the same edition ) should list the files that have been changed based on the tag information. That means, it should only list the files that have been changed in the branches.We feel with consistent tagging, we could compare and list the changes from two branches effectively as all the branches will be created from an edition that inherits its tag from a root tag (ROOT). As it often happens, there is tremendous effort being spent to indentify changes between branches to perform merges and conflict resultion when there is a huge gap between releases due to business priorities. Any comments or ideas please?Regards