--- doc/build/dev.frag 2008/06/04 14:31:11 1.5 +++ doc/build/dev.frag 2012/04/02 19:11:34 1.10 @@ -2,10 +2,10 @@ Access to the CVS repository of LON-CAPA is available by
The initial CVS commands would be:
@@ -13,26 +13,24 @@ Access to the CVS repository of LON-CAPA
- 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- -You will be prompted to enter your password each time you issue a cvs command. -
-A solution to this is to use --$ ssh-keygen -t dsa --to 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 -
+ You will be prompted to enter your password each time you issue a cvs command.
+ A solution to this is to use
+
+ ssh-keygen -b 2048 -t rsa ++ to generate public and private keys in ~/.ssh/ +
For more information on using CVS, please visit http://www.cvshome.org/ or read loncom/build/readme.html after downloading