[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: Ameet Nanda <ameet.nanda_at_gmail.com>
Date: Fri, 23 Jul 2010 01:08:41 -0700

Nevamind got it fixed. I changed the subversion.conf from

<LimitExcept GET PROPFIND OPTIONS REPORT>

to

<LimitExcept GET PROPFIND CHECKOUT PROPPATCH PUT MERGE DELETE MKACTIVITY
OPTIONS REPORT>

and got it working.

-Ameet

On Fri, Jul 23, 2010 at 12:46 AM, Daniel Shahaf <d.s_at_daniel.shahaf.name>wrote:

> 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 10:09:40 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.