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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 4397 - 4426 of 8604   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4397
Hi All, I have Cygwin ssh and Unison installed on a Win 2003 Server and an XP computer. I have ssh working, but I cannot get Unison to sync the folders I want ...
winsys28
Offline Send Email
Sep 1, 2005
6:30 pm
4398
Hi folks, Sorry if this is a dumb question, but I wonder if anyone can explain to me the significance of the files listed in the console while unison is...
James Anderson
james_n_ande...
Offline Send Email
Sep 2, 2005
12:59 pm
4399
... No special significance: Unison just prints a file every so often as it's scanning the filesystem -- this listing is intended as some kind of informal...
Benjamin Pierce
benjamincpierce
Offline Send Email
Sep 2, 2005
1:02 pm
4400
I know this has probably been asked and addressed many times but best I can find in the forum etc is that there is really no way to do a merge under windows...
tggrissom
Offline Send Email
Sep 2, 2005
1:40 pm
4401
... That is my understanding too. It would be great if some Windows/ OCaml hacker could take a look at this -- my guess is that it would not be very hard to...
Benjamin Pierce
benjamincpierce
Offline Send Email
Sep 2, 2005
1:44 pm
4402
... You're, of course, right! Looks like rsync does it by generating a list of the files and sendind this complete list to one iconv process. If this is not ...
Jochen Reinwand
jbr.1@...
Send Email
Sep 4, 2005
4:17 pm
4403
FYI: I ran a bunch more tests. I learned that this problem only occurred when backups was enabled. I was also unable to reproduce it using test directories and...
Paul Russell
parussel
Offline Send Email
Sep 5, 2005
2:06 am
4404
The backup functionality has been completely reimplemented by Stephane Lescuyer. It would be interesting to know whether this error is still observable in the...
Benjamin Pierce
benjamincpierce
Offline Send Email
Sep 5, 2005
2:09 am
4405
If I can figure out how to reproduce it I'll definitely test it on the beta version and email the results to the list. Unfortunately, ever since I deleted the...
Paul Russell
parussel
Offline Send Email
Sep 6, 2005
6:19 pm
4406
Hello all, I am using Unison to synchronize between a drive on a Unix machine via samba and windows XP. It works great, but over a slow link the comparing...
joopverdwaast
Offline Send Email
Sep 7, 2005
7:23 am
4407
Hi All Excuse me for posting what may seem a dumb question. I want to mirror a CVS repository and allow checkins and sync to both. So, what I want is to...
Jack Murphy
jmurphy_eire
Offline Send Email
Sep 8, 2005
8:54 am
4408
Hello, ... What is the destination in this case? Is this the Windows or the OSX machine? Does it help to run Unison with the "-fastcheck false" option ? (You...
Jerome Vouillon
jv314159
Offline Send Email
Sep 8, 2005
9:52 am
4409
Hi, ... Are you using the "force=newer" option? Its semantics has been changed and seems to correspond now to what you describe. (I'm not sure whether this...
Jerome Vouillon
jv314159
Offline Send Email
Sep 8, 2005
10:11 am
4410
Hi, ... This is due to a filename with non-unicode characters. You should try the latest beta release which contains a workaround. (Or you can synchronize in...
Jerome Vouillon
jv314159
Offline Send Email
Sep 8, 2005
11:07 am
4411
Hi, ... Unison performs a chmod when creating a file, even when the perms option is set to 0. I should eventually try to fix this. A workaround is to mount...
Jerome Vouillon
jv314159
Offline Send Email
Sep 8, 2005
11:14 am
4412
Hi, ... [...] ... Try to replace #ifdef __FreeBSD__ #include <libutil.h> #define HAS_OPENPTY 1 #endif by #ifdef __FreeBSD__ #include <sys/types.h> #include...
Jerome Vouillon
jv314159
Offline Send Email
Sep 8, 2005
11:30 am
4413
... Has nobody some ideas to solve my problem? Thank you...
Fabio
marchale@...
Send Email
Sep 8, 2005
12:35 pm
4414
... One problem for some OSes. % uname FreeBSD % man mount | grep quiet % In other words, I would love it if this did get a proper fix. /Par -- Par...
Par Leijonhufvud
par@...
Send Email
Sep 8, 2005
2:51 pm
4415
... You could try to use the -m and -M options to set the file permissions to 600 and the directory permissions to 700 (see the mount_msdosfs man page). --...
Jerome Vouillon
jv314159
Offline Send Email
Sep 8, 2005
3:16 pm
4416
... Hi ... Wow, you solve the problem at first attempt! I launched unison in text mode, and all is gone right. Thank you...
Fabio
marchale@...
Send Email
Sep 8, 2005
3:56 pm
4417
... I don't know the usage of -mergebatch option, but I suspect the problem you are seeing is because of the "*" getting expanded by the shell. Try protecting...
Hari Krishna Dara
haridsv
Online Now Send Email
Sep 8, 2005
6:24 pm
4418
Has anyone installed unison on aix 5.1 (or any version of aix)?...
george lyon
georgem691
Offline Send Email
Sep 8, 2005
8:11 pm
4419
Hi all, I'm trying to set up unison to synch my laptop with another computer. Both computers are running cygwin/win32. I have set up ssh successfully and I...
John Fouhy
john_fouhy
Offline Send Email
Sep 9, 2005
2:44 am
4420
when I run unison on windows, I'm getting a message telling me it can't load libgdk... yes, I checked the spelling and that is what it said. searching my xp...
Eric S. Johansson
esjatharvee
Offline Send Email
Sep 9, 2005
7:05 am
4421
Hello, This is rather frustrating considering most people seem to manage their backup with Unison: I am simply synchronizing between my MacOSX laptop and an...
messery_lamb
Offline Send Email
Sep 9, 2005
10:02 am
4422
Hello, Unison seems to be failing when setting the permissions of the file /Volumes/pb_bck/Users/alamb/Library/Preferences/(null).plist The actual error...
Jerome Vouillon
jv314159
Offline Send Email
Sep 9, 2005
11:55 am
4423
Hello, I am an new happy user of Unison. However, I wanted to be able to use my own diff viewer (colors, quitting without the mouse, etc.). Therefore, I...
Erwan Jahier
Erwan.Jahier@...
Send Email
Sep 9, 2005
3:24 pm
4424
... John, I'm not able to reproduce your error here. All of the commands you listed above work just fine for me. However, I'm running version 2.12.0. Could...
Andrew Schulman
andrex593
Offline Send Email
Sep 9, 2005
5:56 pm
4425
Looks useful -- thanks. Before it gets included in the main sources, though, I think a little refinement is in order: It would be more consistent to set the...
Benjamin Pierce
benjamincpierce
Offline Send Email
Sep 11, 2005
1:18 pm
4426
All, Using Unison 2.12 (cli & sockets) to sync between XP and OS X. Everytime I sync, the files get marked as read-only. Is there a way to preserve the file's...
coomoedeeus
Offline Send Email
Sep 11, 2005
3:02 pm
Messages 4397 - 4426 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