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 applications create a second file, write to that, then swap the two out afterwards. That way, if the write fails, you don't lose the file. Since kqueues work at a low level, you'll get a 'delete' or 'rename/move' notification in that case only. Have you checked if that's the case? Cheers, -- Uli Kusterer "The Witnesses of TeachText are everywhere..." http://www.zathras.de _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com