From bcpierce at cis.upenn.edu Sun Nov 19 14:53:03 2006 From: bcpierce at cis.upenn.edu (bcpierce@cis.upenn.edu) Date: Sun, 19 Nov 2006 14:53:03 -0500 Subject: [Unison-hackers] [unison-svn] r182 - in trunk/src: . ubase Message-ID: <200611191953.kAJJr3EC009103@canfield.cis.upenn.edu> Author: bcpierce Date: 2006-11-19 14:53:02 -0500 (Sun, 19 Nov 2006) New Revision: 182 Modified: trunk/src/INSTALL.win32-cygwin-gnuc trunk/src/RECENTNEWS trunk/src/TODO.txt trunk/src/abort.ml trunk/src/mkProjectInfo.ml trunk/src/os.ml trunk/src/test.ml trunk/src/transport.ml trunk/src/ubase/trace.ml trunk/src/ubase/trace.mli trunk/src/ubase/util.mli trunk/src/uicommon.ml trunk/src/uicommon.mli trunk/src/uigtk.ml trunk/src/uigtk2.ml trunk/src/uitext.ml trunk/src/update.ml trunk/src/update.mli trunk/src/uutil.ml trunk/src/uutil.mli Log: * Compressed the output from the text user interface (particularly when run with the -terse flag) to make it easier to interpret the results when Unison is run several times in succession from a script. * Changed the temp file prefix from ".#" to ".unison." * Fixed an assertion failure when the diff command was used with debugging enabled. From bcpierce at cis.upenn.edu Sun Nov 19 21:55:02 2006 From: bcpierce at cis.upenn.edu (bcpierce@cis.upenn.edu) Date: Sun, 19 Nov 2006 21:55:02 -0500 Subject: [Unison-hackers] [unison-svn] r183 - trunk/src Message-ID: <200611200255.kAK2t2f7027951@canfield.cis.upenn.edu> Author: bcpierce Date: 2006-11-19 21:55:02 -0500 (Sun, 19 Nov 2006) New Revision: 183 Modified: trunk/src/RECENTNEWS trunk/src/files.ml trunk/src/mkProjectInfo.ml Log: * Fixed (I hope) the diff functionality on Windows. (Unfortunately, an analogous fix does not immediately work for the merge functionality, where we need to be able to grab a process's output along two separate channels.) From kurt at ache.dk Wed Nov 22 11:51:34 2006 From: kurt at ache.dk (Kurt Petersen) Date: Wed, 22 Nov 2006 17:51:34 +0100 Subject: [Unison-hackers] Compiled executables Message-ID: <20061122165133.GC22316@ache.dk> Hi hackers I've searched the Net to find Windoes XP executables. The only one I found was here https://svn.cis.upenn.edu/svnroot/unison-contributed-binaries/windows/ but the 2.9.1 version .exe file is only 306 bytes and does nothing when executed. Can some kind soul help? Thanks Kurt From fk at cogitatio.de Fri Nov 24 10:11:42 2006 From: fk at cogitatio.de (Falk Kuehnel) Date: Fri, 24 Nov 2006 16:11:42 +0100 Subject: [Unison-hackers] Unison times option problem Message-ID: <200611241512.kAOFBwP4012933@denver154.server4you.de> Hi there! I am using Unison 2.13.16 and want to synch to a vfat mounted drive on a linux box. When doing a normal synch, everything is fine, but the filedates change, and i would like to have them the same as on the windows machine. I tried using the times parameter, which is supposed to do what i want, but i get the following error message: Failed: Failed to set modification time of file /home/user/.#foldername.ea00141dc68faaba496fb6ca86c56265.unison.tmp/Pr?mienbanne\ r/Praemien-Banner-1-0.gif to 1970-01-01 at 0:00:00: the time was set to 2006-11-22 at 0:02:28 instead The error message doesnt enlighten me. I dont know where to look for a solution. What am i doing wrong? Has it to do with the mount options of the vfat? I cant imagine it, because it happens on the ext3 partition aswell. Samba is working fine and times on those files are like on the windows files. It is mounted like this: /dev/sdb1 on /media/sdb1 type vfat (rw,nodiratime,uid=503,gid=100,fmask=0002,dmask=0002,codepage=cp850,iocharset=is\ o8859-1,shortname=mixed) Any hints are very welcome. Thanks Falk -- Ihr kompetenter Medienpartner cogitatio Falk K?hnel Am Lappenweiher 3, 53127 Bonn Tel: 0228 - 369 369 9 Fax: 0228 - 369 369 6 email: fk at cogitatio.de From maxb1 at ukf.net Sat Nov 25 07:00:08 2006 From: maxb1 at ukf.net (Max Bowsher) Date: Sat, 25 Nov 2006 12:00:08 +0000 Subject: [Unison-hackers] Compiled executables In-Reply-To: <20061122165133.GC22316@ache.dk> References: <20061122165133.GC22316@ache.dk> Message-ID: <45683048.8060606@ukf.net> Kurt Petersen wrote: > Hi hackers > > I've searched the Net to find Windoes XP executables. The only one I > found was here > > https://svn.cis.upenn.edu/svnroot/unison-contributed-binaries/windows/ > > but the 2.9.1 version .exe file is only 306 bytes and does nothing > when executed. Uhh, no, it's 306 KILObytes, and works just fine. Though, as it says, it's the text-mode variant, so you'll just get a brief flicker of a command-line window if you run it by double-clicking. Max. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 186 bytes Desc: OpenPGP digital signature Url : http://lists.seas.upenn.edu/pipermail/unison-hackers/attachments/20061125/2eeb7b27/signature.sig From kurt at ache.dk Sun Nov 26 10:27:29 2006 From: kurt at ache.dk (Kurt Petersen) Date: Sun, 26 Nov 2006 16:27:29 +0100 Subject: [Unison-hackers] Compiled executables In-Reply-To: <45683048.8060606@ukf.net> References: <20061122165133.GC22316@ache.dk> <45683048.8060606@ukf.net> Message-ID: <20061126152729.GE25372@ache.dk> Max Bowsher wrote: > Kurt Petersen wrote: > > Hi hackers > > > > I've searched the Net to find Windoes XP executables. The only one I > > found was here > > > > https://svn.cis.upenn.edu/svnroot/unison-contributed-binaries/windows/ > > > > but the 2.9.1 version .exe file is only 306 bytes and does nothing > > when executed. > > Uhh, no, it's 306 KILObytes, and works just fine. Though, as it says, > it's the text-mode variant, so you'll just get a brief flicker of a > command-line window if you run it by double-clicking. Thanks for your answer. How does it work then? I see - as you write - that a command-line window flickers and then nothing. I can see an empty configuration file too. Will I need to configure that file to make it work? Kurt From kurt at ache.dk Tue Nov 28 16:04:26 2006 From: kurt at ache.dk (Kurt Petersen) Date: Tue, 28 Nov 2006 22:04:26 +0100 Subject: [Unison-hackers] Windows setup with PuTTY Message-ID: <20061128210426.GA20566@ache.dk> Hi I found a way to configure Unison on Windows (by MartinCleaver). When it executes I get this: Contacting server... The server's host key is not cached in the registry. You have no guarantee that the server is the computer you think it is. The server's rsa2 key fingerprint is: ssh-rsa 1024 27:bc:f5:bc:18:91:f3:e8:b9:a5:8a:30:25:59:e6:99 If you trust this host, enter "y" to add the key to PuTTY's cache and carry on connecting. If you want to carry on connecting just once, without adding the key to the cache, enter "n". If you do not trust this host, press Return to abandon the connection. Store key in cache? (y/n) It seems to contact the server, and I want to answer "y" - but key input is not recognized. Has anybody tried this? Can anybody say what is wrong since input is not recognized? Thanks! Kurt From drayside at MIT.EDU Tue Nov 28 17:03:35 2006 From: drayside at MIT.EDU (Derek Rayside) Date: Tue, 28 Nov 2006 17:03:35 -0500 (EST) Subject: [Unison-hackers] Windows setup with PuTTY In-Reply-To: <20061128210426.GA20566@ache.dk> References: <20061128210426.GA20566@ache.dk> Message-ID: Use putty (or the putty accessory plink) to connect to the server first, without getting unison involved, so you can answer the question. Once you've answered this question once you won't have to answer it again and unison should work smoothly with putty/plink. On Tue, 28 Nov 2006, Kurt Petersen wrote: > Hi > > I found a way to configure Unison on Windows (by MartinCleaver). > > When it executes I get this: > > Contacting server... > The server's host key is not cached in the registry. You > have no guarantee that the server is the computer you > think it is. > The server's rsa2 key fingerprint is: > ssh-rsa 1024 27:bc:f5:bc:18:91:f3:e8:b9:a5:8a:30:25:59:e6:99 > If you trust this host, enter "y" to add the key to > PuTTY's cache and carry on connecting. > If you want to carry on connecting just once, without > adding the key to the cache, enter "n". > If you do not trust this host, press Return to abandon the > connection. > Store key in cache? (y/n) > > It seems to contact the server, and I want to answer "y" - but key > input is not recognized. > > Has anybody tried this? > > Can anybody say what is wrong since input is not recognized? > > Thanks! > Kurt > > _______________________________________________ > Unison-hackers mailing list > Unison-hackers at lists.seas.upenn.edu > http://lists.seas.upenn.edu/mailman/listinfo/unison-hackers >