... 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...
1500
Benjamin C. Pierce
benjamincpierce
Apr 1, 2003 10:33 pm
... 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...
1501
stacey_zh
Apr 2, 2003 9:17 pm
Dear users, I wonder how can I run unison automatically without giving any input information? Thanks...
1502
Bo Tanaka
nipster_88
Apr 2, 2003 10:47 pm
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...
1503
John den Boer
johndbrfa
Apr 3, 2003 10:34 pm
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. ...
1504
David N. Blank-Edelman
blankedelman
Apr 3, 2003 11:06 pm
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...
1505
Kyron
kyron@...
Apr 3, 2003 11:23 pm
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...
1506
captainsaavik
Apr 4, 2003 4:12 am
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...
1507
Benjamin C. Pierce
benjamincpierce
Apr 4, 2003 12:21 pm
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...
1508
Jerome Vouillon
vouillon@...
Apr 4, 2003 12:50 pm
Hi, ... Excel sometimes modifies its files without updating the modification time. This confuses Unison: it does not detect the modification when checking for...
1509
John den Boer
johndbrfa
Apr 4, 2003 3:24 pm
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...
1510
Kyron
kyron@...
Apr 5, 2003 8:20 pm
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...
1511
mattzerah
Apr 6, 2003 11:39 am
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...
1512
Jürgen "Louis...
j.fluk@...
Apr 6, 2003 3:48 pm
... Maybe root = ssh://blah.com/public_html/ ... rshargs = -l matt@... louis -- Jürgen "Louis" Fluk mailto:j.fluk@... New...
1513
Zvezdan Petkovic
zvezdan@...
Apr 6, 2003 6:12 pm
... 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, ...
1514
John den Boer
johndbrfa
Apr 7, 2003 5:54 pm
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 ...
1515
Kyron
kyron@...
Apr 7, 2003 7:42 pm
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"...
1516
Werner Horbelt
horbelt@...
Apr 9, 2003 2:12 am
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...
1517
fox_inti
Apr 12, 2003 6:08 pm
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...
1518
Maurice Volaski
mvolaski@...
Apr 14, 2003 12:32 pm
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...
1519
Trevor Jim
trevor@...
Apr 14, 2003 9:57 pm
... 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 :-) ...
1520
Max Bowsher
maxbowsher
Apr 14, 2003 10:42 pm
... 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...
1521
Trevor Jim
trevor@...
Apr 14, 2003 10:55 pm
... Yes, of course... (cosmic ray caused a parity error, sorry) -Trevor...
1522
b_gs
Apr 15, 2003 12:05 pm
ever since daylight savings time occurred *all* of my files (thousands ) say that the 'props39; are out of sync. i am syncing between a windows and linux...
1523
Trevor Jim
trevor@...
Apr 15, 2003 12:53 pm
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...
1524
Max Bowsher
maxbowsher
Apr 15, 2003 4:27 pm
... Yes. The following thread on the rsync ML has lots of info: http://www.mail-archive.com/rsync@.../msg07003.html Max....
1525
Jeff Caldwell
jdcal
Apr 15, 2003 4:29 pm
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...
1526
Karl Crary
kfcrary
Apr 15, 2003 4:38 pm
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...
1527
Benjamin C. Pierce
benjamincpierce
Apr 15, 2003 4:40 pm
... Open source means never having to say "you're hosed." ... - B...
1528
Bo Tanaka
nipster_88
Apr 16, 2003 7:08 pm
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 =...