[LON-CAPA-dev] Fwd: update recovery

Gerd Kortemeyer lon-capa-dev@mail.lon-capa.org
Thu, 17 Jun 2004 10:10:06 -0400


I actually updated my machine before I read my email. The following 
instructions by Matthew work for getting your machine to run again 
after doing a cvs update:

cd loncapa/loncom
cvs update -r 1.30 LondConnection.pm
cvs update -r 1.193 lond
cvs update -r 1.4 lonlocal.pm
cvs update -r 1.7 lonssl.pm
cvs update -r 1.47 loncnew
Now go through the
make build;
make install;
/etc/init.d/loncontrol restart;
/etc/init.d/httpd restart;
as usual.  Your versions of lond, loncnew, lonlocal, lonssl, and
LondConnection will be pegged to the revisions specified above.  When
you next do a 'cvs update' cvs will remember this and not update them,
so your system will continue to work.