RiverWare 5.0 Qt3 to Qt4 Port Project -- Phil, 2-15-2008 Creating "Qt4PortFeb08" CVS Branch: (1) In my "Four" (current synchronized checked-in 5.0 dev area), create a CVS branch with: cvs tag -b Qt4PortFeb08 (2) Create a new area, checked out on the branch mkdir Six cd Six cvs co -r Qt4PortFeb08 all (3) CHECK, for example: cvs status -v Q3GUI/LoadSaveMgr.hpp =================================================================== File: LoadSaveMgr.hpp Status: Up-to-date Working revision: 1.7 Mon Nov 5 00:49:07 2007 Repository revision: 1.7 /projects/riverware/builds.cvs/Q3GUI/LoadSaveMgr.hpp,v Sticky Tag: Qt4PortFeb08 (branch: 1.7.2) Sticky Date: (none) Sticky Options: (none) Existing Tags: Qt4PortFeb08 (branch: 1.7.2) WRA-before-3-changes (revision: 1.7) prerel_49 (revision: 1.2) =================================================================== (4) Copy my Qt4Port source area (Five) to the new branch area (Six) /bin/cp -p Five/Accounting/* Six/Accounting/ /bin/cp -p Five/AccountingGUI/* Six/AccountingGUI/ /bin/cp -p Five/DbDmi/* Six/DbDmi/ /bin/cp -p Five/EngrObjs/* Six/EngrObjs/ /bin/cp -p Five/GUI/* Six/GUI/ /bin/cp -p Five/Halibut/* Six/Halibut/ /bin/cp -p Five/Makefiles/* Six/Makefiles/ /bin/cp -p Five/Opt/* Six/Opt/ /bin/cp -p Five/Optimize/* Six/Optimize/ /bin/cp -p Five/OracleConnect/* Six/OracleConnect/ /bin/cp -p Five/Q3GUI/* Six/Q3GUI/ /bin/cp -p Five/QtAccounting/* Six/QtAccounting/ /bin/cp -p Five/QtDmi/* Six/QtDmi/ /bin/cp -p Five/QtRpl/* Six/QtRpl/ /bin/cp -p Five/QtRun/* Six/QtRun/ /bin/cp -p Five/QtSCT/* Six/QtSCT/ /bin/cp -p Five/QtUtils/* Six/QtUtils/ /bin/cp -p Five/Rcl/* Six/Rcl/ /bin/cp -p Five/Rpl/* Six/Rpl/ /bin/cp -p Five/RplExpression/* Six/RplExpression/ /bin/cp -p Five/RplGUI/* Six/RplGUI/ /bin/cp -p Five/RulesTcl/* Six/RulesTcl/ /bin/cp -p Five/RwOracle/* Six/RwOracle/ /bin/cp -p Five/RwQt/* Six/RwQt/ /bin/cp -p Five/Servers/* Six/Servers/ /bin/cp -p Five/Sim/* Six/Sim/ /bin/cp -p Five/Units/* Six/Units/ /bin/cp -p Five/Utils/* Six/Utils/ /bin/cp -p Five/VCXX/* Six/VCXX/ (5) Commit the new branch area (Six) Phil's Qt3to4 work in progress, being checked in to the Qt4PortFeb08 branch. This builds and basically runs on Solaris. It does include Neil's Qwt 5 port work (which he did on Windows). But this has not yet been built in its entirety on Windows. Code Reviewed By: Nobody Bug Number: None Should this go in the release notes (y/n): No. ---