Roundup Tracker - Issues

Message3500

Author tobias-herp
Recipients tobias-herp
Date 2009-02-05.01:53:25
Message-id <1233798807.02.0.012729372478.issue2550493@psf.upfronthosting.co.za>
In-reply-to
When run_tests.py is run from a Subversion copy (and probably CVS,
Mercurial as well), the standard template is copied (lots of times),
preserving all file attributes (this might be a problem specific to
Windows / OSes which use FAT-style file attributes: On Windows, readonly
and system attributes prevent file deletion), causing errors when the
temporary tree is to be deleted.

This patch makes the roundup.init.copytree function skip CVS, Subversion
and Mercurial special directories: No copying of special files, no
attribute problems when cleaning up.

(sorry, I can't use Keywords here; no read access! Would a "Testing"
component be useful?)
History
Date User Action Args
2009-02-05 01:53:27tobias-herpsetmessageid: <1233798807.02.0.012729372478.issue2550493@psf.upfronthosting.co.za>
2009-02-05 01:53:27tobias-herpsetrecipients: + tobias-herp
2009-02-05 01:53:26tobias-herplinkissue2550493 messages
2009-02-05 01:53:26tobias-herpcreate