Page 1 of 1

SourceForge Project Change

PostPosted: 07 Jun 2013, 01:42
by hiker
Hi,

as some of you might be aware sourceforge is changing its platform to a new one called 'allura' (see https://sourceforge.net/p/upgrade for details). We have postponed our move till now (due to the GSOC selection process), but finally decided to move now.
This means for anybody who has a current SVN version checked out: you have to switch to the new repository in order to get any further updates (the old repository still exists, but is read-only):
{l Code}: {l Select All Code}
  svn relocate svn+ssh://YOURUSER@svn.code.sf.net/p/supertuxkart/code/main/trunk


With older svn clients you have to use 'svn --relocate'. If you have an anonymous checkout, just remove the YOURUSER@ part.

This must be done for any repository you have checked out (including media).

Let us know if you have any problems.

Cheers,
Joerg

Re: SourceForge Project Change

PostPosted: 07 Jun 2013, 01:48
by Uni
For the older versions :
{l Code}: {l Select All Code}
svn switch --relocate https://supertuxkart.svn.sourceforge.net/svnroot/supertuxkart/main/trunk svn+ssh://USERNAME@svn.code.sf.net/p/supertuxkart/code/main/trunk

Re: SourceForge Project Change

PostPosted: 07 Jun 2013, 11:17
by WillemS
When I used svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk I was prompted for a password, which I don't have. It was solved for me using HTTPS instead of SSH:
{l Code}: {l Select All Code}
svn switch --relocate https://supertuxkart.svn.sourceforge.net/svnroot/supertuxkart/main/trunk https://svn.code.sf.net/p/supertuxkart/code/main/trunk

This may help people with read-only access perhaps. :)

Re: SourceForge Project Change

PostPosted: 02 Jul 2013, 07:54
by Tuxfan
Where can the commits be seen?
It used to be http://sourceforge.net/apps/trac/supertuxkart/timeline - but now I can only find ticket updates recently.

Re: SourceForge Project Change

PostPosted: 02 Jul 2013, 09:08
by Sentmoraap

Re: SourceForge Project Change

PostPosted: 02 Jul 2013, 10:10
by Tuxfan
Thanks - I added this as a bookmark. And I was able to find my last commit. Branch migration worked.