new SVN repository location

new SVN repository location

Discuss the source code and development of Spring Engine in general from a technical point of view. Patches go here too.

Moderator: Moderators

Post Reply
Tobi
Spring Developer
Posts: 4598
Joined: 01 Jun 2005, 11:36

new SVN repository location

Post by Tobi »

Tobi on the mailing list wrote: > Hi,
>
> For your information, the berlios svn server is full, ie. no one can commit
> currently. I've sent an e-mail to berlios staff already, so no need to do
> that again.
>
> Hopefully they install a new disk soon.

They still didn't install a new disk and didn't even react to e-mail or bug
reports. Hence we looked for another (temporary) solution.

Fnordia was so kind to set up a SVN server on taspring.clan-sy.com, so that's where primary development will happen until further notice.

Repository URL: https://taspring.clan-sy.com/svn/spring

Only https authentication, even for anonymous checkouts.

If you're a developer, had commit access at berlios and want commit access at this repository too, give me (by private e-mail, forum PM or /msg on IRC) your username (identical to your berlios one to prevent later confusion) and password and I'll restore your access as soon as possible.

The commit mailing list & buildbot hooks are migrated too; they continue to function as before.

One more thing: to switch your local checkout to the new repository you can use 'svn switch --relocate' (for commandline SVN) or the feature with equal functionality on your favorite GUI client.

cheers

Tobi Vollebregt
Last edited by Tobi on 22 Jan 2007, 20:02, edited 1 time in total.
User avatar
Buggi
Posts: 875
Joined: 29 Apr 2005, 07:46

Post by Buggi »

"Relocate can only change the repository part of an URL"

That's the error I get when trying to relocate. :(
trepan
Former Engine Dev
Posts: 1200
Joined: 17 Nov 2005, 00:52

Post by trepan »

This is the line that worked for me:

Code: Select all

 svn switch --relocate "http://svn.berlios.de/svnroot/repos/taspring-linux/" "https://tasprin.clan-sy.com/svn/spring/"
User avatar
jcnossen
Former Engine Dev
Posts: 2440
Joined: 05 Jun 2005, 19:13

Post by jcnossen »

buggi, you probably should add /trunk to your relocation address, because the directory you're trying to relocate is also trunk. I had the same problem at first.
Fnordia
Former Engine Dev
Posts: 425
Joined: 13 Aug 2004, 16:11

Post by Fnordia »

User avatar
Buggi
Posts: 875
Joined: 29 Apr 2005, 07:46

Post by Buggi »

Adding Trunk worked. :D
User avatar
Caydr
Omnidouche
Posts: 7179
Joined: 16 Oct 2004, 19:40

Post by Caydr »

Here's another handy one, the Changelog TXT:

https://taspring.clan-sy.com/wsvn/filed ... rev=0&sc=0
Tobi
Spring Developer
Posts: 4598
Joined: 01 Jun 2005, 11:36

Post by Tobi »

Thanks, added to development links
User avatar
Argh
Posts: 10920
Joined: 21 Feb 2005, 03:38

Post by Argh »

Tobi wrote:I looked into crosscompilation today, ie. compiling for a different platform, and it was all pretty easy, so I set up some 'leet' infrastructure.
Spring's buildbot (second column) now crosscompiles spring.exe using mingw after every commit, and uploads the result.

Very handy, methinks, for all testers, tweakers, and coders wanting to verify the builds :-)
Tobi
Spring Developer
Posts: 4598
Joined: 01 Jun 2005, 11:36

Post by Tobi »

hmm third column now, I modified it a bit (which will probably happen more :-)). Just look at the column which lists "mingw32" in it's name, or just look in the upload directory...
Post Reply

Return to “Engine”