Since Git is much more apt to develop in a distributed manner, there is a Git repository available at http://repo.or.cz/w/imageja.git/. At the moment, the main development is still done using sourceforge's CVS, and the Git repository only tracking CVS, but it will soon switch to Git, with sourceforge's CVS only tracking the main development.
Major benefits of Git:
- easy branching and merging (indeed, syncing to ImageJ's newest version is done with Git since long ago)
- true distributed development. You can just clone the Git repository, work on it, and if you later decide to merge with ImageJA, or ImageJ, no problem. Git makes it easy.
- mob branch. Now you can contribute easily! Just push your changes to the mob branch, and notify ImageJA's maintainer. If the changes are liked, they will be picked up at once, and you do not even have to have an account!
- easy and really fast searching through the revisions. Git is the fastest source code management tool around, and also the most powerful one. You can easily follow just a chunk of code through the revisions, even if it was cut & paste from another file. Power at your fingertips.
Expect the principal switchover to happen in the next four weeks.