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

Inconsistent "svn status" behavior

From: Ron Avriel <ravriel_at_hotmail.com>
Date: 2006-01-01 13:38:01 CET

I encountered an inconsistent "svn status" behavior as shown below:
"svn status" does *not* report the status of files directly below the
specified directory
when the non-recursive (-N) and update (-u) parameters are supplied.
Note that “svn status -N" (without -u) correctly returns the status of files
directly below the directory.

D:\temp\svn-test>svn status -v D:\temp\svn-test\d2
              157 157 ? D:\temp\svn-test\d2
              157 157 ? D:\temp\svn-test\d2\f21.txt

D:\temp\svn-test>svn status -N -v D:\temp\svn-test\d2
              157 157 ? D:\temp\svn-test\d2
              157 157 ? D:\temp\svn-test\d2\f21.txt

D:\temp\svn-test>svn status -u -v D:\temp\svn-test\d2
              157 157 ? D:\temp\svn-test\d2\f21.txt
              157 157 ? D:\temp\svn-test\d2
Status against revision: 159

D:\temp\svn-test>svn status -u -N -v D:\temp\svn-test\d2
              157 157 ? D:\temp\svn-test\d2
Status against revision: 159

D:\temp\svn-test>

Strangely, “svn status -u -N” behaves correctly if the same command is
issued for the
directory above the one specified above:

D:\temp\svn-test>svn status -N -v D:\temp\svn-test\
              157 157 ? D:\temp\svn-test
              157 157 ? D:\temp\svn-test\d1
              157 157 ? D:\temp\svn-test\f1.txt
              157 157 ? D:\temp\svn-test\d2
              157 157 ? D:\temp\svn-test\f2.txt

D:\temp\svn-test>svn status -u -N -v D:\temp\svn-test\
              157 157 ? D:\temp\svn-test\d1
              157 157 ? D:\temp\svn-test\f1.txt
              157 157 ? D:\temp\svn-test\d2
              157 157 ? D:\temp\svn-test\f2.txt
              157 157 ? D:\temp\svn-test
Status against revision: 159

D:\temp\svn-test>

I’m using svn, version 1.2.3 (r15833).

Why does svn -N -u behave inconsistently?
Any help will be greatly appreciated.

Thanks,
Ron

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar - get it now!
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jan 1 18:54:48 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.