Subversion + Apache Installation and Repository Migration HOWTO - Matt Woodward's posterous
Create Basic HTTP Passwords
Next we'll create the SVN password file referenced in the dav_svn.conf file above.
Type the following to navigate to the /etc/apache2 directory and create the .passwd file and add the first user to it.
- cd /etc/apache2
- sudo htpasswd -cm dav_svn.passwd YOUR_USER_NAME
No comments:
Post a Comment