Sie sind auf Seite 1von 2

<Location /repos> DAV svn SVNParentPath /usr/local/subversion-1.6.

18/repos AuthzSVNAccessFile /etc/svn-access-file AuthType Basic AuthName Subversion repository AuthUserFile /etc/svn-auth-file Require user user_name </Location> htpasswd -c -m /etc/svn-auth.htpasswd uttam =================== <Location /svn> Order allow,deny Allow from all DAV svn SVNPath /MYSVN/user/svn # how to authenticate a user AuthType Basic AuthName "Subversion repository" AuthUserFile /SVN/conf/svn-password.pass AuthzSVNAccessFile /SVN/conf/svn-authz.conf # only authenticated users may access the repository Require valid-user </Location> <Location /hsvn> Order allow,deny Allow from all DAV svn SVNPath /SVN/user/hsvn # how to authenticate a user AuthType Basic AuthName "Subversion repository" AuthUserFile /SVN/conf/svn-password.pass AuthzSVNAccessFile /SVN/conf/svn-authz.conf # only authenticated users may access the repository Require valid-user </Location> ============================= svn import -m Initial import. /usr/connectfour file:///svn/repos

<Location /svn/repos> DAV svn SVNPath usr/local/subversion-1.6.18/repos AuthzSVNAccessFile /etc/svn-access-file AuthType Basic AuthName Subversion repository AuthUserFile /etc/svn-auth-file Require user user_name </Location> svn import /usr/connectfour \ http://localhost/svn/repos/project1 \

svn list http://svn.example.com/svn/repos/connectfour svn list file:///usr/local/subversion-1.6.18/repos/connectfour svn checkout file:///usr/local/subversion-1.6.18/repos/connectfour

<Location /subversion> DAV svn SVNPath /usr/local/subversion/repository/ AuthType Basic AuthName "Subversion repository" AuthUserFile /usr/local/subversion/repository/conf/svn-auth-file Require valid-user </Location>

Das könnte Ihnen auch gefallen