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

403 forbidden error

From: Bakki Kudva <bakki.kudva_at_gmail.com>
Date: 2007-03-08 23:07:09 CET

Hi all,

I have a repo at /home/svn. It used to contain only projects of my
company such as
/svn/projects/this/or/that

I decided to use the same repo for projects I develop for clients so
split it like so. (not two repos but two paths in one)

/svn/mycompnay/projects/this/or/that
/svn/clientcompany/paying/projects

The clientcompany side works fine but one of my company projects which
was dormant for a while gives me errors. I thought it might be because
it may have been checked out pre-split, so I did a svn co (which works
fine) to a new working copy applied the new changes and tried to
commit but I get..

svn: Commit failed (details follow):
svn: OPTIONS request failed on '/svn'
svn: OPTIONS of '/svn': 403 Forbidden (http://mycompany.com)

I have setup only basic auth and am using dav_svn module. I generated
the passwords to
/etc/apache2/dav_svn.passwd
I am using dav_svn.authz to specify which user has r / w rights.

Some excerpts from the dav_svn.conf...
<Location /svn>

  DAV svn

  # Set this to the path to your repository
  SVNParentPath /home/svn

  # Uncomment the following 3 lines to enable Basic Authentication
  AuthType Basic
  AuthName "Subversion Repository"
  AuthUserFile /etc/apache2/dav_svn.passwd

  # Uncomment the following line to enable Authz Authentication
  AuthzSVNAccessFile /etc/apache2/dav_svn.authz

  # The following three lines allow anonymous read, but make
  # committers authenticate themselves.

  # <LimitExcept GET PROPFIND OPTIONS REPORT>
  Require valid-user
  # </LimitExcept>

</Location>

Any ideas why commits fail?

TIA,

bakki

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 8 23:07:43 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.