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

Re: Cannot Commit Anything

From: Larry Martell <larry.martell_at_gmail.com>
Date: 2007-09-17 22:59:49 CEST

On 9/17/07, Garrett Marone <GMarone@guthy-renker.com> wrote:
>
> 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>

Is there a pre-commit hook that is preventing the commit because
you did not supply a log message?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Sep 17 23:00:24 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.