Install SVN Server on Ubuntu and Test it with Tortoise Rumi, March 27, 2017 Execute the following commands to update the Ubuntu repository list and install apache + svn. sudo apt-get update sudo apt-get install subversion apache2 libapache2-svn apache2-utils *If asked type Y (Yes). If you have trouble updating check your internet connection, proxy, try update fix-missing etc. Create your repository folder in this… Continue Reading
SVN Server on Ubuntu 12.04 LTS with Web Access Rumi, December 9, 2015December 9, 2015 To install SVN server, run this command at the command prompt: sudo apt-get install subversion libapache2-svn apache2 Make the directory where you want to keep the svn repositories and edit the dav_svn.conf file: sudo mkdir /svn sudo nano /etc/apache2/mods-enabled/dav_svn.conf Delete all the data and make it simple like this 🙂 <Location… Continue Reading