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

Re: Version discrepency

From: kanupriya pathak <kanupriya.pathak.022_at_gmail.com>
Date: Wed, 23 Jul 2014 00:31:33 -0700 (PDT)

Not just Client, I have done the installation n configuration part of the
server as well. Following is the configuration i have used for dav_svn
.conf file :
 
<Location /svnrepo>
     DAV svn
     SVNParentPath /opt/svnrepo
     SVNListParentPath On
     AuthType Basic
     AuthName "Subversion Repository"
     AuthUserFile /etc/subversion/passwd
     AuthzSVNAccessFile /etc/apache2/svn_ACL
     Require valid-user
     </Location>
 
#</Location>
Received on 2014-07-23 09:32:04 CEST

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.