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

version 1.2, 2007/07/17 17:25:43 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, contact Guy Albertelli (albertel AT msu DOT edu) 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">
           <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@source.lon-capa.org:/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 -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.2  
changed lines
  Added in v.1.10


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