[MITgcm-support] behind-the-scenes CVS repository changes

Ed Hill ed at eh3.com
Thu Mar 18 13:56:55 EST 2004


Hi folks,

Due to disk upgrades, the location of the CVS repository has been
physically moved.  If you've been using the "standard" location listed
on the web site:

  http://mitgcm.org/source_code.html

then you should have no problems since soft-links should correctly hide
the "behind the scenes" changes.

However, if (like me) you've used different CVSROOT specifications then
here are a set of bash commands to "change" the repository locations:

  cd TOP_DIRECTORY_OF_YOUR_LOCAL_CVS_COPY
  a=`find . -name Root | grep 'CVS/Root'`
  for i in $a ; do 
    echo ':ext:mitgcm.org:/u/gcmpack' > $i 
  done

and they're included as a script below.  Note that this method is also a
convenient way to switch a local copy of CVS content from "pserver" to
"ext" mode.  And please make backups before running any scripts that
might harm your hard work!

Ed

-- 
Edward H. Hill III, PhD
office:  MIT Dept. of EAPS;  Room 54-1424;  77 Massachusetts Ave.
            Cambridge, MA 02139-4307
email:   eh3 at mit.edu,  ed at eh3.com
URL:     http://web.mit.edu/eh3/
phone:   617-253-0098
fax:     617-253-4464
-------------- next part --------------
#! /usr/bin/env bash

a=`find . -name Root | grep 'CVS/Root'`
for i in $a ; do 
    echo ':ext:mitgcm.org:/u/gcmpack' > $i 
done


-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://mitgcm.org/pipermail/mitgcm-support/attachments/20040318/aa4321af/attachment.sig>


More information about the MITgcm-support mailing list