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

Re: “AuthorizationFailed” Error when accessing a Subversion Repository Remotely

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-01-15 18:39:48 CET

Geoff Olding wrote:
> I have set-up an installation of Subversion and TortoiseSVN on a server on a
> client’s site.
>
> I have created a repository on a shared folder on this server, and am running
> the svnserve service, running on the local system account.
>
> I have enabled anonymous access to the repository in svnserve.conf. I have
> commented out all the lines in svnserve.conf except the following:
>
> # anon-access = write
> # auth-access = write

Shouldn't that be

anon-access = rw
auth-access = rw

instead of "write"?

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Jan 15 18:49:48 2007

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

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