> --- On Tue, 1/31/12, Bob Archer <bob.arc...@amsi.com> wrote: > > > From: Bob Archer <bob.arc...@amsi.com> > > Subject: RE: Limited subdirectory access > > To: "K F" <cmkfo...@yahoo.com>, "users@subversion.apache.org" > > <users@subversion.apache.org>, "Thorsten Schöning" > > <tschoen...@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.arc...@amsi.com> > > wrote: > > > > > > > From: Bob Archer <bob.arc...@amsi.com> > > > > Subject: RE: Limited subdirectory access > > > > To: "K F" <cmkfo...@yahoo.com>, > > "users@subversion.apache.org" > > > > <users@subversion.apache.org>, > > "Thorsten Schöning" > > > > <tschoen...@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
Ok... so you are using svnserve. For some reason your auth file isn't being read. What does your config file look like? BOb