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

Re: Enhance proplist to show files without properties

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: Wed, 6 Feb 2008 16:21:13 -0600

On Feb 6, 2008, at 15:10, sebb wrote:

> Further to http://subversion.tigris.org/issues/show_bug.cgi?id=2319
> I'd like to suggest adding a flag to proplist to show all file names,
> not just those with properties.
>
> This would make it much easier to scan files for missing properties.
>
> It's not really feasible to use SVN list - as far as I can tell, this
> always talks to the server, wich can generate a lot of traffic.
> Besides, one then has to combine the output from the two commands.
>
> Would anyone else find this enhancement useful?

As Karl said in the above ticket, a small script combining the output
of svn ls and svn proplist is the recommended solution. "svn ls
$REPO" does talk to the repo over the network, but "svn ls
$WORKINGCOPY" does not, and uses only the local working copy.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-06 23:21:53 CET

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.