You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Eric Lee <pg...@gmail.com> on 2009/09/22 18:39:15 UTC

authz issues

Hi, 

I have a basic setup and with svn:: protocol.

trunk\
branches\app-0.1

authz file:
[/]
$authenticated = rw
$anonymous = r

[/trunk]
$authenticated = rw
$anonymous = r

if I have get out one of the $anonymous read permission, like this.

$anonymous = 

then, I could not be able to merge revisions from branches\app-0.1 to trunk with this command,

svn merge svn://localhost/branches/app-0.1 

and an error was produced.

`svn: Unreadable path encountered; access denied`

All other operations seems work fine such list or commit

I have authenticated already but still get the access denied error message. Is this a normal behavoir ?


Thanks,
- Eric

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2398612

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].