Page 1 of 1
SVN, Toolchain, SDK, etc. Unaccessible
Posted: Wed Feb 14, 2007 7:06 am
by Ranguvar
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...
Posted: Wed Feb 14, 2007 8:58 am
by Oobles
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.
Posted: Wed Feb 14, 2007 9:56 am
by Ranguvar
Posted: Wed Feb 14, 2007 6:47 pm
by EEUG
...SVN works, but I can't commit my updated stuff (access denied) ;)...
Posted: Wed Feb 14, 2007 11:24 pm
by RustyFunkNut
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.
Posted: Thu Feb 15, 2007 1:06 am
by Ranguvar
I can view SVN, not sure if "svn update" works yet.
The aformentioned pages are still blank.
How do I download from the SVN, since the HTML toolchain page is down?
THX.
Posted: Thu Feb 15, 2007 2:10 am
by TyRaNiD
What I am getting when I try and commit is:
svn: Can't create directory '/home/svn/psp/db/transactions/2176-1.txn': Permission denied
Posted: Thu Feb 15, 2007 4:10 am
by Ranguvar
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?
Posted: Thu Feb 15, 2007 4:47 am
by EEUG
...precise error description I've got:
'Commit failed'
'Can't create directory '/home/svn/ps2/db/transactions/1380-1.txn': Permission denied
I hope that this can help :)...
Posted: Thu Feb 15, 2007 8:57 am
by Oobles
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.
Posted: Thu Feb 15, 2007 9:04 am
by Ranguvar
THX!
Anyone mind enlightening me on how to download from the SVN?
Posted: Thu Feb 15, 2007 6:59 pm
by EEUG
...thank you. It works now, so updated 'libmpeg' in 'ps2sdk' and SMS 2.0 sources are available :D...
Posted: Fri Feb 16, 2007 5:21 am
by J.F.
Ranguvar wrote:THX!
Anyone mind enlightening me on how to download from the SVN?
Like this
Code: Select all
svn co svn://svn.ps2dev.org/psp/trunk/SDL SDL
You can replace SDL with any of the various modules in the PSP repo, or leave it off altogether and get the whole trunk.
Replace /psp/ with /ps2/, /ps2ware/, or /pspware/ for the main four repos here at ps2dev.
Posted: Fri Feb 16, 2007 10:31 pm
by RustyFunkNut
Oobles wrote:RustyFunkNut, it may be that you're behind a firewall? checking out from svn is working for others.
Apparently this is the case - thanks :)