Svetoslav (Sunny) Milenov wrote:
> Hi, there is a bug in the new 1.5.9.15518, which does not exists in
> 1.5.4.14259.
>
> Bug summary: A user with read/write permission on a project receives
> 403 Access Denied when trying to update to head.
>
> Steps to reproduce: Pre-requisites: apache2+svn(1.5.1) repository,
> TortoiseSVN 1.5.9.15518 1. Create a user with rw access on a project
> (project MyProject), but not on the root of the repository 2. Using
> TortoiseSVN, checkout some previous revision (not HEAD) 3. Update
>
> Expected result: update succeeds (and it does with ver. 1.5.4)
>
> Actual result: fails with: Server sent unexpected return value (403
> Forbidden) in response to OPTIONS
>
> In the apache error.log I see: "OPTIONS /svn/MyRepo/MyProject/trunk
> HTTP/1.1" 200 - "-" "SVN/1.5.6 (r36142)/TortoiseSVN-1.5.9.15518
> neon/0.28.4" then some lines like this: "PROPFIND
> /svn/MyRepo/MyProject/trunk HTTP/1.1" 207 732 "-" "SVN/1.5.6
> (r36142)/TortoiseSVN-1.5.9.15518 neon/0.28.4"
>
> and then this: "OPTIONS /svn/MyRepo HTTP/1.1" 401 603 "-" "SVN/1.5.6
> (r36142)/TortoiseSVN-1.5.9.15518 neon/0.28.4" "OPTIONS /svn/MyRepo
> HTTP/1.1" 403 415 "-" "SVN/1.5.6 (r36142)/TortoiseSVN-1.5.9.15518
> neon/0.28.4"
>
> So, for some reason TortoiseSVN tries to read the root of the
> repository, and that user has no read access there. Adding a read
> access to the user for the root solves the problem, but I do not want
> to do that.
>
> Looking at the access.log file, when using the older version - 1.5.4
> does not show request for the root.
>
> Same happens if the user checks out the head, then someone else
> commits a change, and the first user tries to update.
Can you try the command line client and check if it shows the same behavior?
And you might also want to try a nightly build - there's an issue open
in the Subversion issue tracker about accessing the repo root:
http://subversion.tigris.org/issues/show_bug.cgi?id=3242
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1320837
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-03-14 08:54:27 CET