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

Re: svnserve commit error on win32

From: mark benedetto king <mbk_at_lowlatency.com>
Date: 2003-11-19 15:31:31 CET

On Wed, Nov 19, 2003 at 03:31:40PM +1030, McKenna, Simon (RGH) wrote:
>
> Hi,
>
> Has anyone had any success with svnserve on Windows?
>
> svn:// checkout is okay (using SVN or TortoiseSVN)
>
> But when I try to commit or update, svn grumbles:
>
> svn: Authorization failed
> svn: Commit failed (details follow):
> svn: Connection is read-only
>

Anonymous access is now read-only by default.
To change, use conf/svnserve.conf in repos:
  [general]
  anon-access = read|write|none (default read)
  auth-access = read|write|none (default write)

Hmm, this didn't get mentioned in CHANGES.

--ben

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 19 15:31:57 2003

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.