You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Miller, Eric" <Er...@amd.com> on 2007/05/24 16:06:48 UTC

bug 2737 - status -u on obstructed paths

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


Re: bug 2737 - status -u on obstructed paths

Posted by Lieven Govaerts <sv...@mobsol.be>.
Miller, Eric wrote:
> 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?
>   
Yep, something like that. Fixed in r25171.

Lieven

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org