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

version 1.7, 2008/06/04 14:41:12 version 1.8, 2008/10/22 16:55:00
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://support.lon-capa.org/help/">LON-CAPA support team</a> to request a CVS USERNAME.
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>
Line 28  cvs co loncapa Line 28  cvs co loncapa
         </pre>          </pre>
         to generate public and private keys in ~/.ssh/          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          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>
       <p>        <p>
         For more information on using CVS, please visit          For more information on using CVS, please visit

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


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