How do I set up an anonymous autoversioning mod_dav_svn server?
Posted
by Chris R
on Server Fault
See other posts from Server Fault
or by Chris R
Published on 2009-12-10T00:15:43Z
Indexed on
2010/04/12
16:03 UTC
Read the original article
Hit count: 362
I would like to create a DAV SVN server with autoversioning that has no access control of any kind. I experimented with several variations on this, but every one of them runs into this error in the end:
"Anonymous lock creation is not allowed."
So, as a fallback option I would like to configure my SVN Location to have default credentials. Is this possible? Is there a better way to do what I'm trying to do?
© Server Fault or respective owner