This is because of wrong regex pattern in _global_dir_ignore_list and
_global_dir_ignore_list
'\bCVS$',
'\bSCCS$',
'\b\\.svn$',
Correct pattern should like '\\bCVS$' or r'\bCVS' etc.
Original issue reported on code.google.com by matt...@gmail.com on 20 Aug 2008 at 6:53
Original issue reported on code.google.com by
matt...@gmail.com
on 20 Aug 2008 at 6:53