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

Cannot Commit Anything

From: Garrett Marone <GMarone_at_guthy-renker.com>
Date: 2007-09-17 22:51:37 CEST

Hi, I've got subversion 1.4.5 installed on my opensuse 10.2 box, and =
subversion installed on my windows xp with tortoisesvn. I've been trying =
to get a commit to work, and I've gone so far as to modify so that anon =
access has write, and removed the authz and password-db entries from =
svnserve.conf, still no go. Anyone have any ideas?

------------svnserve.conf------------
### This file controls the configuration of the svnserve daemon, if you
### use it to allow access to this repository. (If you only allow
### access through http: and/or file: URLs, then this file is
### irrelevant.)

### Visit http://subversion.tigris.org/ for more information.

[general]
realm = video-server
#password-db = passwd
#authz-db = authz
anon-access = write
auth-access = write

-----------------------
root@sagan:/root/repo/video-server> svn ci

Log message unchanged or not specified
a)bort, c)ontinue, e)dit
c
svn: Commit failed (details follow):
svn: Authorization failed
root@sagan:/root/repo/video-server>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Sep 17 22:52:19 2007

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.