svn+ssh://bugman@.../svn/relax/trunk
........
r20208 | bugman | 2013-06-19 11:04:30 +0200 (Wed, 19 Jun 2013) | 5 lines
Added the scripts for backing up the relax SVN repository and mailing lists to the repository.
This is to make it easier for others to set up the backups on their systems.
........
r20209 | bugman | 2013-06-19 11:09:42 +0200 (Wed, 19 Jun 2013) | 3 lines
Added comments to the backup scripts to make it easier to use them.
........
r20211 | bugman | 2013-06-19 11:39:06 +0200 (Wed, 19 Jun 2013) | 9 lines
More MS Windows fixes, this time a nasty kludge, for the relax system tests.
This is strangely needed for the relax_disp branch and not the trunk for a 64-bit MS Windows 7 test
system. The reason why this WindowsError is triggered by the base tearDown() method in the
relax_disp branch and not trunk is a total mystery. Actually why Windows refuses to complete the
file close() operations of the results.write and state.save user functions before calling the
tearDown() method is the greater mystery.
........