[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: Kapur, Rajneesh <RKapur_at_activehealth.net>
Date: Thu, 26 Jul 2012 17:06:36 -0400

Thanks a ton to all. I have it working.

-----Original Message-----
From: Ryan Schmidt [mailto:subversion-2012c_at_ryandesign.com]
Sent: Thursday, July 26, 2012 4:24 PM
To: Kapur, Rajneesh
Cc: Philip Martin; users_at_subversion.apache.org; Thorsten Schöning
Subject: Re: unable to login to svn repo

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.

IMPORTANT WARNING: Information contained in this email is intended for the use of the individual to whom it is addressed, and may contain information that is privileged, confidential, and exempt from disclosure under applicable law. If you are not the intended recipient, or the employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination, distribution, or copying of this communication is STRICTLY FORBIDDEN. If you have received this communication in error, please notify us immediately by return email and delete this document. Thank you.
Received on 2012-07-26 23:07:12 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.