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

Re: "Authorization failed" stops me in my tracks

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-03-16 07:54:13 CET

On 3/15/06, Janine Sisk <janine@furfly.net> wrote:

> Any suggestions out there?

Look at the conf/svnserve.conf file in your repository, it defaults to
allowing only read-only access, to get write access you'll either need
to turn on anonymous writes, like this:

[general]
anon-access = write

Or you'll have to configure a password database, as described in the
file's comments.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 16 07:54:52 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.