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

Re: Upgraded to 1.5, can't commit. VisualSVN?

From: synapse88 <albo100_at_yahoo.com>
Date: Thu, 26 Jun 2008 10:45:24 -0700 (PDT)

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_at_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-4
>
> Simon
>
> --
> : ___
> : oo // \\ "De Chelonian Mobile"
> : (_,\/ \_/ \ TortoiseSVN
> : \ \_/_\_/> The coolest Interface to (Sub)Version Control
> : /_/ \_\ http://tortoisesvn.net
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
> For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
>
>
>

-- 
View this message in context: http://www.nabble.com/Upgraded-to-1.5%2C-can%27t-commit.-VisualSVN--tp18076671p18139485.html
Sent from the tortoisesvn - users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-06-26 20:08:29 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.