... Try removing the quotes around $e in the last line... The quotes tell the shell to interpret all of $e as one argument. Dan...
9846
Russel Winder
russel@...
Jul 4, 2011 2:55 pm
I am currently using Unison between Debian Testing server and Debian Testing and Mac OS X clients. Debian Testing is now slowly moving from Gnome 2 to Gnome...
9847
İbrahim Ercan
ibrahim.ercan@...
Jul 6, 2011 7:24 am
Hi Assume I have a unison command like that unison -ui text /root/dir1/dir2/dir3/ ssh://somehost//root/dir1/dir2/dir3-batch -force=/root/dir1/dir2/dir3 -group...
9848
(no author)
(no email address)
Jul 6, 2011 9:02 am
Hi My understanding is that a root is the root of what you want to sync. As such it is not logical for any part of the root uri not to exist since then Unison...
OK, request is noted. For the moment, if you're willing to recompile (it's pretty easy), you can make yourself a custom version with this behavior disabled....
9850
reynolight
reynolight@...
Jul 7, 2011 6:35 pm
Hi all, using Version 2.40.61 on the Win XP commandline, I have recently posted my hustle with German Umlaute in filenames. Apparently, nobody else here has...
9851
reynolight
reynolight@...
Jul 7, 2011 10:21 pm
Seb, you saved my night. Sometimes only a blind flight helps. I just played around with some of your settings, et voila! If I am using two parameters,...
9852
reynolight
reynolight@...
Jul 8, 2011 2:03 am
... ... actually, too easy and too strange to be true. Attached is another screenshot, demonstrating the "permission denied" error again. No matter, how I am...
It would help to know exactly where this exception is coming from. Can you make a small test case that generates the behavior and then run it with "-debug...
9855
reynolight
reynolight@...
Jul 8, 2011 8:34 am
... My testcase is attached, including the binary, the two data dirs, and a little .bat script, actually calling Unison with some unspectacular options....
I can't believe this isn't already known, but 15 minutes spent searching the archive didn't turn up this bug, so apologies in advance: I download the 2.40.63...
Sure. The last two invocations of make demonstrate that a fixpoint appears to have been reached. skwd 14:38:48 unison-2.40.63$ make ocamlc -o mkProjectInfo...
Thanks. Looks like the failure is somewhere during the update detection phase, but unfortunately that doesn't narrow it down enough to tell which specific...
Weird -- it looks like it just builds a few object files and then gives up for no reason. This looks to me like an issue with 'make', not Unison itself... -...
I know. But (a) I do use exclusively non-PC hardware, and (b) it still takes some time to set up a bare VM so that it's ready to compile Unison... Thanks, - B...
... Hint: if you have a machine that can run VirtualBox or VMWare, you can have a Win32 machine easily available (and unless you use exclusively non-PC...
... Right. Given that my make is one of the most battle-tested in existence: $ make --version GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc. ...
Got it: the unison build system doesn't like my MAKEFLAGS; if I unset it the problem disappears. My MAKEFLAGS are: MAKEFLAGS=-j 4 -l 4.0 i.e. "please...
9865
reynolight
reynolight@...
Jul 8, 2011 2:15 pm
... Thanks. I'm not afraid to compile just everything. As long as it is GNU or FreePascal. AFAIK, Unison is a completely different animal. So I simply don't...
Howdy, Should unison be able to deal with a directory rename efficiently (given that, on linux, the mod-time and inode won't change). When I test, it seems...
9867
reynolight
reynolight@...
Jul 11, 2011 7:17 am
... Anybody on the list, who can assist with a recompile and debug Unison on Windows XP, in order to locate this uncatched system call, breaking a sync, as...
... No, unfortunately -- we already intend to catch all exceptions in the current implementation, so if we missed one it's a bug and to fix it we need to know...
9869
reynolight
reynolight@...
Jul 16, 2011 1:48 pm
... There is no maintainer for Win32? I know how to compile GNU C sources, libraries etc. and have thorough knowledge about FreePascal, that I am using daily....
Did you try the instructions in INSTALL.win32 in the source tarball? They haven't been updated for a couple of years, but they used to work fine. - Benjamin...
... Hi Reyno... I build the win32 versions and I use the instructions in the win32 instructions for the tarball. The major effort is to set up all the...
... With respect to the design, maybe that's enough. Implementation might be a bit more challenging, since it involves changes to the Update module, which is...
Hi, A warning for everyone.. I have just upgraded to Unison 2.40.61 and have noticed the ability to Copy and Paste out of the file detail window has been...