[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 09:23:11 CEST

kfogel@collab.net writes:
[...]
>
> Wouldn't 'svn ls --recursive --verbose' or something like that do what
> you needed?
>
> -Karl
>

Not exactly:
- 'svn ls' generates more output than I need so I would have to parse this
output
- 'svn ls' shows the entries relative to the path I asked for where
'svnlook tree --full-paths' will always show me the whole path
  example: 'svn ls svn://myrepos/trunk/project1/dir1 -v -R' will show
something like this:
           ... file1
           ... file2
           ... subdir/file3
           whereas 'svnlook tree pathtomyrepos trunk/project1/dir1
--full-paths ' will show:
           trunk/project1/dir1/file1
           trunk/project1/dir1/file2
           trunk/project1/dir1/subdir/file3
- 'svn ls' works on working copies resp. repository urls whereas svnlook
directly works on the repository

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

Mathias

[...]
Received on Tue Apr 5 09:24:31 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.