UseGooglecodeSVN Service
Kay
SVN is short for an open-source version control system subversion. Subversion manages data that changes over time. The data is stored in a central data repository (repository. This archive is similar to a common file server, but it will remember every file change. In this way, you can restore the file to the old version or view the file change history. Many people think of version control systems as "time machines ".
Version Control is a technology used to manage data changes. ForProgramIt has become an indispensable tool because they often modify the software.CodeAnd then cancel all the changes the next day. Imagine a group of programmers working at the same time and you can understand why a good system is needed to manage possible chaos.
You need to have an SVN client. Of course, you can find appropriate software in windows, Linux, or even Mac. In most development environments windows, we recommend tortoisesvn, And the Subversion Eclipse plug-in can be used on the eclipse development platform. With the client, you also need a server that supports the svn service. There are many free SVN servers on the network. You can search for them on Google.Google Code.
To use googlecode, you must have a Google account and can register with the relevant Google site.
After registration, click this link on the home page to go to the project hosting page.
Click sign in to create a project:
- Login System
- Create a project
Project created successfully!
- Add project participants
In project members, enter the Google account of the participant and click Sava changes.
Return to the home page of the Project to see the new users:
-
- Obtain SVN address
The SVN address of the Project is displayed in the red line.
- Obtain the Login Password
To use SVN, you must have the login name and password. The login name is your registered Google account. click the following link to obtain the password:
Your password appears in the Red Square
The setting of googlecode is basically here.
For Eclipse plug-in installation, see IBM'sArticleHttp://www.ibm.com/developerworks/cn/opensource/os-ecl-subversion/