On Jul 26, 2012, at 15:21, Kapur, Rajneesh wrote: > Hi Philip, > > Do you mean I should have authz file as follows: > > [groups] > harry_and_sally = harry,sally > [repo4:/home/RKapur] > @harry_and_sally = rw > * = r > > But still I get the same error:
This would allow the users harry and sally access to the path /home/RKapur *within* the repository repo4. You probably don't have a path /home/RKapur within the repository. You probably want that line to read: [repo4:/] to allow access to the entire repo4 repository.