--- loncom/build/readme.html 2003/02/03 18:03:52 1.22 +++ loncom/build/readme.html 2011/01/09 19:01:23 1.23 @@ -1,8 +1,8 @@ - - + +
-January 17, 2001
-
Last updated, August 14, 2002
+Created: January 17, 2001
+
Last updated: January 9, 2011
-In order to log into CVS, CVS needs to be part of your system environment. +CVS needs to be part of your system environment in order to access the LON-CAPA CVS repository, You can do this by:
-export CVSROOT=:pserver:USERNAME@install.lon-capa.org:/home/cvs
+export CVS_RSH=ssh
+export CVSROOT=:ext:USERNAME@source.lon-capa.org:/home/cvs
-To actually login, you will need to execute the following command: -
-- -cvs login - -
--You are then prompted for a password. -If you do not have a password, or the password is not working, you -should contact helen@lon-capa.org. -
+The first time you use CVS, you need to CHECKOUT the repository. Generally speaking, you need to checkout loncapa only once @@ -80,14 +76,6 @@ To check-out the repository, use the cd loncapa
-After completing work with the CVS repository, -you can log out: -
-- -cvs logout - -