Subversion is a new generation version control system. Version Management is an essential tool for a software development team. This article summarizes the process of installing the svn server on Ubuntu. Due to the limited level of the author, I hope you will not give me any suggestions! In general, you need to set up a version server to do the following: 1. Install Ubuntu system 2. Install apache3. install subversion4. Create a version library 5. Add users and set user permissions
Subversion is a new generation version control system. Version Management is an essential tool for a software development team. This article summarizes the process of installing the svn server on Ubuntu. Due to the limited level of the author, I hope you will not give me any suggestions!
In general, you need to set up a version server to do the following:
1. Install Ubuntu
2. install apache
3. Install subversion
4. Create a version Library
5. Add users and Set User Permissions
At this point, the work on the server is basically completed. When the client is a windows system, the installation work is very simple. Generally, TortoiseSVN is used as the client. You can find the corresponding tutorial on the Internet!
The following describes how to set up the svn server in different steps.