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

Re: "svn status -u -v" - Erroneous output?

From: <cmpilato_at_collab.net>
Date: 2003-06-28 10:30:17 CEST

Michael Schmitt <schmitt@konstantin.uni-trier.de> writes:

> Hello,
>
> please have a look at the following command output. AFAICS, the output of
> "svn status -u -v" is wrong as the last committer is not "schmitt" but
> "ziegel".
>
> schmitt@host:~/Project> svn status -u -v SubDir/1.php
> SubDir/1.php
> * 779 779 schmitt SubDir/1.php
> Head revision: 838
> schmitt@host:~/Project> svn log SubDir/1.php |head
> ------------------------------------------------------------------------
> rev 813: ziegel | 2003-06-20 13:55:21 +0200 (Fri, 20 Jun 2003) | 2 lines
>
> foo

Nope, this is correct behavior. 'svn st -v' (with or without the -u)
only displays the last commit author as of the revision of the file
sitting in the working copy. If you run 'svn update -r 813' on your
working copy, and then 'svn st -v', you should see "ziegel" as the
author.

If you are interested in seeing who the last author of a file was as
of HEAD in the repository, consider using 'svn ls -v' instead, which
always looks at the repository instead of the working copy.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 28 10:30:38 2003

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.