[ImageJ-devel] ImageJDev/LOCI development server

Curtis Rueden ctrueden at wisc.edu
Sun Sep 5 02:26:13 CDT 2010


Hi everyone,

LOCI has recently completed a migration of all our hosted source code over
to a new development server. Much is the same, but there are a couple of key
differences.

1) For those of you using our SVN—in particular, pacific's bio-formats.git
mirror—the URL has changed to *dev.loci.wisc.edu*.

You can update existing checkouts from the command line. First, run:

svn info


Take note of the "Repository Root" listed, then execute:

svn switch --relocate http://loci.wisc.edu/svn/java
http://dev.loci.wisc.edu/svn/java


Where "http://loci.wisc.edu/svn/java" is the Repository Root from before.
Alternately, you can just do a fresh checkout using the new URL.

2) The ImageJDev Git repository has been migrated to Subversion, and is
available from *http://dev.imagejdev.org/svn/imagej*.

   - The imglib repository still uses Git. And I still need to migrate Git
   from imagejdev.org to dev.imagejdev.org.
   - The ImageJ SVN repository's trunk is currently based on ImageJ v1.43o
   with some later bugfixes, and contains our work on ImgLibProcessor.
   - The ImageJ SVN repository's ijx branch is currently based on ImageJA
   v1.44f, has been reorganized as a Maven project, will contain Grant's
   refactoring work.
   - We will need to merge the trunk and ijx branch's progress within the
   next few weeks.


3) The Tracs have also all moved, though the old URLs should all
automatically redirect. Our Hudson moved as well (
http://dev.loci.wisc.edu:8080/). And I have also been playing with a Maven
Nexus (http://dev.loci.wisc.edu:8081/); for anyone interested, it goes along
with the Maven code branches (
http://dev.loci.wisc.edu/svn/java/branches/maven,
http://dev.imagejdev.org/svn/imagej/branches/ijx).

The location of the code repositories should now be stable for the
foreseeable future. Apologies for the disruptions. Please let me know if you
have any questions or problems with it!

-Curtis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-devel/attachments/20100905/465b2ae2/attachment.html>


More information about the ImageJ-devel mailing list