Use Google Code project hosting for data sharing
For non-fixed workplacesProgramStaff, using HTTP source control is a good choice. Googlecode provides the Subversion server. The project hosting function of Google Code, combined with the svn client, enables unified management and use of documents and work materials.
1. Apply for a project hosting service on the http://code.google.com.
2. Click "Create a new project" to create a new project.
3. Enter the project name, project overview, and project description respectively. The project name will be used as the Address Identification of the svn link.
4. After the project is created, the project you just created will be displayed in "My Profile.
5. Click the link of the project ownership item to manage the settings and obtain the URL and authentication information required for the svn client to check out the file.
6. Start to install the svn client. Generally, tortoisesvn is commonly used. This client is closely integrated with the Windows Resource Manager and completes all operations by right-clicking the menu. After installation, right-click the folder and click "SVN check out" in the pop-up menu ".
7. In the check out dialog box, enter the URL provided by Google and click OK.
8. In the displayed authentication dialog box, enter the user name and password of the managed project.
9. Now, you can save and modify the file locally, and synchronize the file to Google Code through "SVN commit.