[ILUG] Subversion+Apache2+ApacheAuthMySQL

Colin O'Keeffe ilugcolin at gmail.com
Mon Mar 13 22:25:39 GMT 2006


I keep getting these errors in the error.log in apache when uploading
something to the repository

No such file or directory: Anonymous lock creation is not allowed.

I'm running subversion through apache for webdav and have apache
authenticating users from mysql. So I want those people to be able to
read and write a repository

Heres my Apache Config

<location /public>
                Order allow,deny
                Allow from all
                DAV svn
                SVNAutoversioning on
                SVNParentPath /home/subversion/public
                AuthzSVNAccessFile /etc/apache2/public-svn-authzfile
                Satisfy Any
</location>

And heres the public-svn-authzfile

[public:/]
* = rw

any ideas where I'm gone wrong ?

thanks



More information about the ILUG mailing list