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

Re: Strange behaviour of svnserve authz

From: Kristofer <antispam_at_brokenhill.net>
Date: Fri, 10 Apr 2009 11:52:53 -0700 (PDT)

I have the same problem, exactly as described, but with a later version of
svn:
svnserve, version 1.4.3 (r23084)
   compiled Jan 25 2007, 11:15:28

Copyright (C) 2000-2006 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet
(http://www.Collab.Net/).

The following repository back-end (FS) modules are available:

* fs_fs : Module for working with a plain file (FSFS) repository.

My sense is they aren't really supporting the svnserve scenario much.

curious: do you have more than one repository? I copied my conf file from an
old repository to a new one, swapped out the repo names in the authz file,
and nothing worked. (same passwd, same groups, everything else), even though
the old repository worked fine. So the new repo seemingly can't handle the
new config, unless I rip it all out (disable the authz file), at which point
it works like a charm, but of course I can't configure paths, etc,.

Mathias Weinert-2 wrote:
>
> I found the following behaviour of svnserve which I found a bit
> strange (meaning: I wouldn't have expected it like this ;-) ).
> I am using 1.3.0-rc7 under cygwin.
>
> When my svnserve.conf file contains:
> [general]
> anon-access = none
> auth-access = write
> password-db = passwd
> #authz-db = authz
>
> everything works fine. I can only commit if I am a known
> subversion user.
>
> But then I activated the authz-db option to use the authz file.
> This file only contains:
> [/trunk]
> wallace = rw
> grommit = rw
>
> With this I cannot commit files in trunk any more:
> $ svn ci -m "test commit"
> Sending foo
> Transmitting file data .svn: Commit failed (details follow):
> svn: Access denied
>

-- 
View this message in context: http://www.nabble.com/Strange-behaviour-of-svnserve-authz-tp2167924p22992964.html
Sent from the Subversion Users mailing list archive at Nabble.com.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1634388
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-10 20:54:37 CEST

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.