I've noticed during recent build experiments that preparetest.py misses files that are required for running RepyV1 code, namely textops.py, persist.py, and servicelogger.py.
In the SVN-based build infrastructure, these were manually placed in /branches/repy_v2/repy/repyV1.
We should do this programmatically, remembering to use the correct file versions:
seattlelib_v1/textops.py
attic/trunk/nodemanager/persist.py
attic/trunk/nodemanager/servicelogger.mix
I've noticed during recent build experiments that
preparetest.py
misses files that are required for running RepyV1 code, namelytextops.py
,persist.py
, andservicelogger.py
. In the SVN-based build infrastructure, these were manually placed in/branches/repy_v2/repy/repyV1
.We should do this programmatically, remembering to use the correct file versions: seattlelib_v1/textops.py attic/trunk/nodemanager/persist.py attic/trunk/nodemanager/servicelogger.mix