Monday, November 19, 2012

setup svn on my linux machine

1. install apache sudo apt-get install libapache2-svn apache2
2. enable SSL sudo a2enmod ssl sudo gedit /etc/apache2/ports.conf
3. generate SSL certification 4. create virtual host In svnserver
5. enable site
6. create svn repos
Choose System > Administration > Users and Groups from your Ubuntu menu.
Click the 'Manage Groups' button.
Click the 'Add' button. Name the group 'subversion'
Add yourself and www-data (the Apache user) as users to this group (Note: in order to see www-data you may need to see FixShowAllUsers)
Click 'OK', then click 'Close' twice to commit your changes and exit the app.
7. add users
8. test with

some contents are from: https://help.ubuntu.com/community/Subversion

No comments:

Post a Comment