SVN centralized Version Control Software
Introduction:
Currently, in popular version control software, SVN (centralized Version Control) is a widely used version that has been used earlier. Now git (distributed version control) is more popular.
SVN
Environment Description: Ubuntu server 12.04/svn1.6/apache2
1. Create an SVN group and user first:
Addgroud SVN
Useradd svn-G svn-M // Add the svn username,-G and specify the svn group in which it is located.-M also creates the home directory where
Svn service to migrate to another linux host the original server svn Configuration repository path:/home/svn/repos permission file:/home/svn-access-file user authentication file: /home/svn/passwordfileapache configuration file:/etc/httpd/conf.
There are a lot of online materials, but there are very few excellent products. Most of the Step documents are repeated, and some documents are still missing steps, leading to various installation problems.
This step-by-step document takes a
Install and configure subversion in Linux
1. First, prepare the relevant installation packages. Here I use the following packages:
APR: apr-1.2.12 and apr-util-1.2.12
Apache: httpd-2.2.4.tar.gz
Subversion: subversion-1.4.5.tar.gz and subversion-deps-
Create an SVN server in Ubuntu (Mint. install Subversion1www. 2cto. comsudoapt-getinstallsubversion2. create a repository. assume that the parent directory of our repository is/home/svn12cd/home/svnsudosvnadmincreate/home/svn/test... create an SVN
1, uninstall SVN
See if you've installed SVN
Svn
The illustration above shows that you have installed and you can uninstall with the following command
sudo apt-get remove--purge subversion(–purge option indicates a complete deletion of the
Recently, my company's Windows server was poisoned. My colleague decided to switch to Linux. I heard that I used Linux and was idle, so I was pulled to install the server.
In the past, the svn server in the lab was configured with the boss. This
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.