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

svn's problem while opening the anonym's read-authority to some subdirectory

From: reer <7101227_at_sina.com>
Date: Sun, 7 Mar 2010 23:21:22 -0800 (PST)

To open the anonym's read-authority to some subdirectory, I get the problem.
The err info is like "no power to open root directory to edit" (not exactly,
just the meaning).

The conf is below:
svnserve.conf:
anon-access = read
auth-access = write
password-db = passwd
authz-db = authz

passwd:
test = 111

authz:
[groups]
adm = test
[/]
@adm = rw
* =
[/testsvn]
@t = r

___________________________________________

According the above configure, the anonym could read the directory of
"svn://repository-ip/testsvn". But the problem follows:
1、the authentic users could NOT checkout any repository. The err-info is
like "no power to open root directory to edit" (not exactly, just the
meaning).
2、If to set "anon-access = none" in svnserve.conf, the authentic users could
work with the repository normally. But the anonym could not read the
directory of "svn://repository-ip/testsvn".

-- 
View this message in context: http://old.nabble.com/svn%27s-problem-while-opening-the-anonym%27s-read-authority-to-some-subdirectory-tp27817853p27817853.html
Sent from the tortoisesvn - users mailing list archive at Nabble.com.
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2456350
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-03-08 08:33:51 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.