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

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

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-10-28 16:57:00 CET

andreas.koenig@anima.de (Andreas J. Koenig) writes:

> Is it intentional that the listing here contains the current directory
> or is that a recently introduced bug?

It's intentional.

> % svn status -u
> * 0 .

This shows that the working copy directory is out of date compared to
the repository HEAD.

> M 1 bar/baz.c
> * bloo.png
> * faces.html

It's out of date because it doesn't contain the above files, which
were created by a commit from some other working copy.

> M 1 foo.c
> Head revision: 2

A Subversion directory contains a list of directory-entries. When
a commit changes that list, a new revision of the directory is
created.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 28 16:57:50 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.