Re: Strange behavior on directory delete/commit
From: Ryan Schmidt <subversion-2011a_at_ryandesign.com>
Date: Tue, 2 Aug 2011 22:57:31 -0500
On Aug 2, 2011, at 07:11, Giulio Troccoli wrote:
> On 02/08/11 07:40, Dominik Psenner wrote:
> I think SVN is behaving correctly. When you do svn commit foo you're telling Subversion to commit changes made in foo. There are no changes in foo because it's been deleted. The changes, instead, are in its parent directory, the one from where you issued your commands. That's why svn commi works, it assumes . as the path.
I think "svn commit foo" would work fine, provided you do not "rmdir foo" first; that was your error.
I also have a feeling Subversion 1.7's new working copy arrangement will fix or at least change this behavior.
|
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.