| View previous topic :: View next topic |
| Author |
Message |
Ranguvar
Joined: 14 Feb 2007 Posts: 5 Location: Upstate NY, USA
|
Posted: Wed Feb 14, 2007 7:06 am Post subject: 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... |
|
| Back to top |
|
 |
Oobles Site Admin
Joined: 17 Jan 2004 Posts: 362 Location: Melbourne, Australia
|
Posted: Wed Feb 14, 2007 8:58 am Post subject: |
|
|
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. |
|
| Back to top |
|
 |
Ranguvar
Joined: 14 Feb 2007 Posts: 5 Location: Upstate NY, USA
|
|
| Back to top |
|
 |
EEUG
Joined: 13 May 2005 Posts: 136 Location: The Netherlands
|
Posted: Wed Feb 14, 2007 6:47 pm Post subject: |
|
|
| ...SVN works, but I can't commit my updated stuff (access denied) ;)... |
|
| Back to top |
|
 |
RustyFunkNut
Joined: 26 Sep 2005 Posts: 17 Location: London, UK
|
Posted: Wed Feb 14, 2007 11:24 pm Post subject: |
|
|
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. |
|
| Back to top |
|
 |
Ranguvar
Joined: 14 Feb 2007 Posts: 5 Location: Upstate NY, USA
|
Posted: Thu Feb 15, 2007 1:06 am Post subject: |
|
|
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. |
|
| Back to top |
|
 |
TyRaNiD
Joined: 18 Jan 2004 Posts: 918
|
Posted: Thu Feb 15, 2007 2:10 am Post subject: |
|
|
What I am getting when I try and commit is:
| Quote: | svn: Can't create directory '/home/svn/psp/db/transactions/2176-1.txn': Permission denied
|
|
|
| Back to top |
|
 |
Ranguvar
Joined: 14 Feb 2007 Posts: 5 Location: Upstate NY, USA
|
Posted: Thu Feb 15, 2007 4:10 am Post subject: |
|
|
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? |
|
| Back to top |
|
 |
EEUG
Joined: 13 May 2005 Posts: 136 Location: The Netherlands
|
Posted: Thu Feb 15, 2007 4:47 am Post subject: |
|
|
...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 :)... |
|
| Back to top |
|
 |
Oobles Site Admin
Joined: 17 Jan 2004 Posts: 362 Location: Melbourne, Australia
|
Posted: Thu Feb 15, 2007 8:57 am Post subject: |
|
|
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. |
|
| Back to top |
|
 |
Ranguvar
Joined: 14 Feb 2007 Posts: 5 Location: Upstate NY, USA
|
Posted: Thu Feb 15, 2007 9:04 am Post subject: |
|
|
THX!
Anyone mind enlightening me on how to download from the SVN? |
|
| Back to top |
|
 |
EEUG
Joined: 13 May 2005 Posts: 136 Location: The Netherlands
|
Posted: Thu Feb 15, 2007 6:59 pm Post subject: |
|
|
| ...thank you. It works now, so updated 'libmpeg' in 'ps2sdk' and SMS 2.0 sources are available :D... |
|
| Back to top |
|
 |
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Fri Feb 16, 2007 5:21 am Post subject: |
|
|
| Ranguvar wrote: | THX!
Anyone mind enlightening me on how to download from the SVN? |
Like this
| Code: | | 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. |
|
| Back to top |
|
 |
RustyFunkNut
Joined: 26 Sep 2005 Posts: 17 Location: London, UK
|
Posted: Fri Feb 16, 2007 10:31 pm Post subject: |
|
|
| 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 :) |
|
| Back to top |
|
 |
|