--- doc/build/Attic/cvsupgrade.html 2001/05/19 13:22:52 1.3
+++ doc/build/Attic/cvsupgrade.html 2001/09/05 22:03:30 1.5
@@ -6,7 +6,7 @@
LON-CAPA CVS Upgrade
Current CVS Upgrade Procedure
-Scott Harrison
+Scott Harrison, last updated 05/19/2001
Last updated: 4/18/2001
@@ -38,7 +38,7 @@ upgrading your system is a simple proces
export CVSROOT=:pserver:USERNAME@zaphod.lite.msu.edu:/home/cvs
cvs login |
Go to your repository directory | cd loncapa |
-Update your CVS sources | cvs update -d |
+Update your CVS sources | cvs update -d -r STABLE |
Go to the build directory | cd loncom/build |
Become 'root' | su |
Install/update static files | make install |
@@ -59,7 +59,10 @@ enter this command twice. Restarting th
/etc/rc.d/init.d/loncontrol restart |
After CVS logging in, you can always cut and paste this line
below assuming you do everything as root :)
-cd loncapa; cvs update -d; cd loncom/build; make install; make configinstall; /etc/rc.d/init.d/httpd restart; /etc/rc.d/init.d/httpd restart; /etc/rc.d/init.d/httpd restart; /etc/rc.d/init.d/loncontrol restart |
+cd loncapa; cvs update -d -r STABLE; cd loncom/build; make install; make
+configinstall; /etc/rc.d/init.d/httpd restart; /etc/rc.d/init.d/httpd
+restart; /etc/rc.d/init.d/httpd restart; /etc/rc.d/init.d/loncontrol restart
+
It may be also advisable to test your system after an upgrade if there are
@@ -148,7 +151,7 @@ RedHat 6.2 bugs involving enlightenment
export CVSROOT=:pserver:USERNAME@zaphod.lite.msu.edu:/home/cvs
cvs login |
Go to your repository directory | cd loncapa |
-Update your CVS sources | cvs update -d |
+Update your CVS sources | cvs update -d -r STABLE |
Go to the build directory | cd loncom/build |
Become 'root' | su |
View the CVS source->install status of your machine | make statuspost
@@ -216,8 +219,8 @@ Useful commands are:
|
Command | Description |
info cvs | doc's |
cvs log FILENAME | see what's happened with a file |
-cvs update -d | update your CVS tree from the current
-directory location |
+cvs update -d -r STABLE | update your CVS tree from the
+current directory location |