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

Re: Respositories List

From: Andrew Melo <andrewm_at_world-of-frags.com>
Date: 2006-06-22 06:17:12 CEST

Kevin Cannon wrote:
> Hi,
>
> I'd just like to make a suggestion to subversion. I think it's very
> important that you should be able to list all the repositories on a server.

Kevin-

A big problem with that is a lot of the 'serving repositories' part of
SVN isn't within SVN itself. If you're using file://, http:// or
https:// access to the repository, there's really not a way for you to
expose a list of repositories on a server because each of those methods
takes each repository separately. IIRC, svn:// and svn+ssh:// access
through svnserve _could_ be hacked to provide that information, but if
you really needed that much information about all the different SVN
information stored on a server, it would probably be best to just use
separate subdirectories within a repository instead of several small
repositories.

my 2cents :)
Andrew

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 22 06:17:36 2006

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.