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

RE: SVNParentPath Directive

From: Roger Lipscombe <rogerl_at_1e.com>
Date: 2005-07-19 17:53:17 CEST

This functionality isn't supplied in Subversion (AFAIK), so there's nothing you can "change" to enable it.

You need to take a look at this page in the TortoiseSVN docs:

http://tortoisesvn.sourceforge.net/docs/release/TortoiseSVN_en/ch03.html

Just search for "Index of projects under SVNParentPath", which gives you a chunk of PHP that does what you want.

Cheers,
Roger.

-----Original Message-----
From: Romain Prévost [mailto:prevost.romain@gmail.com]
Sent: Tue 19 July 2005 16:36
To: mailinglist subversion users
Subject: SVNParentPath Directive

Hi,

I've set-up a test server with the SVNParentPath Directive, and it's
all working fine. The only thing I'd like to do is to browse from the
root of all repos.

This is my conf :

<Location /svn>
  DAV svn
  SVNParentPath D:\svn
</Location>

Basically, I would like to see all available repos when on
http://URL/svn but I get a 'Forbidden'
What should I change ?

-- 
Romain Prévost
Epitech promotion 2007
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 19 17:55:28 2005

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.