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

Listing Respositories on ver 1.4.0

From: Santhosh Raghunath <sraghunath_at_adteractive.com>
Date: 2006-09-15 18:45:26 CEST

We would like to display a listing of the repositories under svn root.

 

Here is how our Apache httpd.conf <location> section configured as:

---------------------------------------------------

DocumentRoot "/usr/local/apache2_0_59/htdocs"

 

## Subversion stuff

<Location /svn>

  DAV svn

 

  SVNParentPath /home/svn/repositories

  SVNListParentPath on

  # authenticate

  AuthType Basic

  AuthName "Subversion repository"

  AuthUserFile /usr/local/apache2_0_59/conf/svn_htaccess

 

  # only authenticated users may access the repository

  Require valid-user

 

  # subversion auth/access control

  AuthzSVNAccessFile /home/svn/web/svn_authorization

 

  # for pretty display of src on a browser

  SVNIndexXSLT "/svnindex.xsl"

</Location>

-------------------------------------------------------

 

 

 

When we try to open the URL : http://svn.<domain>:81/svn/ there is an
error on browser:

 

      Forbidden

      You don't have permission to access /svn/ on this server.

 

The environment is Subversion 1.4.0 running with Apache 2.0.59 on Red
Hat Linux AS release 3 (Taroon)

 

 

~Santhosh

 

Santhosh Raghunath

 

 
Received on Fri Sep 15 18:44:31 2006

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.