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