We are collecting source code repositories, released files and mailing list archives from BerliOS.de in advance of that site's scheduled closure.
Our mirror includes the complete source code history of each project that was hosted at BerliOS.
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
BerliOS projects' releases are available by HTTP and, using rsync, at rsync://mirror.umd.edu/berlios/downloads/.
Available by rsync at rsync://mirror.umd.edu/berlios/lists and browsable through a web interface.
Mirroring may be incomplete. We plan to synchronize with BerliOS several more times before the site goes offline.
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