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

authz issues

From: Eric Lee <pgeric_at_gmail.com>
Date: Wed, 23 Sep 2009 02:39:15 +0800

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_at_subversion.tigris.org].
Received on 2009-09-22 21:10:03 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.