For software version control software, CVs and SVN are currently popular. However, over the past few years, SVN has gradually replaced CVs, so I learned about SVN, I will share with you my learning experiences and the information software I have learned. I will not talk about the advantages of SVN and the comparison with CVS. I have a lot of information on the Internet, here I will attach a file for your reference at http://d.1tpan.com/1mqm1zetwv. this article is detailed,
1,
First, we need to install the svn server license. After the two software is installed, if the following words appear in DOS, the installation is successful.
C: \ Users \ Administrator> SVN: use "SVN help" for usage.
Next, we need to create a server storage warehouse and use DOS to access the disk you want to create.
D:\>svnadmin create guo
The following Guo is the name of your server repository. The project code submitted by each user is included in this folder.
Svnserve-d-r Guo startup server (one way)
2. Let's talk about how to integrate with eclipse (the methods of eclipse and myeclipse are the same, and the methods and commands are the same after cross-platform deployment)
A: Find eclipse on the svn official website.
Add the URL of the SVN version you want to install
The corresponding URL is followed by a name. After the connection to the Internet, it will be OK after the update is completed, and then the svn will be displayed in the Windows showview, then, your version control will be integrated into your eclipse, and I will not go into details about the following usage methods. It is easy to explore.
Appendix: This article mainly describes how to set up this environment. The specific usage methods include many videos on the Internet, which can be found in sousearch.