From FOlier at wooxo.fr Mon May 9 03:26:42 2016 From: FOlier at wooxo.fr (=?iso-8859-1?Q?Fr=E9d=E9ric_Olier?=) Date: Mon, 9 May 2016 07:26:42 +0000 Subject: [Unison-hackers] How to know what is synced ? Message-ID: <6FAFE4F5DB84D742830993F9DA308BEA17E57183@WXO-AD-DHCP.wooxo.fr> Hi, I would like to have the following information about the status of the synchronization : ? The number of files that are synced ? The number of files that are not synced (failed during last synced) ? Have the list of files that failed with the error code ? The size of the files that are synced ? The size of the files that are not synced Is there a (easy) way to obtain this information ? Regards, Fred. -------------- next part -------------- An HTML attachment was scrubbed... URL: From bcpierce at cis.upenn.edu Mon May 9 08:30:24 2016 From: bcpierce at cis.upenn.edu (Benjamin C. Pierce) Date: Mon, 9 May 2016 08:30:24 -0400 Subject: [Unison-hackers] How to know what is synced ? In-Reply-To: <6FAFE4F5DB84D742830993F9DA308BEA17E57183@WXO-AD-DHCP.wooxo.fr> References: <6FAFE4F5DB84D742830993F9DA308BEA17E57183@WXO-AD-DHCP.wooxo.fr> Message-ID: <7D1B4993-FEBB-4DEE-9B9A-7687B98F6972@cis.upenn.edu> Depends what you call easy. The list of failing files is printed automatically by the (text-mode) user interface. The rest of the information you want should be easy to gather, if you?re willing to do a little coding. - Benjamin > On May 9, 2016, at 3:26 AM, Fr?d?ric Olier wrote: > > Hi, > > I would like to have the following information about the status of the synchronization : > ? The number of files that are synced > ? The number of files that are not synced (failed during last synced) > ? Have the list of files that failed with the error code > ? The size of the files that are synced > ? The size of the files that are not synced > > Is there a (easy) way to obtain this information ? > > Regards, > Fred. > _______________________________________________ > Unison-hackers mailing list > Unison-hackers at lists.seas.upenn.edu > http://lists.seas.upenn.edu/mailman/listinfo/unison-hackers -------------- next part -------------- An HTML attachment was scrubbed... URL: From FOlier at wooxo.fr Fri May 13 07:34:10 2016 From: FOlier at wooxo.fr (=?iso-8859-1?Q?Fr=E9d=E9ric_Olier?=) Date: Fri, 13 May 2016 11:34:10 +0000 Subject: [Unison-hackers] How to know what is synced ? Message-ID: <6FAFE4F5DB84D742830993F9DA308BEA17E59F61@WXO-AD-DHCP.wooxo.fr> Hi, Following the answer from Benjamin > Depends what you call easy. The list of failing files is printed automatically by the (text-mode) user interface. > The rest of the information you want should be easy to gather, if you're willing to do a little coding. > > - Benjamin Could you guide me in this as the code remains 'obscure' to me ? Where should I start ? Thanks, De : Fr?d?ric Olier Envoy? : lundi 9 mai 2016 09:27 ? : 'unison-hackers at lists.seas.upenn.edu' Objet : How to know what is synced ? Hi, I would like to have the following information about the status of the synchronization : ? The number of files that are synced ? The number of files that are not synced (failed during last synced) ? Have the list of files that failed with the error code ? The size of the files that are synced ? The size of the files that are not synced Is there a (easy) way to obtain this information ? Regards, Fred. -------------- next part -------------- An HTML attachment was scrubbed... URL: From bcpierce at cis.upenn.edu Mon May 23 11:33:27 2016 From: bcpierce at cis.upenn.edu (Benjamin C. Pierce) Date: Mon, 23 May 2016 11:33:27 -0400 Subject: [Unison-hackers] Unison 2.48.4 release -- now OCaml 4.03 ready Message-ID: <6BF6A9D0-2B2E-4204-B342-E16CCA414713@cis.upenn.edu> The new OCaml 4.03 release made a small incompatible change to a library. I?ve fixed version 2.48 so that it will compile with either 4.02 or 4.03 and made a new release. http://www.seas.upenn.edu/~bcpierce/unison//download/releases/unison-2.48.4/ Please let me know if you see any problems. By default, I?ll make the stable release point here in a few days. - B From bcpierce at cis.upenn.edu Mon May 23 12:45:58 2016 From: bcpierce at cis.upenn.edu (Benjamin C. Pierce) Date: Mon, 23 May 2016 12:45:58 -0400 Subject: [Unison-hackers] Unison 2.48.4 release -- now OCaml 4.03 ready In-Reply-To: <6BF6A9D0-2B2E-4204-B342-E16CCA414713@cis.upenn.edu> References: <6BF6A9D0-2B2E-4204-B342-E16CCA414713@cis.upenn.edu> Message-ID: <15713880-51EA-4177-9E74-BC74197B4089@cis.upenn.edu> P.S. I?ve also added a bit of hopefully better error reporting when the dreaded ?ocaml 4.02.1 not compatible with ocaml 4.02.2? failure is encountered at runtime. I did this just now, so if you?ve already grabbed the source tarball please do it again. - B > On May 23, 2016, at 11:33 AM, Benjamin C. Pierce wrote: > > The new OCaml 4.03 release made a small incompatible change to a library. I?ve fixed version 2.48 so that it will compile with either 4.02 or 4.03 and made a new release. > > http://www.seas.upenn.edu/~bcpierce/unison//download/releases/unison-2.48.4/ > > Please let me know if you see any problems. By default, I?ll make the stable release point here in a few days. > > - B > > > _______________________________________________ > Unison-hackers mailing list > Unison-hackers at lists.seas.upenn.edu > http://lists.seas.upenn.edu/mailman/listinfo/unison-hackers