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

'status -u' lists the current directory: bug?

From: Andreas J. Koenig <andreas.koenig_at_anima.de>
Date: 2002-10-28 08:08:23 CET

Is it intentional that the listing here contains the current directory
or is that a recently introduced bug? I don't recall that I saw the
current directory listed before and as there is a quite similar
example in doc/book/book/appa.xml that doesn't contain it either, I
thought I'd better report it here. I have subversion 3508.

This is the output I received just now:

% svn status -u
       * 0 .
M 1 bar/baz.c
       * bloo.png
       * faces.html
M 1 foo.c
Head revision: 2

Here's what I did to get that output:

  svn co http://k75/svn/test # was empty new repository
  cd test
  echo foo > foo.c
  mkdir bar
  echo baz > bar/baz.c
  svn add -R foo.c bar
  svn -m '' commit
  echo foo >> foo.c
  echo baz >> bar/baz.c
  cd ../
  svn co http://k75/svn/test test2
  cd test2
  echo faces > faces.html
  echo bloo > bloo.png
  svn add faces.html bloo.png
  svn -m '' commit
  cd ../test
  svn status -u

-- 
andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 28 08:09:07 2002

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.