SVN, Toolchain, SDK, etc. Unaccessible
Moderator: cheriff
SVN, Toolchain, SDK, etc. Unaccessible
Yes, I read the latest post in Announcements under server upgrade! Please hurry! I can't DL the toolchain or the sdk (psp), or use "svn update". I really want to get my hands dirty and code som PSP shtit! Can anyone else actually get to the download or anything? I get a black page...
-
- Site Admin
- Posts: 347
- Joined: Sat Jan 17, 2004 9:49 am
- Location: Melbourne, Australia
- Contact:
Thanks for letting me know. If people stay quiet then I won't know it's broken and I won't fix it. I fixed the web site svn.ps2dev.org so that you can browse svn again. I also openned up the SVN port in the firewall settings. It seems the person who has helping me setup the box tightened up security a little too much.
Let me know if it still doesn't work.
David. aka Oobles.
Let me know if it still doesn't work.
David. aka Oobles.
http://ps2dev.org/psp/Tools
http://ps2dev.org/psp/Tutorials
http://ps2dev.org/psp/Demos
Are all still blank.
But now SVN works!
THX!
I thought this was documented, LOL.
http://ps2dev.org/psp/Tutorials
http://ps2dev.org/psp/Demos
Are all still blank.
But now SVN works!
THX!
I thought this was documented, LOL.
-
- Posts: 17
- Joined: Mon Sep 26, 2005 5:10 am
- Location: London, UK
I'm having troubles accessing SVN too this morning:
$ svn co svn://svn.pspdev.org/psp/trunk/pspsdk
svn: Can't connect to host 'svn.pspdev.org': Connection timed out
The web interface is working fine.
This is the first time I've tried to access the pspdev svn repository from this machine, but I'm pretty sure everything is set up ok.
$ svn co svn://svn.pspdev.org/psp/trunk/pspsdk
svn: Can't connect to host 'svn.pspdev.org': Connection timed out
The web interface is working fine.
This is the first time I've tried to access the pspdev svn repository from this machine, but I'm pretty sure everything is set up ok.
Also blank:
http://ps2dev.org/ps2/Loaders
Yeah, seems that the problem isn't totally fixed yet.
It probably doesn't work yet, but has anyone tried using "svn update" yet?
http://ps2dev.org/ps2/Loaders
Yeah, seems that the problem isn't totally fixed yet.
It probably doesn't work yet, but has anyone tried using "svn update" yet?
-
- Site Admin
- Posts: 347
- Joined: Sat Jan 17, 2004 9:49 am
- Location: Melbourne, Australia
- Contact:
Thanks for the detailed errors and reports. It looks like the svn files were copied to the new machine under the wrong user and group. I've fixed this and commit should now work.
RustyFunkNut, it may be that you're behind a firewall? checking out from svn is working for others.
In regards to some pages coming up blank. This looks like a slightly more difficult problem. I'll have to look at the code to see why. Until this is fixed you can download the toolchain scripts directly from subversion.
David. aka Oobles.
RustyFunkNut, it may be that you're behind a firewall? checking out from svn is working for others.
In regards to some pages coming up blank. This looks like a slightly more difficult problem. I'll have to look at the code to see why. Until this is fixed you can download the toolchain scripts directly from subversion.
David. aka Oobles.
Like thisRanguvar wrote:THX!
Anyone mind enlightening me on how to download from the SVN?
Code: Select all
svn co svn://svn.ps2dev.org/psp/trunk/SDL SDL
Replace /psp/ with /ps2/, /ps2ware/, or /pspware/ for the main four repos here at ps2dev.
-
- Posts: 17
- Joined: Mon Sep 26, 2005 5:10 am
- Location: London, UK