Hi,
is TM2 already supposed to detect when some other process has changed a file it has opened – on a file system without fsevents? Right now, I need to notice that myself, close the file, and reopen it. (If that is expected for now, fine.)
Christopher
On 12/01/2012, at 21.47, Christopher Creutzig wrote:
is TM2 already supposed to detect when some other process has changed a file it has opened – on a file system without fsevents? […]
It uses kqueue for monitoring the open file. If file system does not support that, then you manually need to re-open.