Re[2]: Merge of deleted file with a modified one
From: Alexey Yudichev <ayud_at_newmail.ru>
Date: 2006-01-07 00:44:40 CET
> [snip]
> The file should not get deleted; rather, it should become unversioned
Similar discussion is here:
http://svn.haxx.se/users/archive-2005-03/0739.shtml
Here is my transcript:
==================================================
C:\temp\1>svn copy http://localhost/repos/prj/trunk http://localhost/repos/prj/branches/demo-branch -m"created demo branch"
Committed revision 32.
C:\temp\1>notepad 123.txt
C:\temp\1>svn commit 123.txt -m"edited 123.txt"
C:\temp\1>svn switch http://localhost/repos/prj/branches/demo-branch
C:\temp\1>svn delete 123.txt
C:\temp\1>svn commit 123.txt -m"deleted 123.txt"
Committed revision 34.
C:\temp\1>svn switch http://localhost/repos/prj/trunk
C:\temp\1>svn merge -r32:34 http://localhost/repos/prj/branches/demo-branch --dry-run
C:\temp\1>svn merge -r32:34 http://localhost/repos/prj/branches/demo-branch
here 123.txt gets silently deleted locally and marked for deletion in
---------------------------------------------------------------------
|
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.