Annotation of doc/build/dev.frag, revision 1.1
1.1 ! albertel 1: <p>
! 2: To view the code development history of LON-CAPA, you can access a <a
! 3: href="http://zaphod.lite.msu.edu/cgi-bin/cvsweb.cgi/">web version</a>
! 4: of our CVS respository. Otherwise, please contact Guy Albertelli (<a
! 5: href="mailto:albertel@msu.edu">albertel@msu.edu</a>) to request a
! 6: CVS USERNAME.
! 7: </p>
! 8: <p>
! 9: The initial CVS commands would be:
! 10: </p>
! 11: <blockquote>
! 12: <table bgcolor="#aaaaaa" border="1">
! 13: <tr><td>
! 14: <pre>
! 15: export CVSROOT=:pserver:USERNAME@zaphod.lite.msu.edu:/home/cvs
! 16: cvs login
! 17: cvs co loncapa
! 18: </pre>
! 19: </td></tr></table>
! 20: </blockquote>
! 21: <p>
! 22: For more information on using CVS, please visit
! 23: <a href="http://www.cvshome.org/">http://www.cvshome.org/</a>
! 24: or read <tt>loncom/build/readme.html</tt> after downloading
! 25: the current version of LON-CAPA as described above.
! 26: </p>
! 27:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>