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

Re: How to list all repositories?

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-09-07 23:48:24 CEST

On Sep 7, 2007, at 16:18, Hari Kodungallur wrote:

> On 9/7/07, gary (guangyuan) sun wrote:
>
>> I setup subversion with Apache2 on Ubuntu as server
>> and setup multiple repositories.
>>
>> I can run "svn ls" to list a repository on client.
>
> "svn ls" is to list files within a repository and not to list a
> repository on client. That is, to run "svn ls" you should already
> know the repository in the server.
>
>
>> How can I list all repositories (list all repository
>> names)?
>
> I don't think you can do that from the svn client.

Right. You can put all your repositories in a common directory and
serve them up with Apache with "SVNParentPath /that/common/
directory". You can also use "SVNListParentPath on" so that when you
use a web browser to view the parent URL, you'll see all the
repositories listed. However, that list is not available to any
Subversion client. It's only available to a web browser.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 7 23:48:33 2007

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.