Here is the location section of my httpd.conf
<Location /svn/>
DAV svn
SVNParentPath "C:\svn"
SVNListParentPath on
SVNIndexXSLT "/svnstyle/svnindex.xsl"
AuthzSVNAccessFile "conf/accessFile.txt"
AuthName "Subversion Repository"
AuthType SSPI
SSPIAuth On
SSPIDomain myDomain
SSPIAuthoritative On
SSPIOfferBasic On
Require valid-user
</Location>
and in the accessFile.txt I have the following:
[groups]
developers = myDomain\MyUsername
[/]
* = r
[myProject:/]
@developers = rw
Am I missing anything? Thank you for your help!
Simon Large-5 wrote:
2008/6/26 synapse88 <albo100@yahoo.com>:
>
> I know I have full control permissions (via windows) on the folder where the
> repository resides (and sub folders). Are those the permissions you're
> talking about or are there others?
No, the apache permissions for subversion set up in the httpd.conf
file. Read our guide to setting up a server:
http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-serversetup.html#tsvn-serversetup-apache-4Simon
--
: ___
: oo // \\ "De Chelonian Mobile"
: (_,\/ \_/ \ TortoiseSVN
: \ \_/_\_/> The coolest Interface to (Sub)Version Control
: /_/ \_\
http://tortoisesvn.net---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org