[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: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2005-04-05 12:56:03 CEST

Mathias.Weinert@gfa-net.de wrote:
> kfogel@collab.net writes:
> > Wouldn't 'svn ls --recursive --verbose' or something like that do what
> > you needed?
>
> Not exactly:

> - 'svn ls' generates more output than I need so I would have to parse
> this output

Without "--verbose" it doesn't output any columns or rows other than the pathname:

svn ls -R www
[...]
faq.html
favicon.ico
getting_subversion.html
images/
images/bsddaemon.png
images/debian.jpg
[...]

> - 'svn ls' shows the entries relative to the path I asked for where
> 'svnlook tree --full-paths' will always show me the whole path

> - 'svn ls' works on working copies resp. repository urls whereas svnlook
> directly works on the repository

I'm not quite sure what you mean by "resp." but I think you mean "and not"; but
that is not true. "svn ls" also works directly on repository URLs:

svn ls -R http://svn.collab.net/repos/svn/trunk/www
[...]
faq.html
favicon.ico
getting_subversion.html
images/
images/bsddaemon.png
images/debian.jpg
[...]

> The first two things are not really a problem but the third one seems to
> be a problem for me.

Is it still a problem? :-)

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 5 12:57:29 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.