Zoumaho / excellibrary

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

Not being able to download source code using svn #119

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. open the windows console
2. access the folder with the svn client executable. 
3. Type svn checkout http://excellibrary.googlecode.com/svn/trunk/ 
excellibrary-read-only and hit enter

What is the expected output? What do you see instead?
Expected: Code being downloaded.
Instead: i get the following error message.
svn checkout h ttp://excellibrary.googlecode.com/svn/trunk/ 
excellibrary-read-only
svn: E175002: Unable to connect to a repository at URL 
'http://excellibrary.goog lecode.com/svn/trunk'
svn: E175002: OPTIONS of 'http://excellibrary.googlecode.com/svn/trunk': Could 
n ot resolve hostname `excellibrary.googlecode.com': No such host is known.
 (http://excellibrary.googlecode.com)

What version of the product are you using? On what operating system?
latest visualsvn client (tried tortoise and apache subversion also). Running on 
a Windows XP box.

Please provide any additional information below.

Original issue reported on code.google.com by pyr...@gmail.com on 11 Jan 2012 at 9:04

GoogleCodeExporter commented 9 years ago
Forget about the "excellibrary-read-only" part.

This worked for me:
1. Create a folder called "excel-svn"
2. Right click on the folder and select the Tortoise-SVN menu item "svn 
checkout"
3. In the checkout dialog, specify the url:
        http://excellibrary.googlecode.com/svn/trunk/
4. Click ok.

Original comment by bigcivil...@gmail.com on 28 Feb 2012 at 9:36

GoogleCodeExporter commented 9 years ago

Original comment by jetcat on 1 Mar 2013 at 11:12

GoogleCodeExporter commented 9 years ago
ipv6 broken at googlecode.com

you can temporarily disable it (on Linux) via
sysctl -w net.ipv6.conf.all.disable_ipv6=1

Original comment by seeg...@gmail.com on 28 Mar 2014 at 8:48