--- doc/build/dev.frag 2008/01/09 21:12:38 1.4 +++ doc/build/dev.frag 2024/08/09 11:04:31 1.12 @@ -2,18 +2,18 @@ Access to the CVS repository of LON-CAPA is available by
The initial CVS commands would be:
@@ -21,14 +21,26 @@ cvs co loncapa -export CVSROOT=:pserver:USERNAME@zaphod.lite.msu.edu:/home/cvs -cvs login +export CVS_RSH=ssh +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 -b 2048 -t rsa ++ to generate public and private keys in ~/.ssh/ +
For 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.