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

SVN access denied when comparing revisions

From: Bill Cebula <bill.cebula_at_gmail.com>
Date: Tue, 19 Mar 2013 23:41:19 -0500

Hello,

I had the same trouble as the user that posted this question:

http://stackoverflow.com/questions/3584643/svn-access-denied-when-comparing-revisions

I am using the ToirtoiseSVN 1.7.11.2300-x64 for the client and 1.7.8 for
the server.

In my situation I gave myself read/write rights to the root repository in
the *authz* file, but had the *anon-access* line within the conf file
commented.

I would expect the same behavior whether the* anon-access* line is
commented or whether it is specified as *none*. However, if the
anon-access line is commented, you get the error even though you the*
authz* specifies read/write privileges for
the entire repository.

Example setup to reproduce issue:

*authz*

[/]

harry = rw

*passwd*

[users]

harry = harryssecret

*svnserve.conf*

#anon-access = none

#auth-access = none

password-db = passwd

authz-db = authz

 It does appear to be a bug. Should I file an issue for this?:

Thanks,

Bill
Received on 2013-03-20 07:46:35 CET

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.