From: Christoph F. <xt...@tb...> - 2006-05-17 15:39:06
|
hi all, the SourceForge cvs server is online again! unfortunately they changed the host ot the cvs repository from cvs.sourceforge.net to sbmlsolver.cvs.sourceforge.net, which basically means either to do a fresh checkout of the sources cvs -d:ext:YOU...@sb...:/cvsroot/sbmlsolver co SBML_odeSolver and merging your local changes from the old checkout into the new checkout by hand (tedious!) OR recursively change all CVS/Root files in your local checkout to the new host: find . -name Root -exec sed -i -e's/@cvs/@sbmlsolver.cvs/' {} \; for anonymous checkout with read permissions only use cvs -d:pserver:ano...@sb...:/cvsroot/sbmlsolver co SBML_odeSolver =;) xtof -- Christoph Flamm Bioinformatik, Inst.f.Informatik, Univ.Leipzig, Germany www: http://www.tbi.univie.ac.at/~xtof phone: ++49 341 97-16688 fax: ++49 341 97-16709 email: xt...@bi... smail: Haertelstrasse 16-18, D-04107 Leipzig, Germany |