[Unison-hackers] [unison-svn] rev 31 - in trunk: icons src
subversion at central.cis.upenn.edu
subversion at central.cis.upenn.edu
Wed May 25 16:21:31 EDT 2005
Author: vouillon
Date: 2005-05-25 15:21:29 -0400 (Wed, 25 May 2005)
New Revision: 31
Modified:
trunk/icons/svg_to_data.ml
trunk/src/RECENTNEWS
trunk/src/common.ml
trunk/src/common.mli
trunk/src/fileinfo.ml
trunk/src/lock.ml
trunk/src/lock.mli
trunk/src/mkProjectInfo.ml
trunk/src/pixmaps.ml
trunk/src/props.ml
trunk/src/props.mli
trunk/src/pty.c
trunk/src/recon.ml
trunk/src/recon.mli
trunk/src/uicommon.ml
trunk/src/uicommon.mli
trunk/src/uigtk.ml
trunk/src/uigtk2.ml
trunk/src/uimacbridge.ml
trunk/src/uitext.ml
trunk/src/update.ml
Log:
* Warning (failure in batch mode) when one path is completely emptied.
This prevents Unison from deleting everything on one replica when
the other disappear.
(Someone should check whether my change in the Mac UI works)
* Double check that permissions and modification times have been
properly set: there are some combination of OS and filesystem on
which setting them can fail in a silent way.
* Check for bad Windows filenames for pure Windows synchronization
also (not just cross architecture synchronization).
This way, filenames containing backslashes, which are not correctly
handled by unison, are rejected right away.
* Make the optimistic archive loading fail if one of the archives is
locked. (If a lock is present, it is likely that Unison will fail
later when saving the archive.)
* Fixed compilation warnings in pty.c
* Icon: do not set an icon for the main window under Windows, as there is
already one; workaround for a bug in the current version of Lablgtk.
More information about the Unison-hackers
mailing list