Hard Light Productions Forums

General FreeSpace => FreeSpace & FreeSpace Open Support => Topic started by: The_Force on October 01, 2011, 08:28:15 am

Title: Ubuntu svn error
Post by: The_Force on October 01, 2011, 08:28:15 am
Trying to get source of svn this is what i get

Code: [Select]
svn: Unknown hostname 'svn.icculus.org'
I'm following the instructions on the wiki
Title: Re: Ubuntu svn error
Post by: niffiwan on October 02, 2011, 04:23:44 pm
Possibly a transient DNS error?

What output does the following command give you?

Code: [Select]
$ host svn.icculus.org

My current response is:

Code: [Select]
svn.icculus.org has address 74.81.175.20
Title: Re: Ubuntu svn error
Post by: The_Force on October 04, 2011, 03:22:37 am
I get

Code: [Select]
;; connection timed out; no servers could be reached
Title: Re: Ubuntu svn error
Post by: niffiwan on October 04, 2011, 06:19:22 am
: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:

Code: [Select]
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...
Title: Re: Ubuntu svn error
Post by: The_Force on October 06, 2011, 10:44:52 am
Now i get

Code: [Select]
svn: Can't connect to host '74.81.175.20': Network is unreachable
Title: Re: Ubuntu svn error
Post by: Fury on October 06, 2011, 01:16:20 pm
AFAIK svn protocol uses port 3690, which looks like its blocked for outgoing connections in firewall.