[MITgcm-support] FW: Problem in getting natl_12

Ed Hill ed at eh3.com
Sat Aug 23 00:02:41 EDT 2003


On Thu, 2003-08-21 at 17:09, Ed Hill wrote:
> Hi Yuanlong,
> 
> OK, I have a temporary fix.  The problem is that we now have two
> distinct CVS local users and two corresponding pserver users:
> 
>   1) pserver user: cvsanon  ==> maps to ==>  local user: gcmpack 
>   2) pserver user: cvscontrib  ==> maps to ==>  local user: gcmctrb
> 
> The cvsanon/gcmpack pair allows you to access all of the CVS repository
> *except* for the MITgcm_contrib area.  The cvscontrib/gcmctrb pair lets
> you access *just* the MITgcm_contrib area.  So the six steps needed to
> get the contents of both the MITgcm and the MITgcm_contrib direectories
> are:
> 
>   using csh/tcsh:
>    1)  setenv CVSROOT :pserver:cvsanon at mitgcm.org:/u/u0/gcmpack
>    2)  cvs login  <==  CVS password: cvsanon
>    3)  cvs co MITgcm
>    4)  setenv CVSROOT :pserver:cvscontrib at mitgcm.org:/u/u0/gcmpack
>    5)  cvs login  <==  CVS password: cvscontrib
>    6)  cvs co MITgcm_contrib
> 
>   using bash:
>    1)  export CVSROOT=":pserver:cvsanon at mitgcm.org:/u/u0/gcmpack"
>    2)  cvs login  <==  CVS password: cvsanon
>    3)  cvs co MITgcm
>    4)  export CVSROOT=":pserver:cvscontrib at mitgcm.org:/u/u0/gcmpack"
>    5)  cvs login  <==  CVS password: cvscontrib
>    6)  cvs co MITgcm_contrib
> 
> 
> Sorry for the confusion.  And please note that this is just a temporary
> fix.  I'm going to change the way pserver works so that it can be done
> with a single login from cvsanon.


Hi Yuanlong,

OK, this is now fixed.  By adding gcmpack to the gcmctrb group, one can
do the above in three easy steps:

  using csh/tcsh:
  1)  setenv CVSROOT :pserver:cvsanon at mitgcm.org:/u/u0/gcmpack
  2)  cvs login  <==  CVS password: cvsanon
  3)  cvs co MITgcm MITgcm_contrib

  using bash:
  1)  export CVSROOT=":pserver:cvsanon at mitgcm.org:/u/u0/gcmpack"
  2)  cvs login  <==  CVS password: cvsanon
  3)  cvs co MITgcm MITgcm_contrib

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 --------------
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/20030823/f6cb87bc/attachment.sig>


More information about the MITgcm-support mailing list