| View previous topic :: View next topic |
| Author |
Message |
dlanor
Joined: 28 Oct 2004 Posts: 269 Location: Stockholm, Sweden
|
Posted: Thu Jul 14, 2005 1:21 pm Post subject: How do I access the SVN repository ? |
|
|
I've been using WinCVS to get sources from the CVS repository, but this obviously doesn't work with the new SVN system. So now what do I do ?
I have to assume there were good reasons for this changeover, hopefully something related to future functionality. But right now the functionality has been reduced to NIL for me and a large number of other users who don't have any way to access the new repository. (Apart from manual web browsing, which really isn't all that useful...)
Several questions arise unbidden at a time like this, such as:
Why wasn't this change announced as coming, telling us what software we now must install ?
Why is there still no info on what software to install, even now after the change ?
Why wasn't the old CVS repository preserved, at least during a transition period ?
Why do we even have a forum for announcements, if this sort of thing isn't even mentioned there...?
Best regards: dlanor |
|
| Back to top |
|
 |
ooPo Site Admin
Joined: 17 Jan 2004 Posts: 2032 Location: Canada
|
Posted: Thu Jul 14, 2005 2:29 pm Post subject: |
|
|
I guess the psp svn changeover went so well that it was done for the ps2cvs without much thought. It caught me by surprise, too.
Here's some details:
Subversion is the real name for what people call 'svn'.
The repository is at: svn://svn.ps2dev.org
You can browse it at: http://svn.ps2dev.org
Most of the interesting stuff seems to be in the 'trunk' directory.
If you have svn installed for the command line, you can use it much like cvs. For example: svn checkout svn://svn.ps2dev.org/ps2/trunk/ps2sdk
Many programs support svn, like TortoiseSvn.
The ps2toolchain script has been updated to grab the latest ps2sdk and ps2client from svn instead of cvs.
Sorry it wasn't more announced, but I had nothing to do with it. :) |
|
| Back to top |
|
 |
radad
Joined: 19 May 2004 Posts: 246 Location: Melbourne, Australia
|
Posted: Thu Jul 14, 2005 6:25 pm Post subject: |
|
|
| I just tried it using TortoiseSVN 1.2.0, Build 3602 with the url svn://svn.ps2dev.org. It says 'No repository found'. Anyone else have any luck? |
|
| Back to top |
|
 |
strikeuk
Joined: 14 Jul 2005 Posts: 4
|
Posted: Thu Jul 14, 2005 7:03 pm Post subject: |
|
|
| radad wrote: | | I just tried it using TortoiseSVN 1.2.0, Build 3602 with the url svn://svn.ps2dev.org. It says 'No repository found'. Anyone else have any luck? |
Try with this address, svn://svn.ps2dev.org/ps2 or /ps2ware |
|
| Back to top |
|
 |
radad
Joined: 19 May 2004 Posts: 246 Location: Melbourne, Australia
|
Posted: Thu Jul 14, 2005 7:31 pm Post subject: |
|
|
| That worked, thanks. |
|
| Back to top |
|
 |
dlanor
Joined: 28 Oct 2004 Posts: 269 Location: Stockholm, Sweden
|
Posted: Fri Jul 15, 2005 1:48 am Post subject: |
|
|
| ooPo wrote: | I guess the psp svn changeover went so well that it was done for the ps2cvs without much thought. It caught me by surprise, too.
| Yikes, I must be getting psychic (or maybe 'psycho' ;) )...
My first thought when I saw the new pages, via the 'View SVN' link, was that this was something cooked up by the guys working on the PSP stuff. Since they had to rework the CVS anyhow, to make a place for the PSP stuff, I can understand how they would prefer starting over from scratch.
----- snip ----- re: some details on how to find the new repository
Thanks. I had no trouble finding it by web browsing, as the links on the main ps2dev site have been updated (unlike most of the CVS related info). But I think it was good that you included it here, as others might not think of browsing that page, just because their CVS client fails to deliver...
| Quote: | If you have svn installed for the command line, you can use it much like cvs. For example: svn checkout svn://svn.ps2dev.org/ps2/trunk/ps2sdk
| I do have it, as part of the Cygwin installation, but it really is a very inconvenient way to access the repository. I mean, it's ok for a single project, but not when you need lots of different stuff.
| Quote: | Many programs support svn, like TortoiseSvn.
| I'll google for it then, in the hope of finding it a more user-fiendly client.
| Quote: | The ps2toolchain script has been updated to grab the latest ps2sdk and ps2client from svn instead of cvs.
| Well, I used the modified script by Lukasz to set up my stuff, but I think I can edit this myself to use SVN, by checking the changes in your script.
| Quote: | | Sorry it wasn't more announced, but I had nothing to do with it. :) | Please don't think I was 'bashing' you or anyone else in my earlier post. I was just concerned about the lack of information, considering the impact a change of this kind has on all developers. A good announcement well in advance might have prevented 'bottlenecks', like the one that is currently holding up the SMS project, for example. (GUI completed two days ago, but the author can't update it in SVN... :( )
In fact, though it's a bit late to do it, making a proper announcement of the change might still be a good idea. It could clarify the situation for those who still haven't got the picture.
Best regards: dlanor |
|
| Back to top |
|
 |
Oobles Site Admin
Joined: 17 Jan 2004 Posts: 362 Location: Melbourne, Australia
|
Posted: Fri Jul 15, 2005 11:08 pm Post subject: |
|
|
I suppose I should not have migrated CVS to SVN and then disapeared off to the beach for a few days without an announcement. Sorry about that.
The migration to Subversion was done after I received many complaints about CVS. We trialled Subversion with the PSP repository. This was successful so we decided that migrate ps2cvs over too. The original ps2cvs repository has been split into two separate repositories, ps2 and ps2ware. The main ps2 repository is for libraries and tools. The ps2ware repository is for applications, games, demos and whatever else. I will be removing completely CVS access in a few days. One of the other reasons for the conversion is that I only want to maintain one version control system.
If you would like write access to Subversion please PM me and I will arrange it.
Thanks ooPo for the nice description of getting access.
David. (aka Oobles.) |
|
| Back to top |
|
 |
ooPo Site Admin
Joined: 17 Jan 2004 Posts: 2032 Location: Canada
|
Posted: Sat Jul 16, 2005 12:45 am Post subject: |
|
|
| The beach?! Dude, surfs up! |
|
| Back to top |
|
 |
radad
Joined: 19 May 2004 Posts: 246 Location: Melbourne, Australia
|
Posted: Tue Oct 17, 2006 10:35 am Post subject: |
|
|
| Has it been setup on this server to use svn over https? |
|
| Back to top |
|
 |
phenriquiu
Joined: 02 Nov 2006 Posts: 1
|
Posted: Thu Nov 02, 2006 5:40 am Post subject: SVN HTTP OR HTTPS ACCESS |
|
|
Hi all! I'm new to ps2 development and I want to checkout the svn tree, but my firewall blocks it. Why can't I checkout via http instead of svn? Can the admins configure the repository to http or https so more people could get the sources?
Thanks. |
|
| Back to top |
|
 |
fringo
Joined: 15 Jul 2005 Posts: 13
|
Posted: Wed Nov 15, 2006 7:03 am Post subject: |
|
|
hi Site admin,
Need help to upload Argon 0.25 source to svn.I have e-mail to few site admin located on ps2sdk read me but still no response
Pls provide me or user112 with svn write access.
Pls pm us @ ps2scene:hip203(me) and user112(creator)
Thanks |
|
| Back to top |
|
 |
|