Comment 12 for bug 887067

Revision history for this message
Yaroslav Sokolov (yarick123) wrote :

I "disabled" the function _add_file_watcher_paths in the file "C:/Program Files (x86)/Bazaar/plugins\explorer\lib\view_workingtree.py":

105: def _add_file_watcher_paths(self):
106: return [] # yarick: work around to completely disable the file system watcher functionality (see https://bugs.launchpad.net/bzr/+bug/887067)

Now I can use the version 2.4.* in my environment. I understand, that this work around turns off the complete file watcher functionality, but it is better as nothing.