RE: duplicate merge conflict
From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Wed, 20 Apr 2011 10:40:39 -0400
> > If you are merging everything in there is no need to worry. That
Like I said, we don't even have a path named "trunk".
The paths to the above versions in the repo would be like:
svn://server/repo/project/v1.0.0
On my dev machine I have a dev root in my Users folder named "development". I check out each version to that. I DON'T use switch. I think it is too easy to forget which current version you are switched to. So, I would have all three version check out like this:
Development\Project-v1.0.0
Weekly we do a merge. Let's say the oldest release with changes in 1.0.0. So, I would do something like:
cd Development\Project-v1.0.1
I resolve and conflicts, build, test, commit. Once the build server gives me a green build I move to the next version.
cd Development\Project-v1.0.2
Rinse and repeat.
Notice, I didn't specify and ranges. svn figures out what revisions from the source path have not yet been merged in for me.
BTW: Just as an aside we do have a branches folder in the project and this is where we put feature branches. Although we don't use them too often, we have used them.
BOb
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.