Menu

Project Move to Allura: SVN repository has moved

The Elftoolchain project is moving from Trac to SourceForge's Allura platform.

As part of the move, the location of the project's SVN repository has changed.

Old locationhttp://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain
New locationhttps://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://YOURLOGIN@svn.code.sf.net/p/elftoolchain/code/

For git-svn users, the [git-svn-relocate][1] script may be used to relocate a git-svn repository.

% git-svn-relocate OLD-URL NEW-URL
Posted by Joseph Koshy 2013-12-26 | Draft

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.