I was thinking to try 'unison' (text interface, no gtk2) in order to keep some content on a few computers in sync:
http://www.cis.upenn.edu/~bcpierce/unison/Unison is coded in ocaml. So building unison might also require the ocaml compiler as an intermediate step. I tried to give it a shot but I ran into problem during the configure phase of the build...
Since file synchronization is a somewhat common problem, I guess someone might either:
- give a try building a 'unison' extension,
- or alternatively tell me how to implement a pain-free, robust, 2-way synchronization in order to keep some content in sync on different hosts.
Br, Florian