Problems with svn auth and acess control
From: Trevor Harrison <trevorsharrison_at_gmail.com>
Date: 2007-04-28 05:28:35 CEST
I'm having problems setting up a public and private repos.
I have a private repo (/var/subversion/private) and a public repo
In apache, I'm using the svnparentpath pointing to /var/subversion,
<VirtualHost *:80>
<Location />
AuthType Basic
My svnaccess file looks like:
[/]
[private:/]
[public:/]
Access to the private repo works fine as expected. Access to the
However, write operations don't work if I have the *=r line:
$ svn ci -m "Test commit3"
If I remove the *=r line, I can commit. After successsfully commiting
Am I following the directions from the red book correctly?
How do I allow anonymous readonly access to a repo and read-write to
-Trevor
-ps. svn is 1.3.2 and apache is 2.0.58.
---------------------------------------------------------------------
|
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.