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

Re: Path authentication issues ( svnserve.exe )

From: Vadym Chepkov <chepkov_at_yahoo.com>
Date: Sat, 7 Nov 2009 10:11:55 -0800 (PST)

Well,

Since you don't provide your config files, here are mine:

$ pwd
/home/vvc/testrepo/conf

$ cat passwd
[users]
vvc = vvcsecret
root = rootsecret

$ cat authz
[groups]
testgroup = root

[/]
vvc = r
@testgroup = rw

$ cat svnserve.conf
[general]
anon-access = none
password-db = passwd
authz-db = authz
realm = Test Repo

$ svn mkdir --username=vvc svn://localhost/home/vvc/testrepo/dir1 -m "dir1"
svn: Authorization failed

$ svn mkdir --username=root svn://localhost/home/vvc/testrepo/dir1 -m "dir1"

Committed revision 1.

All works as expected

Sincerely yours,
  Vadym Chepkov

--- On Sat, 11/7/09, Eric Lee <pgeric_at_gmail.com> wrote:

> From: Eric Lee <pgeric_at_gmail.com>
> Subject: Re: Path authentication issues ( svnserve.exe )
> To: "Vadym Chepkov" <chepkov_at_yahoo.com>
> Cc: users_at_subversion.tigris.org
> Date: Saturday, November 7, 2009, 12:18 PM
>
>
>
> On Sun, Nov 8, 2009 at 12:27 AM,
> Vadym Chepkov <chepkov_at_yahoo.com>
> wrote:
>
> And one more thing.
>
> Is path based authentication even enabled in svnserve.conf
>
>
>
>
> Yes, it is enabled with this line [authz-db =
> authz]
>  
> I test it exactly the same as the subversion
> manual's example.
> so, when I use only two (or more) users without
> group(s).
> That works perfectly.
>  
>  
> Eric,
>  
>  
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2415429
>
>
>
>
>
> To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
>
>
>
>
> --
>
>
>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2415445

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-11-07 19:13:29 CET

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.