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

version 1.5, 2008/06/04 14:31:11 version 1.10, 2012/04/02 19:11:34
Line 2 Line 2
 Access to the CVS repository of LON-CAPA is available by  Access to the CVS repository of LON-CAPA is available by
   <ul>    <ul>
     <li>      <li>
       <a href="http://zaphod.lite.msu.edu/cgi-bin/cvsweb.cgi/">web</a>        <a href="http://source.lon-capa.org/cgi-bin/cvsweb.cgi/">web</a>
     </li>      </li>
     <li>      <li>
       CVS command line tools -- submit a help request to the <a href="http://support.lon-capa.org/help/">LON-CAPA support team</a> to request a CVS USERNAME.        CVS command line tools -- submit a help request to the <a href="http://help.lon-capa.org/help/">MSU LON-CAPA group</a> to request a CVS USERNAME.
       <p> The initial CVS commands would be: </p>        <p> The initial CVS commands would be: </p>
       <blockquote>        <blockquote>
         <table bgcolor="#aaaaaa" border="1">          <table bgcolor="#aaaaaa" border="1">
Line 13  Access to the CVS repository of LON-CAPA Line 13  Access to the CVS repository of LON-CAPA
             <td>              <td>
               <pre>                <pre>
 export CVS_RSH=ssh  export CVS_RSH=ssh
 export CVSROOT=:ext:USERNAME@zaphod.lite.msu.edu:/home/cvs   export CVSROOT=:ext:USERNAME@source.lon-capa.org:/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>
           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 -b 2048 -t rsa
           </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 appropriate authorized_keys file on source.lon-capa.org
         </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.5  
changed lines
  Added in v.1.10


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