You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "McKenna, Simon (RGH)" <Si...@rgh.sa.gov.au> on 2003/11/19 05:01:40 UTC

svnserve commit error on win32

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


Using WinXP (latest patches) and svnserve .33

I have tried running "svnserve.exe -d" as a normal application (admin
rights),
as well as a service using FireDaemon (local system account).  
Restricting access with -r didn't seem to make any difference.

The annoying thing is svn+ssh:// works fine, as do commits and updates
using http:// or file:// against the same repository.

Any clues?

Thanks,
Simon McKenna

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: svnserve commit error on win32

Posted by mark benedetto king <mb...@lowlatency.com>.
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