Blitz logo

Blitz Devel :

From: Todd Veldhuizen (tveldhui_at_[hidden])
Date: 2002-10-04 15:33:52


Hello all, the blitz cvs repository has moved to sourceforge.net.
If you checked out your version of blitz from cvs, you will need to
patch some files; see below. Otherwise, just ignore this message.

How to patch your cvs repository.

When you checked out blitz, there were "CVS/Root" files generated in
every blitz subdirectory that point to the cvs repository on oonumerics.org.
These files have to be changed to point to sourceforge. On a unix
machine, the easiest way to do this is to cd into the main blitz
directory and type:

for f in `find . -name "Root"`; do
  echo ":pserver:anonymous_at_[hidden]:/cvsroot/blitz" >$f;
done

.. that's assuming you are using bash. The less easy way is to edit
all the Root files:

blitz/CVS/Root
blitz/benchmarks/CVS/Root
blitz/bin/CVS/Root
blitz/blitz/CVS/Root
blitz/blitz/array/CVS/Root
blitz/blitz/generate/CVS/Root
blitz/blitz/meta/CVS/Root
blitz/compiler/CVS/Root
blitz/demos/CVS/Root
blitz/examples/CVS/Root
blitz/lib/CVS/Root
blitz/manual/CVS/Root
blitz/manual/examples/CVS/Root
blitz/manual/stencils/CVS/Root
blitz/random/CVS/Root
blitz/src/CVS/Root
blitz/testsuite/CVS/Root

and in each one, replace "oonumerics.org:/cvsroot" with
"cvs.blitz.sourceforge.net:/cvsroot/blitz".

Cheers,
Todd

-- 
Todd Veldhuizen  /  tveldhui_at_[hidden]  /  Indiana University Computer Science
_______________________________________________
Blitz-dev mailing list
Blitz-dev_at_[hidden]
http://www.oonumerics.org/mailman/listinfo.cgi/blitz-dev