| ||
|
|
View The Code Base
Checking Out The Code Base
Managing Branchesbranches need to be kept up to date with small updates in trunk and then trunk needs to be updated from time to time with progress in branches
%pwd /usr/www/users/irisdev/staging/the-network %svn commit -m "Merged devcur changes r1539:1562 into the trunk"
%pwd /usr/www/users/irisdev/staging/devcur %svn commit -m "Merged trunk changes r1539:1562 into branches/devcur"
When Merging between branch and trunk, when changes have been made on both, it appears important to merge both in direct succession. The problem scenario is if you merge from trunk into branch in the middle of active development on branch, merging back from branch to trunk will require extra manual steps to NOT double merge the changes from trunk that were put into branch, unless you have a clean start from the previous merge point. Finding old versions, revision numbers and deleted files
|
|