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

bug 2737 - status -u on obstructed paths

From: Miller, Eric <Eric.Miller_at_amd.com>
Date: 2007-05-24 18:06:48 CEST

Does anyone have time to take a look at this? It really seems like a
bug in status -u. Working copy status correctly reports obstructions
with '~'.

Maybe it is as simple as replacing the .svn exists assertion with an
obstruction status during the repository <-> wc crawl?

Thanks!

Eric

---
Bug 2737 reposted here for reference:
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
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 24 18:07:11 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.