--- doc/build/dev.frag 2008/06/04 14:41:12 1.7 +++ doc/build/dev.frag 2024/08/09 11:04:31 1.12 @@ -2,10 +2,10 @@ Access to the CVS repository of LON-CAPA is available by
The initial CVS commands would be:
@@ -13,7 +13,7 @@ Access to the CVS repository of LON-CAPA
@@ -24,21 +24,23 @@ cvs co loncapa You will be prompted to enter your password each time you issue a cvs command. 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
A solution to this is to use- ssh-keygen -t dsa + ssh-keygen -b 2048 -t rsato generate public and private keys in ~/.ssh/
- 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 + 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.orgFor more information on using CVS, please visit - http://www.cvshome.org/ + https://www.gnu.org/software/trans-coord/manual/cvs/cvs.html or read loncom/build/readme.html after downloading the current version of LON-CAPA as described above.
+