cannot checkout from non-anonymous visit directory with valid user
From: ึฃะยะว <zhengxinxing_at_gmail.com>
Date: 2006-09-12 12:47:52 CEST
Hi all, I got some problem
env: MS Windows 2003, Subversion 1.3.2
1. server: svnserve -d -r f:\temp
2. repository: svnadmin create f:\temp\rep
3. config:
1) f:\temp\rep\svnserve.conf
2) f:\temp\rep\passwd
3) f:\temp\rep\authz
4. import: svn import f:\testproject -m "test" svn://127.0.0.1/rep
5. checkout: svn co svn://127.0.0.1/rep --username=harry --password=harryssecret
6. I got error: Not authorized to open root of edit operation
7. change f:\temp\rep\svnserve.conf , get rid of anon-access = read:
#anon-access = read
or
anon-access = none
8. everything is ok now
Is this a bug? I try the same steps under svn 1.4 and got the same result.
thanks.
---------------------------------------------------------------------
|
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.