`benchmarks': CVS repository rearrangement

Eddie Kohler eddietwo at cag.lcs.mit.edu
Sun May 28 22:45:33 EDT 2000


I got sick of cvs update taking forever b/c of the `benchmarks'
subdirectory so I moved its location in the repository.

New location of `benchmarks':

cvs -d /home/butt/click/cvsroot co benchmarks

To automatically change an old `benchmarks' tree to use the new repository:

(1) cd CLICKSOURCEDIR/benchmarks
(2) perl -pi -e 's|release/one/||;' `find . -name Repository -print`

Alternatively, you could remove the 'benchmarks' subdirectory and execute
the following commands to return your source directory to a usable state:

(1) cd CLICKSOURCEDIR
(2) perl -ni -e 'print unless /benchmarks/;' CVS/Entries

love,
ed



More information about the click mailing list