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

RE: Limited subdirectory access

From: K F <cmkforce_at_yahoo.com>
Date: Tue, 31 Jan 2012 08:00:19 -0800 (PST)

--- On Tue, 1/31/12, K F <cmkforce_at_yahoo.com> wrote:

> From: K F <cmkforce_at_yahoo.com>
> Subject: RE: Limited subdirectory access
> To: "users_at_subversion.apache.org" <users_at_subversion.apache.org>, "Thorsten Schöning" <tschoening_at_am-soft.de>, "Bob Archer" <Bob.Archer_at_amsi.com>
> Date: Tuesday, January 31, 2012, 3:29 PM
>
>
> --- On Tue, 1/31/12, Bob Archer <Bob.Archer_at_amsi.com>
> wrote:
>
> > From: Bob Archer <Bob.Archer_at_amsi.com>
> > Subject: RE: Limited subdirectory access
> > To: "K F" <cmkforce_at_yahoo.com>,
> "users_at_subversion.apache.org"
> <users_at_subversion.apache.org>,
> "Thorsten Schöning" <tschoening_at_am-soft.de>
> > Date: Tuesday, January 31, 2012, 3:24 PM
> > > I tried your suggestion of
> > >
> > > [/]
> > > *=r
> > >
> > > and I can still commit. So does that point to an
> error
> > in svnserve.conf?
> > >
> >
> > Yes, something is not configured properly. You are
> using the
> > svn:// protocol to access your repository?
> >
> > BOb
> >
> >
> > > --- On Tue, 1/31/12, Bob Archer <Bob.Archer_at_amsi.com>
> > wrote:
> > >
> > > > From: Bob Archer <Bob.Archer_at_amsi.com>
> > > > Subject: RE: Limited subdirectory access
> > > > To: "K F" <cmkforce_at_yahoo.com>,
> > "users_at_subversion.apache.org"
> > > > <users_at_subversion.apache.org>,
> > "Thorsten Schöning"
> > > > <tschoening_at_am-soft.de>
> > > > Date: Tuesday, January 31, 2012, 2:46 PM
> > > > > I had already tried
> > > > >
> > > > > [/DEF]
> > > > > @dev = r
> > > > > @dev1 = rw
> > > > >
> > > > > and that did not work.
> > > >
> > > > Did you step back further. 1st, svn is case
> > sensitive, so is the path
> > > > in question actually all upper case?
> > > >
> > > > Even further back than that... did you try to
> just
> > give all users read
> > > > only access to root to ensure your path auth
> is
> > working at all?
> > > > Something like:
> > > >
> > > > [/]
> > > > *=r
> > > >
> > > > Maybe even turn of anon access to ensure
> your
> > authentication is
> > > > working as well.
> > > >
> > > > Add stuff one step at a time.
> > > >
> > > > BOb
> > > >
> > > >
>
> If I understand the question, yes. For the dir in question
> it is
>
> svn://subversion/svnrepo/sandbox/DEF
>
I discovered what MY issue was. In the svnserve.conf file there were duplicate entries for

anon-access =
auth-access =

Once I removed the duplicate entries and just had

anon-access = none
auth-access = write

it started working as it should have. Thank you all for your patience and help. The whole thing was a learning process for me.

Rich
Received on 2012-01-31 17:00:56 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.