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

Re: Apache config using mod_authz_svn for non-svn location (Trac)

From: Felix Collins <felix_at_keyghost.com>
Date: 2006-02-28 03:40:57 CET

It seems to work fine. I set the following:

  #Restrict access to Trac projects based on SVN access rights
  SVNParentPath D:/tracdb
  AuthzSVNAccessFile "C:/svnaccessfile.txt"

in my httpd.conf in the location that serves out the Trac projects. tracdb is
the root directory for the projects.

users must have access granted in the svnaccessfile.

If a user has r access they can view tickets but not do anything that requires
a POST. if the have rw they can do it all.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 28 03:42:36 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.