--- a/Utilities/__init__.py Sun Apr 11 11:46:28 2010 +0000 +++ b/Utilities/__init__.py Mon Apr 12 17:45:51 2010 +0000 @@ -634,7 +634,12 @@ if checkStop and checkStop(): break - if entry in ['CVS', '.svn', '_svn', '.hg', '.ropeproject']: + if entry in ['CVS', 'cvs', + '.svn', '_svn', + '.hg', '_hg', + '.ropeproject', '_ropeproject', + '.eric5project', '_eric5project', + '.issues', '_issues']: continue fentry = os.path.join(path, entry)