[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Problem with commit

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Fri, 23 Jul 2010 10:46:11 +0300

Ameet Nanda wrote on Thu, Jul 22, 2010 at 17:23:54 -0700:
> 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

What does the httpd error log say?

> 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
Received on 2010-07-23 09:47:49 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.