Hello
I'm messing around trying to write a osx gui for darcs. One of the
features I would like to have is an ability for the gui to
automatically update as changes are made to the working directory or
patches.
To do this I've been using kqueue to watch the repository directory
for changes, and then triggering a call to 'darcs whatsnew' to get a
list of those changes.
The problem I have run into is that 'darcs whatsnew' seems to create
a temporary file in the repository directory. This triggers the
kqueue notification again, and I end up in a loop.
Is there any way to specify where darcs should create its temporary
files, so that I can move them to /tmp?
Many thanks
Tom
_______________________________________________
darcs-devel mailing list
[email protected]
http://www.abridgegame.org/cgi-bin/mailman/listinfo/darcs-devel