Dear all, the SeqAn team is migrating SeqAn's repository to GitHub [1]. For the last months, we have already mirrored the Subversion trunk to the master branch at GitHub and worked on some larger changes there on the branch "develop". Git allowed us to maintain multiple branches much easier than Subversion. We have now decided that it is easier to continue development on GitHub. Thus, instead of copying over the changes from our Subversion trunk to GitHub, we will now copy over the changes in the GitHub master to the Subversion trunk. One more thing: Everything else remains the same, i.e. http://packages.seqan.de still hosts our packages, http://trac.seqan.de remains our wiki, http://trac.seqan.de/wiki/Tutorial contains the Tutorial, http://docs.seqan.de is still there for our documentation. What does this mean for you? SEQAN SVN USERS You just use SeqAn in your projects and get the latest version from SeqAn's trunk? No problem, we will continue pushing the changes from the stable Git master to SeqAn's trunk. The SeqAn SVN URL stays the same. You even have the added benefit that the new trunk will be more stable since the development will happen in different branches on GitHub. Yay! Did you know that you can also checkout GitHub repositories via Subversion? Thus, you could also use the develop branch at Github to get the lastest (albeit less stable) SeqAn version: svn co https://github.com/seqan/seqan/branches/develop seqan-trunk SEQAN TARBALL USERS You use the SeqAn library from a downloaded tarball or one of our applications? Nothing changes for you. SEQAN CONTRIBUTORS You are contributing to SeqAn or you want to? It's now much less hassle to do so! GitHub allows you to easily submit patches through pull requests which we can then review and merge. More information on how we use Git and links to tutorials online can be found at [2]. tl;dr We are moving to Git. Don't worry if you are using tarball downloads or just read from our Subversion repository -- nothing changes for you. [1] https://github.com/seqan/seqan [2] http://trac.seqan.de/wiki/HowTo/UseGit