

you must omit -c to add additional users. sudo chown -R sudo htpasswd -c /etc/subversion/ers krizna New password: Re-type new password: Adding password for user kriznaHere ers is the filename and krizna is the username for accessing repository. sudo svnadmin create /svn/test Step 8 » Modify the permissions for the repository.

sudo mkdir /svn Step 7 » create a repository test using the below command.
#Linux mint svn client install
sudo apt-get install subversion libapache2-svn Step 6 » After installation, plan as per your needs and start creating repositories.In my case i’m creating folder structure like /svn/repositoryname. Type the below command to install SVN packages. Step 5 » Now start installing SVN server. sudo /etc/init.d/apache2 restart Step 4 » Open in your browser ( Eg: ), you will get the page like below. ServerName localhost Step 3 » Restart apache service. sudo apt-get install apache2 Step 2 » After installation open this file /etc/apache2/nf and add the below line to avoid warning during apache service restart. Install and configure Apache Step 1 » Issue the below command to install apache2. » Install and configure Apache2 » Install and configure SVN » Testing Before installing SVN, you have to install and configure Apache webserver. also see the SVN installation on centos 6 Install svn server on centos 6 Install svn on ubuntu 12.04. This article helps you to install svn on ubuntu 12.04. Subversion, otherwise known as SVN, is an open source version control system used to store historical changes of your project files such as documentation, coding etc.
