| View previous topic :: View next topic |
| Author |
Message |
ttguy
Joined: 30 Mar 2008 Posts: 8 Location: Australia
|
Posted: Sun Apr 13, 2008 7:26 pm Post subject: is subversion up? |
|
|
I was going to have go at doing some PS2 programing - just for the sheer fun of it. I was trying to follow your tutorial on building the toolchain for PS2 dev using MinGW http://lukasz.dk/playstation-2-programming/mingw-tutorial/.
I get up to the step where I am to extract stuff from Subversion
Code:
svn export svn://svn.ps2dev.org/ps2/trunk/ps2toolchain
And when I execute it complains "Can't connect to host "svn.ps2.dev.org": A system call that should never fail has failed"
So I am just wondering if all this PS2 dev stuff is still up in Subversion. Or has the existance of the PS3 killed PS2 dev? |
|
| Back to top |
|
 |
cosmito
Joined: 04 Mar 2007 Posts: 314 Location: Portugal
|
Posted: Sun Apr 13, 2008 8:24 pm Post subject: |
|
|
| Relax, sometimes it's offline, as I heard. I tried now and it's working. |
|
| Back to top |
|
 |
ttguy
Joined: 30 Mar 2008 Posts: 8 Location: Australia
|
Posted: Tue Apr 15, 2008 12:17 am Post subject: |
|
|
| ptek wrote: | | Relax, sometimes it's offline, as I heard. I tried now and it's working. |
Hmmm. When it is offline what sort of error do you get? Because I am still getting the same error I reported before. Maybe it is an issue with my setup.
I can ping svn.ps2dev.org - sometimes. I had a 580ms ping time and one out of 4 lost packets. And then I pinged again and had 100% lost packets. So something is a bit flakey here.
Is there any authentication I need to do? Do I need a password? |
|
| Back to top |
|
 |
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Tue Apr 15, 2008 6:55 am Post subject: |
|
|
| I haven't had any trouble reaching the svn repo over the last two days. I've rerun the toolchain script and gotten the stuff for the sdk and everything else three times (completely) in the last 24 hours. |
|
| Back to top |
|
 |
deba5er
Joined: 04 Feb 2008 Posts: 173
|
|
| Back to top |
|
 |
ttguy
Joined: 30 Mar 2008 Posts: 8 Location: Australia
|
Posted: Tue Apr 15, 2008 7:18 pm Post subject: |
|
|
So I rejigged my internet filter to allow svn.exe TCP on port 3690 (I forgot I have both a firewall and now an internet filter) and I have converted my error from
| Code: | | svn: Can't connect to host 'psp.jim.sh': A system call that should never fail has failed. |
to
| Code: |
svn: Can't connect to host 'psp.jim.sh': No connection could be made because the target machine actively refused it. |
But now on the main URL I have sucess.
| Code: | | "Exported revision 1461." |
Thanks for the input guys. |
|
| Back to top |
|
 |
jimparis
Joined: 10 Jun 2005 Posts: 1179 Location: Boston
|
|
| Back to top |
|
 |
deba5er
Joined: 04 Feb 2008 Posts: 173
|
Posted: Wed Apr 16, 2008 9:33 am Post subject: |
|
|
| jimparis - Thanks for the correction! |
|
| Back to top |
|
 |
|