I am referring to this project by Jimmy Bogard: http://www.codeplex.com/AutoMapper
The code repository site is: http://code.google.com/p/automapperhome/source/checkout
The instructed checkout command is: svn checkout http://automapperhome.googlecode.com/svn/trunk/ automapperhome-read-only
This does not work.
I have tried SlikSVN, Tortoise SVN, QSVN, and possibly others that I've forgotten about.
Client: Tortoise SVN
Url: svn://automapperhome.googlecode.com/svn/trunk/ automapperhome-read-only
result
Checkout 'svn://automapperhome.googlecode.com/svn/trunk/ automapperhome-read-only' into 'C:\Development\MVC\automapper' Can't connect to host 'automapperhome.googlecode.com': A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
Client: SlikSVN
Command:
C:\Program Files\SlikSvn\bin>svn checkout http://automapperhome.googlecode.com/svn/trunk/ automapperhome-read-only c:development\automapper
Result:
svn: OPTIONS of 'http://automapperhome.googlecode.com/svn/trunk': 200 OK (http://automapperhome.googlecode.com)
Command:
C:\Program Files\SlikSvn\bin>svn checkout svn://automapperhome.googlecode.com/svn/trunk/ automapperhome-read-only c:development\automapper
Result:
svn: Can't connect to host 'automapperhome.googlecode.com': A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
I'm at a loss. Is there a default port I need to open on my router for this to work. I'm only behind my router's firewall. Any help would be appreciated. Thanks.
Updated with additional commands attempted for sliksvn:
C:\Program Files\SlikSvn\bin>svn checkout svn://automapperhome.googlecode.com/svn/trunk/ c:development\automapper
svn: Can't connect to host 'automapperhome.googlecode.com': A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
C:\Program Files\SlikSvn\bin>svn checkout svn://automapperhome.googlecode.com/svn/trunk/
svn: Can't connect to host 'automapperhome.googlecode.com': A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
C:\Program Files\SlikSvn\bin>svn checkout svn://automapperhome.googlecode.com/svn/trunk/automapperhome-read-only c:development\automapper
svn: Can't connect to host 'automapperhome.googlecode.com': A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
*************UPDATE 3******************** Odd. I run the simple checkout command on Qsvn at work and it pulls everything in just fine. Something is definitely wrong on my home machine's setup, but I'm not sure what. I'll look into utilizing Fiddler to examine what's going on. Thanks for your help guys. I know this has probably frustrated you as much as it has me. Nothing irks worse than things not working when they should, but I'm sure there's some oddity on my end that's doing this.