1: <p>
2: Access to the CVS repository of LON-CAPA is available by
3: <ul>
4: <li>
5: <a href="http://source.lon-capa.org/cgi-bin/cvsweb.cgi/">web</a>
6: </li>
7: <li>
8: CVS command line tools -- submit a help request to the <a href="https://loncapa.msu.edu/adm/helpdesk?origurl=%2F">MSU LON-CAPA group</a> to request a CVS USERNAME.
9: <p> The initial CVS commands would be: </p>
10: <blockquote>
11: <table bgcolor="#aaaaaa" border="1">
12: <tr>
13: <td>
14: <pre>
15: export CVS_RSH=ssh
16: export CVSROOT=:ext:USERNAME@source.lon-capa.org:/home/cvs
17: cvs co loncapa
18: </pre>
19: </td>
20: </tr>
21: </table>
22: </blockquote>
23: <p>
24: You will be prompted to enter your password each time you issue a cvs command. <br />
25: A solution to this is to use
26: <pre>
27: ssh-keygen -b 2048 -t rsa
28: </pre>
29: to generate public and private keys in ~/.ssh/
30: <br />
31: Email the public key (id_dsa.pub) to helpdesk at loncapa.org so it can be added to the appropriate authorized_keys file on source.lon-capa.org
32: </p>
33: <p>
34: For more information on using CVS, please visit
35: <a href="https://www.gnu.org/software/trans-coord/manual/cvs/cvs.html">https://www.gnu.org/software/trans-coord/manual/cvs/cvs.html</a>
36: or read <tt>loncom/build/readme.html</tt> after downloading
37: the current version of LON-CAPA as described above.
38: </p>
39: </li>
40: </ul>
41: </p>
42: <!--
43: <p>
44: Additionally, the IRC channel #loncapa on freenode.net often contains a few lon-capa developers willing to help out.
45: </p>
46: -->
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>