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

Re: Getting list of tags/branches

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-09-09 20:22:06 CEST

Walt Armour <WaltA@concur.com> writes:

> The approach I'm looking for would just give a list of tags/branches,
> period. My thought was to use 'svnlook tree' but on out repository it is
> hideously slow (mainly because it is a massive amount of output). However,
> if I could restrict the depth of the tree that is produced it may run quite
> a bit faster and the resultant output would be more usable for this
> particular purpose. Perhaps something like 'svnlook tree --depth 1
> /my/repo/path /branches'.

Why not just use the output of 'svn ls file:///path/to/repos/tags' +
'svn ls file:///path/to/repos/branches' ?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 9 20:24:34 2004

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.