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

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

From: Nikita Zhuk <nikita_at_nikitazhuk.net>
Date: 2005-09-22 10:34:45 CEST

Hello,

Looks like svn status --show-updates [-u] has a bug which causes
status of deleted subdirectories to be missing from the output. The
following test case was made at Mac OS X 10.4.2 with local subversion
repository. SVN version number is 1.2.3. I have confirmed that the
same bug occurs with SVN 1.2.3 at Mac OS X Server 10.3.9.

Numbers in #() are references to comments at the end of this message.

$ ls -la
.
..
.svn
dirA

$ svn rm dirA/
D dirA/dirB/foo
D dirA/dirB
D dirA

$ svn st dirA
D dirA
D dirA/dirB
D dirA/dirB/foo

$ 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.

--
Nikita Zhuk
Mac OS & Web Developer
http://www.nikitazhuk.net
nikita@nikitazhuk.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 22 10:52:20 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.