HTTP commit access to a repository stopped working all of a sudden. I tried/am still trying to create a directory.
> svn --version
svn, version 0.37.0 (r8509)
From the client
> svn mkdir -m "Creating private branch" http://bart/svn/online/branches/smcclena
Authentication realm: <http://bart:80> Subversion repository
Password for 'smcclena':
svn:
Can't open activity db: APR does not understand this error code
In Apache's error_log
[Fri Mar 12 10:37:52 2004] [error] [client 10.0.0.200] Could not create activity
/svn/online/!svn/act/3d68c2c0-71d5-0310-ba46-e30dd246688a. [500, #0]
[Fri Mar 12 10:37:52 2004] [error] [client 10.0.0.200] Could not open dbm files.
[500, #120013]
[Fri Mar 12 10:37:52 2004] [error] [client 10.0.0.200] (88)Illegal byte sequence
: Can't open activity db: APR does not understand this error code [500, #120013
]
Is this another crazy permissions problem? Apache user apache belongs to the svn group. Do I need to setgid/uid on all repository directories, not just the db? Or do I just need to upgrade to 1.0 ?
[1140][svnadmin@bart:~/repositories/online]$ ls -la
total 18
drwxrwxr-x 7 svnadmin svn 512 Feb 9 11:54 .
drwxrwxr-x 5 svnadmin svn 512 Feb 26 12:32 ..
-rw-rw-r-- 1 svnadmin svn 376 Feb 9 11:54 README.txt
drwxrwxr-x 2 svnadmin svn 512 Feb 9 11:54 conf
drwxrwxr-x 2 svnadmin svn 512 Feb 27 11:53 dav
drwsrwsr-x 2 svnadmin svn 512 Mar 11 22:56 db
-rw-rw-r-- 1 svnadmin svn 2 Feb 9 11:54 format
drwxrwxr-x 2 svnadmin svn 512 Feb 9 11:54 hooks
drwxrwxr-x 2 svnadmin svn 512 Feb 9 11:54 locks
--------------------------
NOTE: This message and any included attachments are from HealthCom Partners, LLC and are intended only for the addressee(s). The information contained herein may include trade secrets or privileged or otherwise confidential information. Unauthorized review, forwarding, printing, copying, distributing, or using such information is strictly prohibited and may be unlawful. If you received this message in error, or have reason to believe you are not authorized to receive it, please promptly delete this message and notify the sender by e-mail.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 12 18:59:33 2004