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

Re: unable to login to svn repo

From: Ryan Schmidt <subversion-2012c_at_ryandesign.com>
Date: Thu, 26 Jul 2012 15:23:42 -0500

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.
Received on 2012-07-26 22:24:21 CEST

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.