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

svn 1.4.3: can't commit - MKACTIVITY of '...": 403 Forbidden

From: Liu Yubao <yubao.liu_at_gmail.com>
Date: 2007-05-18 04:48:42 CEST

Hi,
   Yesterday I upgraded our svn server from 1.2.1 to 1.4.3,now I find
I can't commit, TortoiseSVN 1.4.3 reports:

        Commit faied(details follow):
        MKACTIVITY of '...": 403 Forbidden

and the apache 2.0.54 error.log says:
        Access denied: 'myusername' MKACTIVITY myrepos

I don't modify the original configuration files, after upgrade apache
can startup normally and I can browse the repository and check the logs.

I googled the web but have not found any explanation and solution.

Here is configuration for apache:
<Location /repos>
   DAV svn
   SVNParentPath d:/path/to/svnroot
   AuthType Basic
   AuthName "auth name"
   AuthUserFile d:/path/to/svn-auth-file
   Require valid-user
   AuthzSVNAccessFile d:/path/to/svn-access-file
</Location>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 18 04:52:15 2007

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.