403 Forbidden in response to OPTIONS after svn cp with authz
From: Hannes Erven <h.e_at_gmx.at>
Date: Thu, 08 Jan 2009 18:26:34 +0100
Hi list,
I am experiencing a strange problem with svn up after svn cp in a
It looks to me that http://svn.haxx.se/users/archive-2008-04/0579.shtml
So here's the story: the repository is served over https:// by 1.5.2
[/]
[/Folder1/Folder2]
(There is no section for Folder1 or for subfolders of Folder2)
And now watch this (authenticating as "user"):
$ svn co $REPO/Folder1/Folder2/svn-test
$ touch foo.txt
$ svn cp foo.txt bar.txt
So now we're set up. On another machine, this user had a working copy at
$ svn up -r 4415
And this is where the strange things start: lets simply svn up :
$ svn up
The server log contains:
Access denied: 'user' OPTIONS svn:/
But, stepping up one by one does not produce this error:
# Restore the wc to the rev before the problem
$ svn up -r 4416
$ svn up -r 4417
And now regular svn up works as well:
If I grant read access on / to this user, the 403 goes away. Is this by
Should I write a reproduction script and test whether this issue exists
Thanks for your help,
-hannes
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.