I've been using unison for some time to sync filesystems for some time. I've recently been handed a project that will require me to build a VB application...
... I had this problem as well. The only fix for the moment seems to be to fall back to GTK 2.6.10. I use GTK for Gimp as well and have noted no problems...
... Unfortunately, the changelog functionality has never been implemented (sorry for the misleading documentation!). The idea, though, would be that you'd put...
Hi, how can unsion propagate file/dir-deletions on two different machines? In other words, how is it possible that deleted files aren't propagated as new ones...
It does not look like you are "compiling". What environment are you running under? You need to set up the "merge" preference with an external program (I use...
Josiah Yoder
yoderj@...
Apr 3, 2006 2:43 pm
4973
... The key point here is that the archives are not shared: there is one archive (one 'O') for the synchronization on PC_1 between C:\1 and D: \2, and another...
Can I check that I've understand Unison's behaviour correctly? Suppose I have profile1.prf with root = /home/user/mydir root = //host.bah.com/mydir path =...
... (sorry for the misleading documentation!). Too bad the changelog functionality isn't present, though I think you can mimic it by making your VB application...
Derek, Will you elaborate a little more? so I use these two commands inside a batch file, and execute it with the windows "at" command? thanks -frank ... -- ...
Frank Delatorre
angrytoaster@...
Apr 4, 2006 7:48 am
4978
Hi everyone, My default.prf: # Unison preferences file root = C:\Documents and Settings\user\mydocs root = ssh://someaddress.dk/win_home sshcmd = C:\Documents...
Gianluca Bosco
g.bosco@...
Apr 4, 2006 7:54 am
4979
... You should test it to make sure (looking at which archives are created under .unison), but I'm pretty sure archives are uniquely determined by the roots....
Unfortunately, each of the things you're asking for is a bit tricky to accomplish in a robust and portable way; the combination of all three is downright...
Hi, I'm using Unison to sync between windows and a FreeBSD box, and also between that BSD box and another BSD box. My question is, is there a command/switch...
-auto gets unison to automatically accept non-conflicting changes -batch says just ignore conflicts and do the other stuff these are the flags you need to run...
Derek Rayside
drayside@...
Apr 4, 2006 8:55 pm
4984
Gianluca, Mine isn't having this problem. Here's a pref's file I use all the time, notice the path spec is identical to yours. How are you launching unison?...
Josiah Yoder
yoderj@...
Apr 5, 2006 7:21 am
4985
Hi, I use Unison to keep 4 Linux servers synchronized and also to keep some mobile workers' Windows laptops synchronized to the servers. Things seem to work as...
[Cc'ing the unison-users list so that others can join the conversation if they want...] ... I'm not quite clear how this would work. If the real file gets ...
Hi everyone, unison 2.13.16 and 2.17.1 won't build succesfully on my linux host, while 2.10.2 will do so without problems. The build process fails while...
n2cu@...
Apr 7, 2006 7:08 am
4988
... One solution to your problem would be to add "plink" to your windows path. Do you know how to do this? Then you wouldn't have to put the path into the...
Josiah Yoder
yoderj@...
Apr 7, 2006 7:11 am
4989
... If that doesn't work try using the 8.3 DOS style short name for "Documents and Settings" eg: c:\DOCUME~1\user\.unison\plink-user.bat Btw at the cmd prompt...
Hi everyone, I am hoping someone can help me troubleshoot a problem. I've been a very satisfied Windows user of Unison for a couple years, but my recent switch...
I found that mounting FAT devices under Linux didn't work perfectly with unison. From that experience I now only mount FAT devices from Windows, and use...
Derek Rayside
drayside@...
Apr 10, 2006 7:22 am
4992
I want to synchronize two servers and when it find a conflict, it has to resolved it by timestamp automatically. Any Ideas?...
Thanks for the suggestion, Derek, but unfortunately it's not feasible to mount this FAT32 drive on a windows system and SSH to it. Do you, or anyone else have...
... Look at "prefer" in the manual, you can specify "newer" for it. Alan -- Alan Schmitt <http://alan.petitepomme.net/> The hacker: someone who figured things...
... yes, i do. i have a FAT32-formatted USB drive, onto which i sync a subdir of my home directory on my work machine, which runs OS X (10.3). at home, i sync...
Joost, Thank you very much! Adding these settings (the 'group', 'owner', and 'perms' lines to the .prf file) fixed the conlict and...