svn-reintegrate Questions

6

I find this way easier to merge branches and less conflicts: Copy trunk to a new branch, merge it with feature branch/s. When things done, merge the new branch back to the trunk. This technique is...
Cashbox asked 5/7, 2010 at 4:12

2

Solved

I created a branch from trunk. As development on my branch is finished, I want to merge (reintegrate) my branch into trunk. Is there an option or setting to enable? It seems Netbeans 7.1 isn't able...

5

Solved

I'm trying to reintegrate a development branch into the trunk in my Subversion 1.5 repository. I merged all the changes from the trunk to the development branch prior to this operation. Now when I ...
Grayback asked 18/3, 2010 at 18:2

2

Solved

Here is the riddle: C:\code\trunk> svn merge --reintegrate http://svn.e.com/repos/branches/lih --accept postpone --dry-run svn: E195016: Reintegrate can only be used if revisions 11430 through ...
Melvamelvena asked 24/10, 2012 at 19:9

5

Solved

Must a feature branch be deleted after it's merged (reintegrated) back to trunk? I prefer to constantly merge changes back and forth from my feature branch - I believe this keeps the conflicts to ...
Saidee asked 18/5, 2009 at 13:48

4

Solved

If you always synchronise a feature branch before you merge it back. Why do you really have to use the --reintegrate option? The Subversion book says: When merging your branch back to the trunk...
Fume asked 5/11, 2009 at 13:19
1

© 2022 - 2024 — McMap. All rights reserved.