Http://hi.baidu.com/swgweb/blog/item/8bed574e687d8c00b3de058c.html
Google, the boss, is still very good. It makes a lot of open-source things and guides technicians from all over the world to the new technology direction, which is better than Microsoft's boss. The Free "code hosting" service launched by Google is enough for me to have two thumbs up. Next I will explain how to use it:
Before proceeding, let's take a look at the results:
The SVN client can be integrated into the resource manager. The managed directories are in different States. The red exclamation mark in the figure indicates that the files are not submitted to the server.
This is the right-click menu of the svn client integrated into the resource manager.
This is the cascade menu in the right-click menu, which is very powerful!
Clients managed by SVN:
Http://tortoisesvn.net/downloads
(There are 32-bit and 64-bit Chinese packages. We recommend that you pack them in Chinese. It looks comfortable. After installation, restart the package and set the language in the context menu)
========================================================== ==============================================
Let's start with the free version control. Open in a browser
Http://code.google.com/hosting/
Click the upper-right corner to log on. If you do not have a Google account, apply for one. Here, you will not be embarrassed.
After successfully logging on to the account, click "creat a new project" below to create an open-source project (in fact, it can not be open-source ).
Enter the project information and submit the project.
The following information is displayed after successful creation.
Click "Source" above, and the system prompts you how to get the code. The code management personnel and the participants must use the HTTPS link to ensure the security of your data transmission.
Other people can use the following HTTP link to obtain the latest code.
Note: The password in Google Code Management is different from your logon password, click the "googlecode.com pass" link in the figure to view or generate your new password (it takes several minutes to change the password to take effect)
This is where the password is viewed and modified: the hidden part is the password.
The following method is used: In an empty directory, right-click and choose SVN check-out. In the displayed dialog box, enter the HTTPS link you just mentioned and click OK.
(Here you can check out the projects in my example and try:HTTP
: // Tiancai.googlecode.com/svn/trunk/
)
If you are an administrator or code participant, you need to enter the password of the Google account and googlecode (that is, the long string character in the connection)
Okay. Is the check successful? Right-click and submit the modified Code. Will that happen? I won't try again. Why? Leave a message and ask me.