RE: Newbie Question
From: Crespo, Richard <RCrespo_at_kforce.com>
Date: Wed, 15 Apr 2009 11:11:39 -0400
> # this is what I want. Repo specific permissions to particular repos
> [Project1:/] # project is located in D:\Repositories\Project\Project1
Do you mean specific permissions to Project1, Project2, ....
If that is what you want it would be easier just creating separate
________________________________
From: Programmer [mailto:prog_at_aogc.biz]
Is the repo name in the authz file the same thing is what is created
# this works for any user set up here, but won't this allow access for
[/]
test = test
# this is what I want. Repo specific permissions to particular repos
[Project1:/] # project is located in D:\Repositories\Project\Project1
test = test
Thanks,
Jeremy
From: Bob Archer [mailto:Bob.Archer_at_amsi.com]
It all looks right to me... If you remove the repository name does it
BOb
________________________________
From: Programmer [mailto:prog_at_aogc.biz]
I have successfully installed subversion on a Windows 2008 Server.
Client Tortoise SVN on Vista.
My root directory where I want to locate my repositories is
I have created a repository called D:\Repositories\Projects\Project1
Config Files are as follows:
svnserve.conf
[general]
anon-access = none
auth-access = write
password-db = //./D:/Repositories/auth/passwrd
authz-db = //./D:/Repositories/auth/authz
........
passwrd
[users]
test = test
authz
#give all read access to all repos
[/]
* = r
#give test write access to repo Project1
[Project1:/]
test = rw
My problem is everything works except that I can not commit any changes
Any help would be appreciated.
Thanks,
Jeremy Schreckhise, M.B.A., B.S., MCP
Director of Information Technology
Arkansas Oklahoma Gas Corp.
115 N. 12th Street
Fort Smith, AR 72901
479-783-3181 ext. 2259
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.