[LON-CAPA-cvs] cvs: doc /build dev.frag
raeburn
lon-capa-cvs-allow@mail.lon-capa.org
Wed, 22 Oct 2008 16:55:00 -0000
raeburn Wed Oct 22 16:55:00 2008 EDT
Modified files:
/doc/build dev.frag
Log:
Document change to URL for CVS repository.
Index: doc/build/dev.frag
diff -u doc/build/dev.frag:1.7 doc/build/dev.frag:1.8
--- doc/build/dev.frag:1.7 Wed Jun 4 14:41:12 2008
+++ doc/build/dev.frag Wed Oct 22 16:55:00 2008
@@ -2,7 +2,7 @@
Access to the CVS repository of LON-CAPA is available by
<ul>
<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>
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.
@@ -13,7 +13,7 @@
<td>
<pre>
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
</pre>
</td>
@@ -28,7 +28,7 @@
</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 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>
For more information on using CVS, please visit