[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Issue #2425: reverting obstructed schedule add dir breaks wc

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2005-12-03 12:12:23 CET

Philip,

I may be completely misunderstanding, but in the issue you give this
reproduction recipe (line numbers are mine):

--------------------
1 svnadmin create repo
2 svn co file://`pwd`/repo wc
3 svn mkdir wc/foo
4 rm -rf wc/foo/.svn # or rm -rf wc/foo && touch wc/foo
5 svn revert wc/foo

6 Now 'svn st wc' gives

../svn/subversion/libsvn_wc/lock.c:377: (apr_err=155007)
svn: 'wc' is not a working copy

--------------------

Which concludes with:

====== The wc/foo revert has removed the wc admin directory.

But: if I read the transcript well, you have removed the .svn area
yourself at line 4, so, it's not really a surprise that line 6 gives
an error, is it?

Also, the issue summary says 'reverting ... schedule add'; in your
repro case, I see nothing being scheduled for addition...

Could you explain, please?

Thanks!

bye,

Erik.
Received on Sat Dec 3 12:13:18 2005

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.