Followed instructions on HowToGeek.com
Install the software: sudo apt-get install subversion libapache2-svn
Create a repository: sudo svnadmin create /var/svn
Edit the configuration file: sudo vim /etc/apache2/mods-enabled/dav_svn.conf
Uncomment the opening and closing Location tag
Uncomment the line DAV /svn
Set the correct path to the repository SVNPath /var/svn
Enable Basic Athentication uncomment AuthType, AuthName, AuthUserFile
Create the authentication file: sudo htpasswd -cm /etc/apache2/dav_svn.passwd [username]
Restart Apache server: sudo /etc/init.d/apache2 restart
I was able to access the Subversion repository on BubbleBoy
Geen opmerkingen:
Een reactie posten