Is merge broken?
From: Ignacy Gawedzki <svn_at_qult.net>
Date: 2005-04-03 04:34:00 CEST
Hi,
I just had some trouble merging a branch back to the trunk. I isolated the
I created and committed a trunk with the following layout (r1)
trunk
Then I copied the trunk into a branch (r2)
svn cp trunk somebranch
Now, working on the branch I decide to delete bar/somefile.txt (r3)
svn rm somebranch/bar/somefile.txt
Then, I decide that after all, the empty directory is useless (r4)
svn rm somebranch/bar
Finally, I want to put foo/bar one directory up (r5)
svn mv somebranch/foo/bar somebranch
svn up
This is what I get
D trunk/foo/bar/someotherfile.txt
If I try to merge with the --ignore-ancestry option, then bar/somefile.txt
-- P.S. All information contained in the above letter is false, for reasons of military security. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Sun Apr 3 04:36:44 2005 |
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.