About SVN
SVN full name Subversion, which is the version control system. SVN , like CVS , is a cross-platform software that supports most common operating systems. As an open source version control system , Subversion manages data that changes over time. This data is placed in a central repository (repository) . This archive is much like an ordinary file server , but it remembers every change in the file. You can then restore the file to the old version , or browse the history of the document. Subversion is a generic system that can be used to manage any type of file , including the source code of the program.
Get ready
If you use the intranet to build the server, you need to download the SVN directory and server side and download the response MSI installation file according to your system version number.
If you use an extranet svn, just download the SVN directory.
http://pan.baidu.com/s/1eQnSV1w
Installing the SVN plugin using MyEclipse
After downloading the SVN directory, create a new folder named SVN under the Dropins folder in the MyEclipse installation directory
Copy the top two folders to a new folder restart MyEclipse This restart may take a while, and a popup dialog prompts you to install n multiple jar packages after restarting. At this point, Windows---showview----other to find some of the SVN view
The SVN plugin is now installed successfully.
Apply for an extranet SVN account
Open the http://code.taobao.org/URL in the browser, register your account, register and log in. After successful landing
Click New Project.
Click Create
Here's my svn address.
Local new project hosting to remote
Create a new generic Java project, right-click the project, and select Team-share Project to enter an address in the Address bar.
Enter the registered user name and password OK
Import a remote SVN project
File---Import---svn---Check out the project from SVN---Create a new repository location---Enter our svn org address (circled)
Project submission:
Right-click the project----Team---Submit
Youku video link
http://v.youku.com/v_show/id_XMTMxNTAxNDM4OA==.html?from=y1.7-1.2
The use of SVN for the development of software projects