Hi guys, runnning unison on Windows, I can specify "\\host\share\path" as a source for synchronization. Is there any equivalent for this under Linux (i.e....
Have been using unison for all these years, but just recently, I asked myself this question: When my GUI starts the scan for changes on my 200GB drive, is the...
... Indeed. In fact, I take advantage of this fact to make *local* synchronizations between 2 local drives faster, because otherwise synchronizing 2 local...
Wayne Hayes
wayne@...
Oct 22, 2009 6:38 pm
8581
Trying to install unison 2.32.52 on rhel 5.I get the following when I do 'make UISTYLE=text' ... STATIC = false OSTYPE = OSARCH = ocamlopt: ubase/util.mli --->...
I would say that you are missing some development libraries that are required for building. There is a link to a 2.32.52 binary that I compiled on CentOS 5 64...
For a Unison development activity that never really took off (the problem was solved by a different route to the original proposal), I created some bits and...
Russel Winder
russel.winder@...
Oct 28, 2009 6:57 pm
8584
Unison as it stands is untranslatable. But Sylvain Le Gall has been working on a gettext-enabled version of unison, which I've agreed to commit to as the main...
Benjamin, ... I hadn't looked at the Unison source, so I wasn't sure if it had been marked up for translatability. Clearly a work in progress. If Unison does...
Russel Winder
russel.winder@...
Oct 28, 2009 7:48 pm
8586
I only know how to synchronize a directory with unison. Is there a way to specify only a few files for synchronization? For example, I have ~/.vimrc to...
Peng Yu
PengYu.UT@...
Oct 28, 2009 9:00 pm
8587
I'm trying synchronize two directories. It seems that if two files have the same name, unison doesn't know which one it should keep. I have to make manual...
Peng Yu
PengYu.UT@...
Oct 29, 2009 12:04 am
8588
There is '-auto' option in unison. Can somebody let me know what I should put in .prf file in order to use this option?...
Peng Yu
PengYu.UT@...
Oct 29, 2009 1:41 am
8589
... so I guess "auto = true" should work. Hope this helps, Alan...
... Specify the roots high in the file hierarchy (for instance your user folder): root = /home/foo root = ssh://foo@remote//home/foo then for every file or...
... Yes, I use gettext, and have already some very small part translated. I need to fix bug in ocaml-gettext at the same time, so it takes longer to do. ...
Hey guys, I was trying to complie the latest version to replace the 2.27 I got from rpmforge, but get an error. Starts off just fine, completes through...
p1@...
Oct 29, 2009 4:10 pm
8594
Thank you sir, may I have another! That was the problem, thanks Alan. -- Paul ________________________________ From: brab.alan@......
p1@...
Oct 29, 2009 8:40 pm
8595
Hello, I have vostro 1710 with Kubuntu 9.04 64bit. I have directory called ~/Backup which I would like to backup to USB HDD. I have two USB HDD one from...
On Thu, Oct 29, 2009 at 5:50 AM, Phillip Lord ... Why time stamp should not matter? If I changed the file on local machine but not the file on remote machine,...
Peng Yu
PengYu.UT@...
Oct 30, 2009 6:50 am
8598
... Not necessarily. Unison takes a snapshot of the contents of the file (in the form of a hash), so it does not need to look at the time (and deal with...
I didn't really think about the problems with force until Phil brought it up. The preference that you want to use is: Prefer = newer This will automatically...
I am using 2.27.72 on osx (snow leopard) and 2.27.57 on Debian. I can sync some sub-directories fine, but am unable to sync a large directory containing the...
I run unison from a local directory to synchronize a remote directory (empty). But it seems that the time stamps of the files in the local directory is not...
Peng Yu
PengYu.UT@...
Nov 6, 2009 6:29 am
8602
... Did you look at the -times option? http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-manual.html Alan...
Hi everyone, I am using Unison on my home directory, which contains several subprojects each having its own git repository. When I synchronize, the most...
Federico Poloni
f.poloni@...
Nov 8, 2009 8:46 pm
8604
This is something that I've also wanted for a while -- not only to keep down the number of messages, but also to make sure that changes in certain directories...