RE: Help with constant conflicts
From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Fri, 13 May 2011 11:33:08 -0400
> On Fri, May 13, 2011 at 4:35 PM, Stephen Butler <sbutler_at_elego.de>
No it isn't default. svn doesn't know if you are merging into trunk... and trunk is just a convention.
I suggest you read the merging/branching chapter in the svn book. It really helps to understand how things work if you want to use it effectively.
> I've also read that svn 1.6 allows for multiple reintegrates. Can
No... read the book on continuing to use a branch after re-integration. It is possible but you have to be pro-active to allow it by doing a --record-only merge from trunk of the revision which is the commit of the merge from the branch.
> And is it safe to recreate branch with the same name as deleted?
Sure... not a problem.
Just keep in mind you know the semantics of your branch.
If it is a feature branch you are going to generally merge from trunk as you work on the feature and then reintegrate the branch when you are done with the feature. Since you are done with the feature you [normally would] delete the branch.
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.