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
Numbers in #() are references to comments at the end of this message.
$ ls -la
$ svn rm dirA/
$ svn st dirA
$ svn st -u dirA # ( 1)
$ svn st dirA/dirB
$ svn st -u dirA/dirB # (2)
$ cd dirA
$ svn st -u . # (3)
#(1): Here svn st -u works correctly
If this will be confirmed as a bug, I'm ready to submit it to issue
-- 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.orgReceived 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.