You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Blair Zajac <bl...@orcaware.com> on 2003/04/05 00:40:12 UTC

SVNParentPath print list of child repos

It would be useful if SVNParentPath could display a list of all the
directories that could potentially could be opened so this list
doesn't have to be maintained manually in a separate web page.

It could just send a list of directories to the client rather than
try to open any directories as a repository to save CPU cycles,
but this could be made a configurable option.

What do people think?

Best,
Blair

-- 
Blair Zajac <bl...@orcaware.com>
Plots of your system's performance - http://www.orcaware.com/orca/

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

Re: SVNParentPath print list of child repos

Posted by Ben Collins-Sussman <su...@collab.net>.
Blair Zajac <bl...@orcaware.com> writes:

> It would be useful if SVNParentPath could display a list of all the
> directories that could potentially could be opened so this list
> doesn't have to be maintained manually in a separate web page.
> 
> It could just send a list of directories to the client rather than
> try to open any directories as a repository to save CPU cycles,
> but this could be made a configurable option.
> 
> What do people think?

I like this idea, honestly.  As long as it's a configurable option:
ome people may not want to make their list of repositories known, for
security reasons.

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