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

Re: Error with Branch, Commit/Update works fine

From: Michael Diers <mdiers_at_elego.de>
Date: Wed, 22 Jul 2009 12:39:29 +0200

Franc Marx wrote:
> you are right, it should be
> https://svn.xxx.de/s%e2%80%8bvn/customer/project/%e2%80%8bbra%e2%80%8bnches/test%e2%80%8b2
>
> I removed path details from error message... sorry I removed too much.
>
> The important thing from this error message is: ...(403 Forbidden) ... die Anfrage PROPFIND für »/svn« ...
>
> => there is an access to "/svn" path, but the customer didn't have access rights for that.

I believe you will need to grant at least r/o access to the repository
root, https://svn.xxx.de/s%e2%80%8bvn.

[/]
@admins = rw
* =

[svn:/]
@customer = r
@anothercustomer = r

[svn:/customer]
@customer = rw

[svn:/anothercustomer]
@anothercustomer = rw

-- 
Michael Diers, Senior Consultant/Technical Director
elego Software Solutions GmbH, http://www.elego.de
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2374372
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-07-22 12:40:45 CEST

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.