Can't Write To Subversion Using Crowd.
Symptoms
The following error(s) is reported, while writing to SVN repository;
svn: attempt to write a readonly database
And,
svn: OPTIONS of 'http://192.178.30.86/example': authorization failed: Could not authenticate to server:
rejected Basic challenge (http://192.178.30.86)
Cause
The Apache server doesn't have file permissions to read/write to the Subversion Database files (*.db).
Resolution
Change read/write permissions on the .db files, so that Apache can access them properly.
Last modified on Nov 21, 2012
Powered by Confluence and Scroll Viewport.