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

Re: [PATCH] new parameter option '--full-paths' for 'svnlook tree'

From: <Mathias.Weinert_at_gfa-net.de>
Date: 2005-04-05 17:22:19 CEST

Marcus Rueckert writes:
> On 2005-04-05 13:46:18 +0200, Mathias.Weinert@gfa-net.de wrote:
> > What I wanted to say was this: 'svn ls' either works on working copies
or
> > on repository urls but not directly on the repository (which means on
the
> > server).
>
> svn ls -R file:///path/to/repos/subpath
>
> just my 2 cents
>
> darix
>
That's it.

Instead of using 'svnlook tree --full-paths /path/to/repos subpath'
I can use e. g. 'svn ls -R file:///path/to/repos/subpath | sed -e
"s#^#subpath/#"

Now the only difference is the sort order and that svnlook will also
output the path itself ('subpath/') (what shouldn't be a problem) (if I
also needed this, why not using echo "subpath/" && svn ls... ;-) ).

Thank you to all of you.

At the end it's just a matter of 'inclination' (as Max said) :-)
Or will there be a difference in performance?

Mathias
Received on Tue Apr 5 17:27:37 2005

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.