thiagocavaloti / recaptcha

Automatically exported from code.google.com/p/recaptcha
0 stars 0 forks source link

Checkout command is incorrect, should be https:// #210

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. using Windows based command line tool enter the follolwing SVN uri as stated 
on the repository page:

svn checkout http://recaptcha.googlecode.com/svn/trunk/ recaptcha-read-only

What is the expected output? What do you see instead?

svn: E730054: Error running context: An existing connection was forcibly closed
by the remote host.

What version of the product are you using? On what operating system?

Windows 7 Professional, Subversion 1.8.10

Resolution:

To resolve this issue replace the http:// with https:// and ensure you have 
added your proxy details in the server file for Subversion (in 
%APPDATA%\Subversion) under the [Global] proxy settings (you need remove the # 
symbol to uncomment the lines).

Original issue reported on code.google.com by tahirk...@gmail.com on 12 Dec 2014 at 2:38