Directory out-of-date (issue 987)
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-11-14 14:46:59 CET
Hello
Consider this script
export REPO=file://`pwd`/repo
After the first commit the status shows
0 0 ? wc
and after the second commit the status shows
0 0 ? wc
so clearly the post-commit processing is not bumping the parent
The status command queries the repository and the status editor uses
Now delete dir1 and try to commit, and the commit fails with
svn: out of date: `dir1' in txn `5'
because the revision we are trying to delete is not HEAD.
So to my question:
Is it reasonable for 'svn commit' to fail with an out-of-date message
We could change 'svn status' so that it always shows out-of-date
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu Nov 14 14:47:44 2002 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.