[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: Eric Lee <pgeric_at_gmail.com>
Date: Sun, 8 Nov 2009 22:25:02 +0800

> I assume you start your svnserve with -r /path/to/repos
> and /path/to/repos/testextsvn directory contains your repository?

Yes, it is.

svnserve -d -r /path/to/svnroot -

C:\wc>svn ls svn://localhost/testextsvn
branches/
tags/
trunk/

Thanks,

On Sun, Nov 8, 2009 at 8:35 PM, Vadym Chepkov <chepkov_at_yahoo.com> wrote:

> I assume you start your svnserve with -r /path/to/repos
> and /path/to/repos/testextsvn directory contains your repository?
>
>
> --- On Sun, 11/8/09, Eric Lee <pgeric_at_gmail.com> wrote:
>
> > OK, this is my before and current settings.
> > According to the manual. Rules are
> > first-matching.
> > So the user should be blocked and can't be
> > commited to the repository when the user was set to =
> > r.
> > But it do as the result part showed.
> >
> > Thanks,
> >
> > [passwd]
> > blueray = svdgd4%#
> >
> > [authz]
> > [groups]
> > paint-developers = blueray
> >
> > [testextsvn:/branches/calc/bug-142]
> > blueray = r
> > @paint-developers = rw
> >
> > [testextsvn:/]
> > * =
> >
> > [svnserve.conf]
> > before
> > anon-access = read
> >
> > after
> > anon-access = none
> > auth-access = write
> >
> > authz-db = authz
> >
> > [result]
> > C:\wc\svnpathtest\branches\calc\bug-142>svn
> > ci --username blueray -m "test"
> > Sending bug-142\string.c
> > Transmitting file data .
> > Committed revision 23.
> >
>
>

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-11-08 15:26:05 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.