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

Re: FW: To get all the reposiotries in my server.

From: Lieven Govaerts <svnlgo_at_mobsol.be>
Date: 2006-09-23 16:24:46 CEST

Charumathi S. Chitturi wrote:
>
> From: Charumathi S. Chitturi
> Sent: Fri 9/22/2006 1:33 PM
> To: dev@subversion.tigris.org
> Subject: To get all the reposiotries in my server.
>
>
> Hi,
> I work for a S/W firm in India. I want to list out all the
> repositories located in my server. Can u please help me by mentioning
> which properties should I use in order to get them? I want to display
> them on a web browser. Please give me a reply soon, because I need
> them urgently.
>
Since subversion 1.3 there's an option for apache called
SVNListParentPath, you can use it like this:

<Location /svn/>

     DAV svn
     SVNParentPath /home/svn

     SVNListParentPath on
     ...

</Location>

Note the closing '/' in the Location tag. It should be there otherwise
you'll get a 403 Forbidden error on the list page.

hope this helps,

Lieven.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Sep 23 16:25:09 2006

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.