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

Re: user access with subversion edge

From: j s <jbluedelta_at_yahoo.com>
Date: Tue, 15 Nov 2011 15:38:48 -0800 (PST)

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?
Received on 2011-11-16 00:39:27 CET

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.