Hi everyone,<br><br>Today we have completed the migration of the ImageJ2 repository to Git.<br><br>The SVN repository is still available, but has been frozen permanently at r5524, with no further commits allowed. Future work will take place only in the Git repository, available on GitHub:<br>

    <a href="https://github.com/imagej/imagej">https://github.com/imagej/imagej</a><br><br>The ImageJ2 web site (<a href="http://developer.imagej.net/">http://developer.imagej.net/</a>) has been updated to reflect these changes, and an update to the ImageJ Trac (<a href="http://trac.imagej.net/">http://trac.imagej.net/</a>) is coming soon.<br>

<br>Alternately, there are two other Git mirrors (kept bidirectionally in sync) you can use if desired:<br>    git://<a href="http://fiji.sc/imagej2">fiji.sc/imagej2</a><br>    git://<a href="http://code.imagej.net/imagej.git">code.imagej.net/imagej.git</a><br>

<br>The <a href="http://fiji.sc">fiji.sc</a> mirror is in Dresden, Germany, and the <a href="http://imagej.net">imagej.net</a> mirror is in Madison, WI, USA.<br><br>If you have an existing clone of the Git repository from when it was still an SVN mirror, it will work to do a "git pull --rebase" on the master branch, but it may take a little while to download all the revisions again, since we rewrote the history.<br>

<br>If you have an existing fork on GitHub, you will want to update it: first fetch from upstream, then force push the updated master to your fork's master branch. If your fork has any topic branches, you will probably want to rebase them as well.<br>

<br>Finally, if you really love your SVN tools, GitHub does provide an SVN emulation layer, though it may be rather slow:<br>    svn co <a href="https://github.com/imagej/imagej/trunk">https://github.com/imagej/imagej/trunk</a> imagej<br>

<br>Please let us know if you run into any trouble, and we will be happy to help!<br><br>Regards,<br>Curtis<br><br>