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

bug with svn status show_updates & obstructed dirs?

From: Miller, Eric <Eric.Miller_at_amd.com>
Date: 2007-02-28 19:00:59 CET

Probably an old issue but here 'tis anyways. I couldn't find it in the
issue tracker.

Disclaimer: Any non-svn rm or mv commands are used to approximate
working copy actions done by a 3rd party application. I'm not
intentionally trying to break the tool by not adhering to a suggested
use model.

svn status -u errors out on obstructed directories (1.4.2).

% svn status

% mkdir test_status
% touch test_status/afile
% svn add test_status
A test_status
A test_status/afile

% svn ci -m '' test_status/ test_status/afile
Adding test_status
Adding test_status/afile
Transmitting file data .
Committed revision 703.

% rm -rf test_status/
% mkdir test_status
% svn status
~ test_status

% svn status -u
svn: Directory 'test_status/.svn' containing working copy admin area is
missing
Exit 1

Has this already been reported? I think it can be related to the
svn:opaque property that is discussed in:
http://subversion.tigris.org/issues/show_bug.cgi?id=707

Eric

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 28 19:01:35 2007

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.