I recently installed unison on my home machine (OSX 10.9) and on my remote server (Ubuntu 12.04 64-bit).
I have version 2.40.102 installed in both place. I used 'brew install unison' on my Mac, and I compiled from source on the server.
The issue is that I can't get "-repeat watch" to work. It connects, but then does nothing.
Contacting server...
Connected [//... -> //...]
And that's it. If I pass anything, like, '1' to the -repeat
flag it works just fine.
Is there something else that I need to do in order to get it to watch for changes and sync when something changes?