Downloaded subversion edge to run on my current server serving svn 1.5.x with 
apache and repo's accessed via HTTP

figured i use subversion edge to get the latest svn server - 1.7.1 as i could 
not find just the binaries to replace over my existing installation.

in my 1.5.x i had this in my apache\conf\httpd.conf file

<Location /SVN>
>   SSPIAuth On
>   SSPIAuthoritative On
>   SSPIDomain <domaincontroller>
>   SSPIOmitDomain on
>   SSPIUsernameCase lower
>   SSPIPerRequestAuth on
>   SSPIOfferBasic On
>   DAV svn
>   SVNListParentPath on
>   SVNParentPath F:\SVN
>   #SVNIndexXSLT "/svnindex.xsl"
>   AuthType SSPI
>   AuthName "Subversion repositories"
>   #AuthUserFile passwd
>   AuthzSVNAccessFile F:/SVN/auth.conf
>   Require valid-user
>   Require group "DOMAIN\COMPANYNAME"
> </Location>

With subversion edge, i have things configured - however when i try to access 
my repo using [domainname]\[username] which previously worked, does not work 
with subversion edge. does subversion edge not support this?

Reply via email to