Comment 13 for bug 887067

Revision history for this message
Alexander Belchenko (bialix) wrote : Re: [Bug 887067] Re: bzrlib._walkdirs_win32.Win32ReadDir.read_dir doesn't work with junction points on Windows 7

Yaroslav Sokolov пишет:
> 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.

Well, disabling automatic refresh should in theory do the same, but in
practice it's not. It is separate bug, I think.