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

Newbie Question

From: Programmer <prog_at_aogc.biz>
Date: Tue, 14 Apr 2009 17:19:58 -0500

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 D:\Repositories

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
back. If I change the authz to [/] * = rw, I can do everything. Am I not
accessing the repo right in the second declaration in the authz file? I
have tried everything from absolute to relative pathing. What am I doing
wrong?

 

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

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1716923

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-15 02:53:57 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.