Re: branching WC folder fails with files marked as deleted
From: Stefan Sperling <stsp_at_apache.org>
Date: Wed, 9 Jan 2013 14:21:06 +0100
On Wed, Jan 09, 2013 at 02:02:32PM +0100, Roman Kellner wrote:
Please do not attach images when posting to a mailing list.
> I would consider this a bug. Why does the client not simply ignore deleted
Subversion represents renames as a copy and a delete operation.
Subversion does not allow you to commit deletions of outdated items,
Please forget your particular problem case for a minute, and consider
User 1: svn mv A B
The second commit must fail so that User 2 is forced to update the
Subversion 1.5 would allow this commit, but as of Subversion 1.6 this
Also, it was possible to create empty revisions by committing the deletion
Does that make sense?
Now, you might be wondering why I'm talking about renames rather than
svn mv A B
and:
svn copy A B
and:
svn rm A
Which is going to be addressed in future releases (1.8 and beyond).
|
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.