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

Re: Feature Request: List all Repositories on a SVN Server

From: John Peacock <john.peacock_at_havurah-software.org>
Date: Wed, 05 Aug 2009 11:31:38 -0400

Brian Pratt wrote:
> It would be much more
> convenient to be able to simply enter the URL of a server (for instance,
> in TortoiseSVN's repo-browser), and recieve a list of /all /repositories
> on that server, for which the signed-in user has "read" access.
>

The general case is impossible, in that you may have repositories
scattered all over the server; there is no central configuration file
that exists to map all of the existing repos on any given server.

On the other hand, if you have the option of storing all of the repos in
a common location, then SVNParentPath is your friend. That provides a
browseable "virtual" location that lists your individual repos, but not
from within TortoiseSVN I believe because that listing is strictly an
HTTP browse.

John

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2380517
Received on 2009-08-05 17:31:55 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.