[Unison-hackers] [unison-svn] r195 - in trunk/src: . lwt

bcpierce@cis.upenn.edu bcpierce at cis.upenn.edu
Wed Dec 27 18:26:12 EST 2006


Author: bcpierce
Date: 2006-12-27 18:26:12 -0500 (Wed, 27 Dec 2006)
New Revision: 195

Modified:
   trunk/src/.depend
   trunk/src/Makefile.OCaml
   trunk/src/RECENTNEWS
   trunk/src/copy.ml
   trunk/src/globals.ml
   trunk/src/globals.mli
   trunk/src/lwt/lwt.ml
   trunk/src/mkProjectInfo.ml
   trunk/src/test.ml
   trunk/src/uicommon.ml
   trunk/src/update.ml
   trunk/src/update.mli
Log:
* Added a workaround (suggested by Karl M.) for the problem discussed
  on the unison users mailing list where, on the Windows platform, the
  server would hang when transferring files.  I conjecture that
  the problem has to do with the RPC mechanism, which was used to
  make a call *back* from the server to the client (inside the Trace.log 
  function) so that the log message would be appended to the log file on 
  the client.  The workaround is to dump these messages (about when
  xferbycopying shortcuts are applied and whether they succeed) just to the
  standard output of the Unison process, not to the log file.





More information about the Unison-hackers mailing list