> We are currently in the process of converting from PVCS to subversion > using the Polarion PVCS to Subversion conversion tool. The actual > conversion appears to have worked correctly and brought everything over > from our PVCS Repo to the Subversion Repo. But when in subversion we are > having several issues and wonder if anyone can point us to the right > direction moving forward. > > > Our proposed plan for moving forward is: > Trunk - current production code > Branches - projects in flight 3-5 at any one time + one that will > correspond to current production for fixes. > Branches/Project 1 - based on production. > Branches/Project 2 - based on Project 1. > Branches/Project 3 - based on production > Branches/Project 4 - based on production & Project 1 & Project 2. > > Our issue is that after the conversion the trunk contains all of the > revisions for all of the current projects in process and production fixes > intermixed. > Trunk - all current projects in process and production fixes. > Tags - all current projects at the correct revision. > > > Is there someway to set the Trunk back to current Production which > corresponds to one of the tags(labels) converted.
you can simply delete the trunk and copy the appropriate tag to trunk. BOb