Just so you know, SourceForge automatically makes nightly tarballs of all its projects. I was able to get geany's source during the downtime by downloading http://cvs.sourceforge.net/cvstarballs/geany-cvsroot.tar.bz2
The thing to remember is that gives you an actual CVS repository. You still have to do tar -jxvf geany-cvsroot.tar.bz2 mv geany geanycvs cvs -d /path/to/geanycvs co geany
You can then cd into geany/ and compile as usual.
Of course, this tarball is only updated nightly, so it'll be up to a day behind, but you can actually use this trick to get any project's CVS code without relying on the crappy anonymous CVS servers.
Kurt
On Sun, 30 Apr 2006 00:56:57 -0500, "Kurt Maier" karmaflux@gmail.com wrote:
Hi,
Just so you know, SourceForge automatically makes nightly tarballs of all its projects. I was able to get geany's source during the downtime by downloading http://cvs.sourceforge.net/cvstarballs/geany-cvsroot.tar.bz2
the tarball seems also to be outdated last change is from March, 17. My last commit were yesterday.
As soon the CVS repository is working again, I will switch to Subversion, but I want to migrate the CVS repository, so it should be working again. Let's hope the Sourceforge staff will get it back soon.
regards, Enrico