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>

Reply via email to