[Unison-hackers] [unison-svn] r209 - trunk/src

Jerome.Vouillon@pps.jussieu.fr Jerome.Vouillon at pps.jussieu.fr
Fri Mar 16 09:24:08 EDT 2007


Author: vouillon
Date: 2007-03-16 09:24:08 -0400 (Fri, 16 Mar 2007)
New Revision: 209

Modified:
   trunk/src/RECENTNEWS
   trunk/src/fileinfo.ml
   trunk/src/files.ml
   trunk/src/mkProjectInfo.ml
   trunk/src/name.ml
   trunk/src/props.ml
   trunk/src/remote.ml
   trunk/src/terminal.ml
   trunk/src/update.ml
   trunk/src/update.mli
Log:
* Fixed bug regarding fastcheck and daylight saving time under Windows
  when Unison is setup to synchronize modification times.
  (Modification times cannot be updated in the archive in this case,
  thus we have to ignore one hour differences.)
* In Name.fromString, raise a transient error rather than an invalid
  argument error when a filename contains a slash '/' (this can occur
  under Windows when using some multibyte character encodings).
* Fail when a path does not point to anywhere in the filesystem, rather
  that reporting an error for this path.  Indeed, the archives can be left
  in a non-identical state in this case.
* Some clean-up in Files.checkContentsChangeLocal.  In particular, put
  the suggestion to disable fastcheck in a case where it can
  actually be reported to the user.




More information about the Unison-hackers mailing list