Page 1 of 1

README: Time of Chaos while relocating

PostPosted: 05 Dec 2013, 06:45
by qreeves
Important: SVN url is now svn://svn.icculus.org/redeclipse -- we are now in the process of moving away from Sourceforge, and I will be honest -- it is going to be messy for a while as I set up each component and transfer it.

Sourceforge, having completed the work on importing Trac into Allura tickets, have asked me to press the button on updating the project to their new platform. I have since done so and as a result, some parts of the project (mainly to do with URL's) have changed. Trac and the old SVN repository are now in read-only mode, you will need to use this page for tickets, as well as updating your SVN repository location.

For more information on how to relocate your current working copy, see this Sourceforge article. TortoiseSVN users can simply right click the repository root folder and use the SVN relocate command. This is a highly transitional period, and as a result some thing may not be totally ported over yet, and some links may be dead. Hopefully we can track these down as we import more of the project to Allura's platform, and I have updated all redeclipse.net/<blah> URLs.

arand {l Wrote}:If using ssh, you should be adding your SF username to the url, like so
svn+ssh://username@svn.code.sf.net/p/redeclipse/svn/

If you are using anonymous read-only access to SVN, i.e. you don't commit stuff, you should be using only
svn://svn.code.sf.net/p/redeclipse/svn/
as the checkout url.

Re: README: Sourceforge upgrade to Allura platform

PostPosted: 05 Dec 2013, 12:09
by Ulukai
Using TortoiseSVN you should relocate to svn+ssh://svn.code.sf.net/p/redeclipse/svn/ instead of just ssh://svn.code.sf.net/p/redeclipse/svn/ otherwise you will get an error message.

Re: README: Sourceforge upgrade to Allura platform

PostPosted: 05 Dec 2013, 13:06
by TheLastProject
Ulukai {l Wrote}:Using TortoiseSVN you should relocate to svn+ssh://svn.code.sf.net/p/redeclipse/svn/ instead of just ssh://svn.code.sf.net/p/redeclipse/svn/ otherwise you will get an error message.

From what I've heard, svn+ssh is for those with commit access and just svn is for those without commit access. At least, just svn works for me.

Re: README: Sourceforge upgrade to Allura platform

PostPosted: 05 Dec 2013, 13:15
by arand
As noted..:

It seems to be svn+ssh for most tools.

If using ssh, you should be adding your SF username to the url, like so
svn+ssh://username@svn.code.sf.net/p/redeclipse/svn/

If you are using anonymous read-only access to SVN, i.e. you don't commit stuff, you should be using only
svn://svn.code.sf.net/p/redeclipse/svn/
as the checkout url.

Re: README: Time of Chaos while relocating

PostPosted: 14 Dec 2013, 06:05
by qreeves
Bump. We are now relocating to icculus.org -- things are going to be messy for a while as I set up each component and transfer it.

Anyone who needs write access to SVN needs to contact me, as this is now managed manually. New URL is: svn://svn.icculus.org/redeclipse

Re: README: Time of Chaos while relocating

PostPosted: 17 Dec 2013, 12:43
by gynter
If anyone is wondering how to relocate on command line svn then the command is svn switch --relocate <old URL> svn://svn.icculus.org/redeclipse. You can see Your old url with svn info command.

Example:
{l Code}: {l Select All Code}
svn switch --relocate https://redeclipse.svn.sourceforge.net/svnroot/redeclipse svn://svn.icculus.org/redeclipse

Re: README: Time of Chaos while relocating

PostPosted: 17 Dec 2013, 14:41
by arand
Well, you can simplify that a bit:
{l Code}: {l Select All Code}
svn relocate svn://svn.icculus.org/redeclipse

Re: README: Time of Chaos while relocating

PostPosted: 18 Dec 2013, 08:42
by cdxbow
Quin {l Wrote}:Anyone who needs write access to SVN needs to contact me, as this is now managed manually.


Does that mean I have to carry every packet to the server by hand? I think you need to tell me something Quin.

PS Seems to be updating OK, will try a commit when done.

Re: README: Time of Chaos while relocating

PostPosted: 18 Dec 2013, 10:38
by qreeves
Haha, I just meant that I have to manage the users manually via a config file.

Re: README: Time of Chaos while relocating

PostPosted: 21 Dec 2013, 16:12
by freezurbern
wiki1.jpg

I think the wiki is missing some images, so it's displaying numbers instead.

Re: README: Time of Chaos while relocating

PostPosted: 21 Dec 2013, 19:06
by gynter
Yes seems so. Also logo is missing.

Re: README: Time of Chaos while relocating

PostPosted: 21 Dec 2013, 22:05
by freezurbern
Also, applications for new user accounts cannot happen because http://redeclipse.net/apply isnt working

Re: README: Time of Chaos while relocating

PostPosted: 22 Dec 2013, 00:36
by qreeves
I moved the website and wiki last night, the wiki obviously is going to take some time to recover as I was unable to obtain a backup of the files. I've assigned Evropi as administrator on the wiki for the moment, I still have to move the rest of our infrastructure, in the midst of Christmas chaos.