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

Re: Per Directory/Repo Access Help

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-11-08 21:29:51 CET

On Nov 8, 2007, at 08:05, Hari Kodungallur wrote:

>> So anyways, My Location section of httpd.conf and file I'm using
>> to try to
>> control access are as follows.....
>>
>> <Location /svn>
>> DAV svn
>> AuthzSVNAccessFile "C:\svn_conf\accessfile"
>> SVNPath "D:\Repositories"
>> AuthType Basic
>> AuthName "My Subversion Repository"
>> AuthUserFile "C:\svn_conf\passwd"
>> Require valid-user
>> </Location>
>>
>> [Repo1:\]
>> user1 = rw
>> user2 =
>> [Repo2:\]
>> user1 = rw
>> user2 =
>> [Repo3:\]
>> user1 = rw
>> user2 = rw
>
> You should use "/" (forward slash) and not backslash within the ACL
> file.

And also within the httpd.conf. (Yes, even though it looks weird to
see forward slashes in something like "C:/svn_conf/accessfile" that's
how Apache wants it.)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 8 21:30:25 2007

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.