Activity log for bug #551509

Date Who What changed Old value New value Message
2010-03-30 08:46:35 Mario Ceresa bug added bug
2010-03-30 08:46:53 Mario Ceresa rollmeback: status New Confirmed
2010-03-30 08:46:59 Mario Ceresa rollmeback: assignee Mario Ceresa (mrceresa)
2010-03-30 11:16:57 Mario Ceresa description Actions emitted into the undo script are in the wrong order: ex: mkdir TEST_DIR touch TEST_DIR/TEST_FILE rm -rf TEST_DIR outputs: rm TEST_DIR/TEST_FILE mkdir TEST_DIR rm TEST_DIR instead of: mkdir TEST_DIR touch TEST_DIR/TEST_FILE rm TEST_DIR/TEST_FILE rmdir TEST_DIR Even if the results is the same, the incorrect order can give problem in more complicated situations and confuses the reader of the script. Actions emitted into the undo script are in the wrong order: ex: mkdir TEST_DIR touch TEST_DIR/TEST_FILE rm -rf TEST_DIR outputs: rm TEST_DIR/TEST_FILE mkdir TEST_DIR rm TEST_DIR instead of: mkdir TEST_DIR touch TEST_DIR/TEST_FILE rm TEST_DIR/TEST_FILE rmdir TEST_DIR Even if the result is the same, the incorrect order can give problem in more complicated situations and confuses the reader of the script.
2010-03-30 11:22:17 Mario Ceresa rollmeback: status Confirmed Fix Committed