From: Joseph K. <jk...@us...> - 2013-12-25 18:03:39
|
Hello All, The project's SVN repository, wiki and tickets have been migrated to SF.Net's Allura platform and should be functional. Please note that the location of the SVN repository has changed: Old: http://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain New: https://svn.code.sf.net/p/elftoolchain/code/trunk You can run 'svn switch' to migrate a checked-out SVN source tree: % cd /ROOT/OF/YOUR/SVN/CHECKOUT % svn switch --relocate \ http://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain \ https://svn.code.sf.net/p/elftoolchain/code/trunk elftoolchain-code Developers would need to use a svn+ssh:// URL: % svn --username YOURLOGIN switch --relocate \ https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain \ svn+ssh://YOU...@sv.../p/elftoolchain/code/ For 'git-svn' users, the 'git-svn-relocate' script [1] may be used to relocate a git-svn repository. % git-svn-relocate OLD-URL NEW-URL [1]: https://gist.github.com/krlmlr/6307013 Work that remains: - Fixing up the migrated content in the wiki. - Turning off Trac. Regards, Joseph Koshy <jk...@us...> ----- Forwarded message from Joseph Koshy <jk...@us...> ----- Date: Tue, 24 Dec 2013 13:21:45 +0530 From: Joseph Koshy <jk...@us...> To: "elf...@li..." <elf...@li...> Subject: Fwd: Heads-Up: Migration from Trac to SF Allura Hello All, The Elftoolchain project needs to migrate from Trac to SourceForge's Allura platform. Please see [1], [2] for more information about this move. [1]: http://sourceforge.net/blog/hosted-apps-retirement/ [2]: http://sourceforge.net/apps/trac/elftoolchain/ticket/395 I will be performing this migration over the next few days. Planned steps: 1. Send out an announcement of the move to -developers (this annuncement). 2. Update the Trac wiki to inform visitors of the move. 3. Backup Trac. 4. Initiate project migration at the SF admin console. 4. Once migration finishes, migrate the wiki contents and tickets. 5. Change the project's default landing page to the project's Allura instance. 6. Manually go through our wiki pages and tickets, adding back important attachments and fixing any rendering errors. 7. Turn off Trac for the project. 8. Send email to -developers when the migration is complete. Thank you for your patience while the migration is underway. Regards, Joseph Koshy |