403 in Response to OPTIONS when updating working copy having full access
Posted
by user23419
on Server Fault
See other posts from Server Fault
or by user23419
Published on 2010-04-16T08:34:18Z
Indexed on
2010/04/16
8:43 UTC
Read the original article
Hit count: 409
There is an SVN repository (single repository) http://example.net/svn
The repository contains several projects (directories):
http://example.net/svn/Project1
http://example.net/svn/Project2
User has full access to Project1 directory and has no access neither to root nor to Project2.
Everything works fine for a while: user checks out http://example.net/svn/Project1
, commits and updates it successfully.
But sometimes trying to update leads to the following error:
Command: Update
Error: Server sent unexpected return value (403 Forbidden) in response to OPTIONS
Error: request for 'http://example.net/svn'
Finished!
Why does TortoiseSVN request something in the root???
I have noticed that this happens after somebody else committed copy or move operation. Checking out http://example.net/svn/Project1
helps till next time...
The main question: How to set up access rights for user to avoid these errors? Note, it's not an option to grant user any read or write access right on the root directory for security reasons.
© Server Fault or respective owner