BerliOS mirror at mirror.umd.edu

We are collecting source code repositories, released files and mailing list archives from BerliOS.de in advance of that site's scheduled closure.

Source code management

Our mirror includes the complete source code history of each project that was hosted at BerliOS.

Code browsers

Downloading code

The Git repositories are available using HTTP; see the repository's gitweb page for the URL.

SVN, CVS, Git and Mercurial raw repositories can be cloned using rsync: rsync://mirror.umd.edu/berlios/scm/vcs/repository where vcs is one of {svn, cvs, git, hg}.

e.g., rsync -av rsync://mirror.umd.edu/berlios/scm/svn/freenx/ freenx

Release packages

BerliOS projects' releases are available by HTTP and, using rsync, at rsync://mirror.umd.edu/berlios/downloads/.

Mailing list archives

Available by rsync at rsync://mirror.umd.edu/berlios/lists and browsable through a web interface.

Updates

Mirroring may be incomplete. We plan to synchronize with BerliOS several more times before the site goes offline.

Want a copy?

On Oct. 20, the BerliOS mirror took up:

downloads/ 126 GB
lists/ 5.2 GB
scm/ 84 GB
total 215 GB

If you have a fast connection and about 215 GB of disk space to spare, you may copy our mirror:

rsync -rlt rsync://mirror.umd.edu/berlios/ /home/mirror/berlios -v --progress

  — mirror at umoss.org