Hi,
svn co http://downloads.open-mesh.net/svn/batman/trunk/batman-experimental/ svn: Could not open the requested SVN filesystem
Seems to be broken at the moment. If you need the data at the moment you can get a svndump of the everything until r1417 (which was the last commit I know of) at http://www-user.tu-chemnitz.de/~ecsv/mirror/batman-svn.dump.xz This file will disappear without any warning - so better fetch now :)
It can be used quite easily: $ wget http://www-user.tu-chemnitz.de/~ecsv/mirror/batman-svn.dump.xz $ svnadmin create batman-mirror $ xzcat batman-svn.dump.xz | svnadmin load batman-mirror $ svn co "file://${PWD}/batman-mirror/trunk/batman-experimental/"
Tools used: * wget - http://www.gnu.org/software/wget/ * subversion - http://subversion.tigris.org/ * xz-utils - http://tukaani.org/xz/
Regards, Sven