Re: UKKQueue and CVS

2010-12-24 Thread Martin Hewitson
Thanks to all for the pointers and suggestions. I'll do some more research and report back if I find a good solution. Merry Christmas to all, Martin On Dec 24, 2010, at 10:48 PM, Chris Ridd wrote: > > On 24 Dec 2010, at 16:43, Gary L. Wade wrote: > >> Source control systems may modify hidden

Re: UKKQueue and CVS

2010-12-24 Thread Chris Ridd
On 24 Dec 2010, at 16:43, Gary L. Wade wrote: > Source control systems may modify hidden files locally when performing a > commit; some have historically utilized the resource fork of the particular > file instead to keep that commit/modified state. Still others may choose to > use an xattr to

Re: UKKQueue and CVS

2010-12-24 Thread Gary L. Wade
Source control systems may modify hidden files locally when performing a commit; some have historically utilized the resource fork of the particular file instead to keep that commit/modified state. Still others may choose to use an xattr to track this. The bottom line is that the only real guar

Re: UKKQueue and CVS

2010-12-24 Thread Martin Hewitson
Hi Uli, I did try various combinations of the flags, and I even tried listening for all events: UKKQueueNotifyAboutRename | UKKQueueNotifyAboutWrite | UKKQueueNotifyAboutDelete | UKKQueueNotifyAboutAttributeChange I din't receive events having done a cvs commit on a file. However, I do get no

Re: UKKQueue and CVS

2010-12-23 Thread Uli Kusterer
On 21.12.2010, at 11:58, Martin Hewitson wrote: > I have implemented an editor where I use UKKQueue to handle changes to the > file by other apps. The problem is that I don't get a notification if the > file is committed to a CVS repository (or an SVN repository, for that matter). Many applicat

UKKQueue and CVS

2010-12-21 Thread Martin Hewitson
Dear list, I have implemented an editor where I use UKKQueue to handle changes to the file by other apps. The problem is that I don't get a notification if the file is committed to a CVS repository (or an SVN repository, for that matter). Looking at the file on disk, CVS does change the file be