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

Re: svn status --show-updates doesn't display status of deleted subdirectories

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-10-18 16:43:08 CEST

Nikita Zhuk <nikita@nikitazhuk.net> writes:

>> $ svn st -u dirA # ( 1)
>> D 4 dirA/dirB
>> D 4 dirA/dirB/foo
>> D 4 dirA
>> Status against revision: 4
>>
>> $ svn st dirA/dirB
>> D dirA/dirB
>> D dirA/dirB/foo
>>
>> $ svn st -u dirA/dirB # (2)
>> Status against revision: 4
>>
>> $ cd dirA
>> $ svn st .
>> D .
>> D dirB
>> D dirB/foo
>>
>> $ svn st -u . # (3)
>> D 4 .
>> Status against revision: 4
>>
>>
>> #(1): Here svn st -u works correctly
>> #(2): Here svn st -u doesn't list anything although it should list
>> both dirA/dirB and dirA/dirB/foo
>> #(3): Here svn st -u lists only '.', but it should've list also
>> dirB and dirB/foo.
>>
>>
>> If this will be confirmed as a bug, I'm ready to submit it to issue
>> tracker.

Yes, that's a bug. If we don't already have an issue then please
create one.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 18 16:44:37 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.