|
We use Mercurial
as our version control system.
The repositories of our projects can be browsed online, or can be checked out with
the following command:
hg clone http://hg.nih.at/<project>
where <project> is the name of the project in
which you are interested.
A snapshot of the latest version can be downloaded at
http://hg.nih.at/<project>/?ca=tip;type=<format>
where <format> can be zip for a zip
archive or bz2 for a bzip2 compressed tar archive.
You can also subscribe to an RSS feed of the changes at
http://hg.nih.at/<project>/?style=rss
|