--- doc/build/dev.frag 2007/07/17 17:25:43 1.2 +++ doc/build/dev.frag 2008/06/04 14:41:12 1.7 @@ -5,15 +5,15 @@ Access to the CVS repository of LON-CAPA web
  • - CVS command line tools, contact Guy Albertelli (albertel AT msu DOT edu) to request a CVS USERNAME. + CVS command line tools -- submit a help request to the LON-CAPA support team to request a CVS USERNAME.

    The initial CVS commands would be:

    @@ -21,6 +21,16 @@ cvs co loncapa
    -export CVSROOT=:pserver:USERNAME@zaphod.lite.msu.edu:/home/cvs 
    -cvs login 
    +export CVS_RSH=ssh
    +export CVSROOT=:ext:USERNAME@zaphod.lite.msu.edu:/home/cvs 
     cvs co loncapa
                   

    + You will be prompted to enter your password each time you issue a cvs command.
    + A solution to this is to use +

    +        ssh-keygen -t dsa
    +        
    + to generate public and private keys in ~/.ssh/ +
    + Send the public key (id_dsa.pub) to helpdesk@lon-capa.org so it can be added to the authorized_keys file on zaphod.lite.msu.edu +

    +

    For more information on using CVS, please visit http://www.cvshome.org/ or read loncom/build/readme.html after downloading