Install Subversion with Web Access on Ubuntu
sudo svnadmin create /svn Next we’ll need to edit the configuration file for the subversion webdav module. you might use a different editor if you’d like. Set this to the path to your repositorySVNPath /svn The next section will let you turn on authentication. This is just basic authentication, so don’t consider it extremely secure. Restart apache after changing this line.