Diff for /doc/build/dev.frag between versions 1.4 and 1.5

version 1.4, 2008/01/09 21:12:38 version 1.5, 2008/06/04 14:31:11
Line 12  Access to the CVS repository of LON-CAPA Line 12  Access to the CVS repository of LON-CAPA
           <tr>            <tr>
             <td>              <td>
               <pre>                <pre>
 export CVSROOT=:pserver:USERNAME@zaphod.lite.msu.edu:/home/cvs   export CVS_RSH=ssh
 cvs login   export CVSROOT=:ext:USERNAME@zaphod.lite.msu.edu:/home/cvs 
 cvs co loncapa  cvs co loncapa
               </pre>                </pre>
             </td>              </td>
           </tr>            </tr>
             <tr>
              <td>
   You will be prompted to enter your password each time you issue a cvs command. <br /><br />
   A solution to this is to use
   <pre>
   $ ssh-keygen -t dsa
   </pre>
   to generate public and private keys in ~/.ssh/
   <br /><br />
   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
              </td>
             </tr>
         </table>          </table>
       </blockquote>        </blockquote>
       <p>        <p>

Removed from v.1.4  
changed lines
  Added in v.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>