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

Not able to configure authentications

From: Chintan Jariwala <jariwala.chintan_at_gmail.com>
Date: Mon, 9 Jun 2008 18:45:15 +0530

Hi All,

Atlast, I am able to install the Subversion at both client & server side.
(I installed red hat enterprise 5.0 - Licensed of course :)) )
Now I am facing a problem regarding the configuration for authentication
I configured every thing to make pages read only but it gets commited every
time.

I am putting my situation before you all expert people.

My repo path "/home/chintan/SVN/repo"
In this repo, the repository folder for the project is "JavaApplication1".
Now the path for the project's folder will be
"/home/chintan/SVN/repo/JavaApplication1"
I checkout the project from the folder mentioned imidiate above.

Now in svnserve.conf, the password file is set as "passwd" and
the authentication file as "authz".

In "authz" file,

for individual user, I am writing
   [/JavaApplication] or [/] // for project ( i think)
   chintan = rw
   * = r

and for the group
#[groups]
chintanj = chintan, jariwala here, chintanx is group, chintan and
jariwala are users.

[repository:/JavaApplication] or [/JavaApplication] or [repository:/] or [/]

@chintanj = rw
* = r

In "passwd"
[users]
chintan = chintan

Please let me know, what's wrong in this.

Waiting for your reply.....
Chintan Jariwala
Received on 2008-06-09 16:42:25 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.