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

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
        anon-access = read
        auth-access = write
        password-db = passwd
        authz-db = authz

    2) f:\temp\rep\passwd
        harry = harryssecret

    3) f:\temp\rep\authz
        [/]
        harry = rw
        * =

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
        auth-access = write
        password-db = passwd
        authz-db = authz

    or

        anon-access = none
        auth-access = write
        password-db = passwd
        authz-db = authz

8. everything is ok now

Is this a bug? I try the same steps under svn 1.4 and got the same result.

thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 12 12:49:08 2006

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.