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

Problem with commit

From: Ameet Nanda <ameet.nanda_at_gmail.com>
Date: Thu, 22 Jul 2010 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
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 02:24:57 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.