Search the web
Sign In
New User? Sign Up
unison-users · Users group discussion forum for Unison file synchronizer
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6392 - 6421 of 8604   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6392
Hi, I get this 2.27.29 build error on Ubuntu 6.06. Any hints would be much appreciated. Thanks in advance. $ ocamlc -version 3.09.1 $ make ocamlc -o...
Yang
4i4yraj02@...
Send Email
Jun 7, 2007
2:51 am
6393
Hi, ... root = test-a.tmp root = test-b.tmp prefer = test-a.tmp path = prefer1 path = prefer2 forcepartial = Path prefer1 -> test-b.tmp times = true batch =...
Ralph Lehmann
ralph_lehman...
Offline Send Email
Jun 8, 2007
8:31 am
6394
The problem is that the pattern 'Path prefer1' matches precisely the path 'prefer1', not longer strings. - B...
Benjamin Pierce
benjamincpierce
Offline Send Email
Jun 8, 2007
12:19 pm
6395
Hi! ... The preference forcepartial = Path prefer1/* -> test-b.tmp works. Thanks a lot. :-) BTW: Could you add an example to the manual, please? ciao Ralph...
Ralph Lehmann
ralph_lehman...
Offline Send Email
Jun 8, 2007
6:10 pm
6396
Is it possible to treat any updates in the target as evil and delete them instead of transferring them to the src?...
idioself
Offline Send Email
Jun 8, 2007
9:40 pm
6397
... Hash: SHA1 ... In that situation, rsync would be a better option than unison. I've used both for a long while. rsync is the more appropriate tool for a ...
Chris Shelton
cshelton@...
Send Email
Jun 9, 2007
1:46 am
6398
Are you able to compile any ocaml programs at all? It looks like the compiler itself is failing. - B...
Benjamin Pierce
benjamincpierce
Offline Send Email
Jun 9, 2007
2:30 am
6399
try -force...
Derek Rayside
drayside@...
Send Email
Jun 9, 2007
2:32 am
6400
... Good. ... This might belong in the FAQ, I think (which is a wiki... :-). - Benjamin...
Benjamin Pierce
benjamincpierce
Offline Send Email
Jun 9, 2007
2:32 am
6401
Hmm, you're right... $ cat hello.ml print_endline "Hello world!";; $ ocamlc hello.ml ... Fatal error: exception Misc.Fatal_error $ ocamlc -version 3.09.1 $...
Yang
4i4yraj02@...
Send Email
Jun 9, 2007
9:24 pm
6402
Installing the OCaml compiler from source is pretty easy... - B...
Benjamin Pierce
benjamincpierce
Offline Send Email
Jun 9, 2007
9:28 pm
6403
I tried that after sending the email and got this: gcc -O -I../../byterun -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DBNG_ARCH_amd64...
Yang
4i4yraj02@...
Send Email
Jun 10, 2007
2:55 am
6404
Unison (using 2.27.29) isn't backing up my current versions, and it also doesn't agree with my merge script. For the former, I specified backupcurrent, but...
Yang
4i4yraj02@...
Send Email
Jun 10, 2007
6:43 am
6405
Hi, Sorry if this is a well-charted problem, and a solution already exists, or I'm just being dim about the standard options. But I don't think so, I've had a...
Jamie Dow
jamied0w
Offline Send Email
Jun 11, 2007
12:09 pm
6406
Hi, Sorry if this is a well-charted problem, and a solution already exists, or I'm just being dim about the standard options. But I don't think so, I've had a...
Jamie Dow
jamied0w
Offline Send Email
Jun 11, 2007
12:31 pm
6407
The issue appears to be with SynceFS, and I'm getting help from the developer with that (such is the beauty of the Linux community!). Unison's permissions and...
Jamie Dow
jamied0w
Offline Send Email
Jun 12, 2007
4:51 am
6408
Anyone? On 6/9/07, Yang 4i4yraj02-at-sneakemail.com |unison|...
Yang
4i4yraj02@...
Send Email
Jun 13, 2007
5:08 am
6409
Hi Yang, I'm traveling at the moment -- may take a few days to look carefully at this. For now, have you tried setting "backup" in addition to "backupcurrent"?...
Benjamin Pierce
benjamincpierce
Offline Send Email
Jun 13, 2007
12:29 pm
6410
Hi All, I'm trying to use unison to make a backup of my home directory to an external disk, but unison dies. I have even re-formatted the external disk as ext3...
roybatty2019
Offline Send Email
Jun 13, 2007
9:39 pm
6411
Try the current beta version of Unison -- this looks like a problem that has been fixed. - Benjamin...
Benjamin Pierce
benjamincpierce
Offline Send Email
Jun 14, 2007
7:16 am
6412
Would you mind using the correct address for the list, please. All your messages are ending up in my waste bin. Alternatively would someone say if To:...
Wm...
wm_o_o_o
Offline Send Email
Jun 14, 2007
7:29 pm
6413
Thu, 14 Jun 2007 22:24:06 <46721466.6060606@...> Dave <dave@...> ... I showed the To: as an example. ... Sigh. Do you see anyone else other than...
Wm...
wm_o_o_o
Offline Send Email
Jun 15, 2007
12:39 pm
6414
... I can start, if it will make you feel better. ... You can also use @egroups.com or @onelist.com, @yahoogroups.ca, or about a dozen others. As I said,...
Dave
devilspgd
Offline Send Email
Jun 15, 2007
5:27 pm
6415
Hi! It seems to me that this problem is still an open one in version 2.27.24, right? How can I use the patch from the last posting in this thread as a simple...
buehrenm
Offline Send Email
Jun 19, 2007
11:30 am
6416
I'm attempting to sync up two servers, but the SSH banner is a problem. When I ssh to the server, all I see is Unison 2.13\n, which is what the application is...
ccie6862
Offline Send Email
Jun 19, 2007
2:14 pm
6417
... It looks like unison not using ssh, but a direct connection to port 22 (like if there was a unison sitting on that port in socket mode). Please show us...
Stefan Seyfried
seife@...
Send Email
Jun 19, 2007
3:17 pm
6418
... I believe Karl's patches got incorporated in the main sources, including 2.27.24. Regards, - Benjamin...
Benjamin Pierce
benjamincpierce
Offline Send Email
Jun 19, 2007
7:41 pm
6419
Setting "backup" does not solve the problem. I tried it out on several machines and always see this behavior. (Just merge a couple of times - it won't work...
Yang
4i4yraj02@...
Send Email
Jun 19, 2007
10:13 pm
6420
Fri, 15 Jun 2007 07:14:54 <467290CE.40008@...> Dave <dave@...> ... I have some limits to what I receive. You are presuming about my rules. -- Wm ......
Wm...
wm_o_o_o
Offline Send Email
Jun 20, 2007
5:16 am
6421
Hi I am working with a document storage system called "LiveLink". I assess all LiveLink documents over WebDAV mounted as a network drive in windows. When I am...
Adam
adamgriffith...
Offline Send Email
Jun 21, 2007
3:58 pm
Messages 6392 - 6421 of 8604   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help