Hi Cameron,
You should be able to downgrade like so:
cd /opt/webwork/webwork2
cvs up -dP -rrel-2-3-dev
cd /opt/webwork/pg
cvs up -dP -rrel-2-3-dev
After that, move your existing global.conf
and database.conf
files out of the way and make new copies from global.conf.dist
and database.conf.dist
. Also you should probably drop the webwork
database and go through that setup procedure again.
Hope this helps.
-sam