Hard Light Productions Forums
General FreeSpace => FreeSpace & FreeSpace Open Support => Topic started by: The_Force on October 01, 2011, 08:28:15 am
-
Trying to get source of svn this is what i get
svn: Unknown hostname 'svn.icculus.org'
I'm following the instructions on the wiki
-
Possibly a transient DNS error?
What output does the following command give you?
$ host svn.icculus.org
My current response is:
svn.icculus.org has address 74.81.175.20
-
I get
;; connection timed out; no servers could be reached
-
:wtf: It's like you're having problems resolving just that address, because you can obviously resolve other stuff (like this forum!) just fine.
What about changing the SVN command to be:
svn checkout svn://74.81.175.20/fs2open/trunk/fs2_open
Doesn't resolve your DNS issue, but it should let you grab the code...
-
Now i get
svn: Can't connect to host '74.81.175.20': Network is unreachable
-
AFAIK svn protocol uses port 3690, which looks like its blocked for outgoing connections in firewall.