SVN, Toolchain, SDK, etc. Unaccessible

General, off-topic discussion about things of interest to the members of these forums.

Moderator: cheriff

Post Reply
Ranguvar
Posts: 5
Joined: Wed Feb 14, 2007 6:55 am
Location: Upstate NY, USA
Contact:

SVN, Toolchain, SDK, etc. Unaccessible

Post 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...
Oobles
Site Admin
Posts: 347
Joined: Sat Jan 17, 2004 9:49 am
Location: Melbourne, Australia
Contact:

Post 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.
Ranguvar
Posts: 5
Joined: Wed Feb 14, 2007 6:55 am
Location: Upstate NY, USA
Contact:

Post by Ranguvar »

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.
EEUG
Posts: 136
Joined: Fri May 13, 2005 4:49 am
Location: The Netherlands

Post by EEUG »

...SVN works, but I can't commit my updated stuff (access denied) ;)...
RustyFunkNut
Posts: 17
Joined: Mon Sep 26, 2005 5:10 am
Location: London, UK

Post 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.
Ranguvar
Posts: 5
Joined: Wed Feb 14, 2007 6:55 am
Location: Upstate NY, USA
Contact:

Post 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.
TyRaNiD
Posts: 907
Joined: Sun Jan 18, 2004 12:23 am

Post 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
Ranguvar
Posts: 5
Joined: Wed Feb 14, 2007 6:55 am
Location: Upstate NY, USA
Contact:

Post 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?
EEUG
Posts: 136
Joined: Fri May 13, 2005 4:49 am
Location: The Netherlands

Post 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 :)...
Oobles
Site Admin
Posts: 347
Joined: Sat Jan 17, 2004 9:49 am
Location: Melbourne, Australia
Contact:

Post 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.
Ranguvar
Posts: 5
Joined: Wed Feb 14, 2007 6:55 am
Location: Upstate NY, USA
Contact:

Post by Ranguvar »

THX!

Anyone mind enlightening me on how to download from the SVN?
EEUG
Posts: 136
Joined: Fri May 13, 2005 4:49 am
Location: The Netherlands

Post by EEUG »

...thank you. It works now, so updated 'libmpeg' in 'ps2sdk' and SMS 2.0 sources are available :D...
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post 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.
RustyFunkNut
Posts: 17
Joined: Mon Sep 26, 2005 5:10 am
Location: London, UK

Post 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 :)
Post Reply