403 Forbidden in response to COPY request
From: Anton Prowse <AProwse_at_TravelCLICK.net>
Date: Wed, 17 Mar 2010 08:39:46 -0500
Several users are configured to use our Subversion system via HTTPS and Basic authentication.
Repos URL:
Apache config "vhost_ssl.conf":
<Location /repos>
AuthzSVNAccessFile /var/www/vhosts/example.com/conf/reposAccessFile
AuthType Basic
reposAccessFile:
[specialrepos:/]
[specialrepos:/trunk]
[specialrepos:/branches]
[specialrepos:/tags]
[/trunk/specialfile]
[/]
svnuserpw file:
When I authenticate as user1 I can execute all commands without problem. However, when I authenticate as user2 I receive the following error when trying to create a branch from the trunk of "repos1":
Using TortoiseSVN from my local machine:
Using the command line from my local machine:
It works if I do it on the command line of the same server where the repos is actually stored, and I'm logged in as root:
....but fails if I'm logged in on that same server as another user:
drwxr-xr-x 123 apache apache 4096 Jan 1 2010 .
I can't see what makes user2 different from user1 other than the configuration in reposAccessFile which only concerns an unrelated repository ("specialrepos") and a single file which exists in all repositories ("/trunk/specialfile").
I'm using:
Any advice will be much appreciated!
Cheers,
TRAVELCLICK Privacy Policy
This email message and any accompanying attachments may contain confidential information. If you are not the intended recipient, do not read, use, disseminate, distribute or copy this message or attachments. If you have received this message in error, please notify the sender immediately and delete this message. Any views expressed in this message are those of the individual sender, except where the sender expressly, and with authority, states them to be the views of TravelCLICK. Before opening any attachments, please check them for viruses and defects.
|
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.