... I've had similar problems. I tried unison ... -ignore 'Name *' -ignorenot 'Name *.nw' but was told `everything was up to date', which was manifestly not...
Norman Ramsey
nr@...
Apr 1, 2003 8:41 pm
1500
... This is a feature, actually. In TFM (Ignoring Paths section) it says If a directory is ignored, all its descendents will be too. This point is expanded in...
You can make a profile with all the defaults set (directories and what to do if there are differences between the two) and then call unison with the profile...
Hi Group, We have been using Unison to maintain a near real-time synchronization of our Headquarters and branch office fileservers for the last 5 months. ...
Howdy- There's been another report about this sort of thing on the list not so long ago. I don't think anyone had a good idea as to why it might happen, but I...
I have been experiencing the same type of behaviour with the same type of files while synchronizing two Linux (RedHat 7.2) servers... thought the info might...
Kyron
kyron@...
Apr 3, 2003 11:23 pm
1506
I have also been seeing this issue syncing from a red hat linux box to os x. ... synchronization of ... a minor ... operated very ... (25.4 GB) ... "Failed...
Did you ever get a response to this query. This ... ... ... is the sort of bad behavior that we are REALLY interested in stamping out, if we can understand it...
Hi, ... Excel sometimes modifies its files without updating the modification time. This confuses Unison: it does not detect the modification when checking for...
Jerome Vouillon
vouillon@...
Apr 4, 2003 12:50 pm
1509
Thank you Jerome! We had the "-fastcheck true" set in order to achieve the fast synchronization. I set the -fastcheck option to false this morning and ran...
I just set the -fastcheck option to false and I now have a WORSE problem than before... instead of having about 2-3 files with the problem, I now have about 50...
Kyron
kyron@...
Apr 5, 2003 8:20 pm
1511
Hi. I hope this hasn't been covered before. I looked through the archives a bit but couldn't find anything relevent. I want to sync my web directory with a...
... Maybe root = ssh://blah.com/public_html/ ... rshargs = -l matt@... louis -- Jürgen "Louis" Fluk mailto:j.fluk@... New...
Jürgen "Louis" Fluk
j.fluk@...
Apr 6, 2003 3:48 pm
1513
... This is wrong. You either do ssh matt@... or ssh -l matt blah.com ... Should be: root = ssh://blah.com/public_html/ rshargs = -l matt Best regards, ...
Zvezdan Petkovic
zvezdan@...
Apr 6, 2003 6:12 pm
1514
Eric, When we ran Unison interactively using "-fastcheck false" the problem files still existed in the listing but they were able to be forced to sync in the ...
John, I was unfortunately unable to force unison to sync the faulty files even when usig the "-fastcheck false" option. Coming back to the "-fastcheck true"...
Kyron
kyron@...
Apr 7, 2003 7:42 pm
1516
On Monday 31 March 2003 02:02, David Levy, Susan Lincoln & Family ... only if you use the numeric IP address in the root. I use the client hostname which does...
Werner Horbelt
horbelt@...
Apr 9, 2003 2:12 am
1517
Hi Great tool! I just compiled the latest stable version on a cobalt qube2 which is a mipsel architecture. if i start: ./unison i get the following error...
I am using Unison to sync directories on two Linux boxes (RedHat 7.1 + 2.4.20) and suddenly it is hanging during the sync process. I think I found the spot...
Maurice Volaski
mvolaski@...
Apr 14, 2003 12:32 pm
1519
... I think this is an ocaml issue. (ocaml is the programming language that Unison is implemented in, which of course you know since you just compiled it :-) ...
Trevor Jim
trevor@...
Apr 14, 2003 9:57 pm
1520
... Don't you mean NATIVE=true? Also, if you stripped the unison binary, try not doing that. I've see the "No bytecode file" after stripping some ocaml...
... Yes, of course... (cosmic ray caused a parity error, sorry) -Trevor...
Trevor Jim
trevor@...
Apr 14, 2003 10:55 pm
1522
ever since daylight savings time occurred *all* of my files (thousands ) say that the 'props' are out of sync. i am syncing between a windows and linux...
Some Windows filesystems change file times by one hour when daylight savings time starts/ends. So strictly speaking this isn't a unison bug, the file...
Trevor Jim
trevor@...
Apr 15, 2003 12:53 pm
1524
... Yes. The following thread on the rsync ML has lots of info: http://www.mail-archive.com/rsync@.../msg07003.html Max....
Hello, I downloaded Unison over the weekend and got through the tutorials with no problem. (I used command-line versions only.) I spent many hours working with...
I had the same thing happen, and I figured that it had something to do with daylight savings time, but I wasn't able to track it down. Oddly, it only happened...
I am trying to get the merge option in Unison working. Here are the preferences I have set in my profile: merge2 = diff3 -m CURRENT1 CURRENT2 > NEW merge =...