Solution: SVN connection to Google Code is easy to disconnect

Source: Internet
Author: User

For XXX reasons, we all know that some websites in China and abroad may be walled.

Problem description:

Because I managed my code on Google code, I used the SVN version control tool. So there is a problem. When SVN commit or checkout is used, it will be so slow that it will be stuck.

Solution:

I thought about using go agent on Google browser, so I wondered if SVN could use go agent. I browsed it online. I made the following changes, which seems useful.

$ VI ~ /. Subversion/servers

Add the following code:

[Global]
HTTP-proxy-Port = 8087

HTTP-proxy-host = 127.0.0.1

Save and launch.

PS:

SVN: Submit code to Google Code

$ SVN the code you want to submit-M "the first version of code"

During your submission,

1. You may be asked to enter the password of your current user for the first time,

2. Then, you will be asked to enter the user name that can upload code in your project.

3. Enter the dynamically generated password.Note: It is not the password of your Google account

You do not need to enter the password when uploading the file again.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.