Branch management. Merge tracking.
From: Nick Patavalis <npat_at_inaccessnetworks.com>
Date: 2004-12-08 15:58:48 CET
I have this svn project
svn://host/repo/proj/{trunk,branches,tags}
And in it the "module" (directory) mod0
svn://host/repo/proj/trunk/mod0
Currently the repository is at revision r0. Since a lot of people are
svn cp svn://host/repo/proj/trunk/mod0 \
So the branch appears at revision r1.
Several days pass by, the restructuring of my-mod0 progresses, and at
svn merge -r r7:r8 svn://host/repo/proj/trunk/mod0
(assuming of course a working copy on the branch)
As far as I understand, once I've merged from the trunk to the branch,
So I decide not to merge from branch to trunk.
After a couple of weeks latter the restructured my-mod0 is ready,
$ cd <trunk-WC>/mod0
Can I omit the intermediate "commit"? Is there a better, or
Thanks in advance
---------------------------------------------------------------------
|
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.