You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Tim Armes <ta...@fr.imaje.com> on 2004/03/04 08:18:01 UTC

Non-recursive svnlook

Hi,

This is a feature request.  Would it be possible to add a non-recursive
option to svnlook ?  This option would be very useful for WebSVN, which
currently has to cache the tree layout of each revision, since calling
svnlook and then parsing the output takes too long.

The cache works nicely up to a point, but once you have a large repository
with many tags, the svnlook output can be tens of thousands of lines long,
resulting it immense caches!

Being able to demand just the contents of the path passed, and not the
contents of the sub-directories, would help the matter significantly.

Regards,

Tim

###########################################

This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.
For more information, connect to http://www.F-Secure.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Non-recursive svnlook

Posted by "C. Michael Pilato" <cm...@collab.net>.
Tim Armes <ta...@fr.imaje.com> writes:

> Hi,
> 
> This is a feature request.  Would it be possible to add a non-recursive
> option to svnlook ?  This option would be very useful for WebSVN, which
> currently has to cache the tree layout of each revision, since calling
> svnlook and then parsing the output takes too long.

If WebSVN isn't using bindings, I have no sympathy. :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org