Hi, I set up SVN with apache and everything seems to be running fine. However, when I try to commit, it prompts me for a password, and once I supply the password, it gives me the following error:
svn: Commit failed (details follow): svn: Server sent unexpected return value (500 Internal Server Error) in response to MKACTIVITY request for '/repos/testrep/!svn/act/b5cf039a-95ed-11df-a9f1-a38cb1af4ec0' I am running SLES 11 and this is my subversion.conf file located at /etc/apache2/conf.d/subversion.conf : *<IfModule mod_dav_svn.c> <location /repos> DAV svn SVNParentPath /srv/svn/repos/ SVNListParentPath On <LimitExcept GET PROPFIND OPTIONS REPORT> AuthType Basic AuthName "Commiting to repository requires a password" AuthUserFile /srv/svn/user_access/svn_passwdfile Require valid-user </LimitExcept> </location>* What am I doing wrong here ? Thanks, Ameet