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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 4817 - 4846 of 8604   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4817
Hi Benjamin-san. ... Terminal program is Cygwin rxvt(Japanese-patched). Terminal coding system is maybe Japanese-shift-jis-dos. I doubt line-separator "CRLF"...
Y T
yamataku39jp@...
Send Email
Feb 1, 2006
8:17 am
4818
I think you're going to have to add a few debugging commands to print out the characters that it is actually receiving. The textual user interface lives in...
Benjamin Pierce
benjamincpierce
Offline Send Email
Feb 1, 2006
1:25 pm
4819
... Yes, I know that -- I do use rootalias, except that it's used in a really awkward way to address the specific machine in question. ... Possibly -- but an...
Eli Barzilay
elibarzilay
Offline Send Email
Feb 1, 2006
2:58 pm
4820
... I have something similar -- with .bashrc^H^H^H^H.zshrc calling out to .zshrc.more etc, with ...more files that are local to each account. But it's a messy...
Eli Barzilay
elibarzilay
Offline Send Email
Feb 1, 2006
6:44 pm
4821
Hi developpers, After the synchronization of the files, unison modify the time stamp of the file copied. I think that it would be good that the modification...
sebastien_fricker
sebastien_fr...
Offline Send Email
Feb 1, 2006
6:47 pm
4822
... I handle setting the environment variable by having a hierarchy of bashrc files, following the MIT Athena convention: .bashrc -- stuff from the sysadmin,...
Derek Rayside
drayside@...
Send Email
Feb 1, 2006
6:47 pm
4823
This happens for files that are synced, except that now I added times=true: props <-?-> props .Xdefaults [] d Uncaught exception File...
Eli Barzilay
elibarzilay
Offline Send Email
Feb 4, 2006
8:31 pm
4824
Hello, I have so sync a really large chunk of data, and currently, I use the fastcheck method, which works good for me. But there are several programs that...
Timo Rumland
cr@...
Send Email
Feb 6, 2006
11:24 am
4825
Hi, I'm syncing a bunch of directories containing (mostly) LaTeX files edited with vim. However, I have no real need to sync the vim swap files ...
Par Leijonhufvud
par@...
Send Email
Feb 6, 2006
1:33 pm
4826
... Right: At the moment, the fastcheck option applies everywhere. I agree that making it more precise (and, indeed, many of the other options too) would be a...
Benjamin Pierce
benjamincpierce
Offline Send Email
Feb 6, 2006
1:41 pm
4827
Par, Running with '-debug pred' may give you some insight into what's happening. Regards, - Benjamin...
Benjamin Pierce
benjamincpierce
Offline Send Email
Feb 6, 2006
1:43 pm
4828
Benjamin Pierce <bcpierce@...> [2006.02.06] wrote: Benjamin, ... Changing the ignore string to ".*.swp" made the difference. No idea why, unless...
Par Leijonhufvud
par@...
Send Email
Feb 6, 2006
7:02 pm
4829
Right -- Unison's interpretation of "glob" strings is the same as Unix shells'. - B...
Benjamin Pierce
benjamincpierce
Offline Send Email
Feb 6, 2006
7:11 pm
4830
... Actually, this is the standard behaviour on Linux it seems: $ touch .toto.swp $ ls *.swp ls: *.swp: No such file or directory $ ls .*.swp .toto.swp I...
JP Renaud
jprenaud@...
Send Email
Feb 6, 2006
7:36 pm
4831
I am consistently encountering a small bug with unison 2.17.1 : files whose name end with a number before the extension are not seen at all by unison. For...
kunzjacq
Offline Send Email
Feb 8, 2006
3:23 pm
4832
Hi, Can you please make up a minimal example showing both behaviors you describe, run it with '-debug all', and send me the result? Thanks, - Benjamin...
Benjamin Pierce
benjamincpierce
Offline Send Email
Feb 8, 2006
3:29 pm
4833
Hi Long, Thanks for the answer. It seems it doesn't work. At least I don't get any changes in the log file... I'll try explicitly changing a file in my desktop...
Marcio Cordero
marciocordero@...
Send Email
Feb 9, 2006
9:58 am
4834
In case others are interested: After some conversation offline with Sébastien, it seems that the problem here is a bug in the backup code which causes all...
Benjamin Pierce
benjamincpierce
Offline Send Email
Feb 9, 2006
2:25 pm
4835
Hi all! profile: # Roots of the synchronisation root = /mnt root = socket://10.0.0.30:873// # Paths to synchronise path = smb/USR/Firma path =...
Horst Sudholz
horst@...
Send Email
Feb 9, 2006
8:08 pm
4836
Hello group, could anybody try to reproduce the described behavior or does anybody have an explanation for it? Best regards, Stefan...
Stefan Poppe
stefan.poppe@...
Send Email
Feb 9, 2006
8:12 pm
4837
Hi Unison hackers, I'm having trouble getting unison working... here's my setup: - client 1: windows xp host with unison 2.17.1 - client 2: fedora 4 host with...
James Psota
jimpsota
Offline Send Email
Feb 9, 2006
11:41 pm
4838
You've tickled a bug in the update propagation code: the case where Unison's whole "root" is present on one machine and not the other is not handled correctly....
Benjamin Pierce
benjamincpierce
Offline Send Email
Feb 9, 2006
11:52 pm
4839
Just to chime in on this, Sometime in December, Andres made a request for atomic directories. The idea is that if you declare a directory to be atomic, then...
Eric Kow
eric.kow@...
Send Email
Feb 10, 2006
2:44 am
4840
... I think the simplest implementation strategy would be to do this at the same place in the code where -force, -prefer, etc. are implemented. This code runs...
Benjamin Pierce
benjamincpierce
Offline Send Email
Feb 10, 2006
3:00 am
4841
Hi All, Thanks for the post yesterday regarding "Invalid_argument("String.sub")" -- that problem was solved. I now seem to have another problem. I've been able...
James Psota
jimpsota
Offline Send Email
Feb 10, 2006
6:54 pm
4842
... Obviously you have a problem of conflicting cases of file names here. This has happened to me before when I've had files on different hosts, with the same...
Andrew Schulman
andrex593
Offline Send Email
Feb 10, 2006
8:38 pm
4843
... Obviously you have a problem of conflicting cases of file names here. This has happened to me before when I've had files on different hosts, with the same...
Andrew Schulman
andrex593
Offline Send Email
Feb 11, 2006
2:36 pm
4844
when synchronizing an archive with latest unison CVS (version number 2.19.5), I came accross a too long file name : 2% 01:19 ETAFailed [documents...
Sébastien Kunz-Jac...
kunzjacq
Offline Send Email
Feb 11, 2006
8:21 pm
4845
... Hi Benjamin, debug output is on the way to you via mail. For the group: After some experiments, my problem seems to be specific to Win98 or ME. When I do...
Stefan Poppe
stefan.poppe@...
Send Email
Feb 11, 2006
9:45 pm
4846
Hi to all, I'm new to this list. Can Unison resume files transfer from the same point if it is stopped and succesively restarted? Thanks. ________ FabioDB....
FabioDB
altraqua
Offline Send Email
Feb 13, 2006
11:23 am
Messages 4817 - 4846 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