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

Re: problem with 'svn list --verbose'

From: Lorenz <lorenznl_at_yahoo.com>
Date: 2006-11-15 08:38:56 CET

ru_RU.Subversion wrote:
>A have a trouble. Results of "svn list --verbose" and "svn list --verbose *.*"
>shows different filelists. Look at this:
>[...]
>Is this bug or feature?

"svn list" shows informations about the files in the repository, not
files in the working copy.

"svn list -v" is equivalent to "svn list -v ." and therefore lists
the contents of the repo folder the working copy was checked out from.

"svn list -v *.*" on the other hand will only list information from
the repo for files files that are already in the working copy.

HTH
     Lorenz

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 15 08:40:29 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.