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

version 1.4, 2008/01/09 21:12:38 version 1.7, 2008/06/04 14:41:12
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>
Line 21  cvs co loncapa Line 21  cvs co loncapa
         </table>          </table>
       </blockquote>        </blockquote>
       <p>        <p>
           You will be prompted to enter your password each time you issue a cvs command. <br />
           A solution to this is to use
           <pre>
           ssh-keygen -t dsa
           </pre>
           to generate public and private keys in ~/.ssh/
           <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
         </p>
         <p>
         For more information on using CVS, please visit          For more information on using CVS, please visit
         <a href="http://www.cvshome.org/">http://www.cvshome.org/</a>          <a href="http://www.cvshome.org/">http://www.cvshome.org/</a>
         or read <tt>loncom/build/readme.html</tt> after downloading          or read <tt>loncom/build/readme.html</tt> after downloading

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


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