Directory Modification Feature or a Bug?
From: Jiri Culik <gculik_at_gmail.com>
Date: 2006-03-16 03:51:19 CET
Environment:
Server: Windows Server 2003
Subversion 1.3.0
Apache 2.0.55
Client: Windows XP
A simple test case in a local empty workspace that has been checked out:
\Workspace> svn mkdir stooge
\Workspace> svn commit -m message stooge
\Workspace> echo hello > stooge\bubba.txt
\Workspace> svn add stooge\bubba.txt
\Workspace> svn commit -m message stooge
\Workspace> svn delete stooge
\Workspace> svn commit -m message stooge
Deleting stooge
svn: Commit failed (details follow):
svn: Item '/stooge' is out of date
\Workspace>
Now if I add "svn update" after the second commit everything works fine. I
This seems to have been an issue in past versions as far as I can tell from
Thanks,
Jiri
|
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.