Commit graph

10 commits

Author SHA1 Message Date
tonio
787a68e9b2 update net/unison-devel to 2.27.10
Changes since 2.17:
     * The native OS X user interface has been enormously improved by Ben
       Willmore and Trevor Jim.
     * The backup functionality has been completely rewritten. The
       external interface has not changed, but numerous bugs, irregular
       behaviors, and cross-platform inconsistencies have been corrected.
     * Some important safety improvements:
          + Added a new mountpoint preference, which can be used to
            specify a path that must exist in both replicas at the end of
            update detection (otherwise Unison aborts).
          + The confirmation of "big deletes" is now controlled by a
            boolean preference confirmbigdeletes. Default is true, which
            gives the same behavior as previously.
          + If Unison is asked to "follow" a symbolic link but there is
            nothing at the other end of the link, it will now flag this
            path as an error, rather than treating the symlink itself as
            missing or deleted.
     * Smaller changes:
          + Added forcepartial and preferpartial preferences
          + Refined debugging code so that the verbosity of individual
            modules can be controlled separately. Instead of just putting
            '-debug verbose' on the command line, you can put '-debug
            update+', which causes all the extra messages in the Update
            module, but not other modules, to be printed. Putting '-debug
            verbose' causes all modules to print with maximum verbosity.
          + Rewrote some of the merging functionality, for better
            cooperation with external Harmony instances.
          + Changed the temp file prefix from .# to .unison.
          + Compressed the output from the text user interface
          + Added .mpp files to the "never fastcheck" list
     * Many small bugfixes, including:
          + Fixed a bug that would occasionally cause the archives to be
            left in non-identical states on the two hosts after
            synchronization.
          + Fixed a bug that prevented Unison from communicating
            correctly between 32- and 64-bit architectures.
          + Set read-only file to R/W on OSX before attempting to change
            other attributes.
          + Fixed bug resulting in spurious "Aborted" errors during
            transport (thanks to Jerome Vouillon)
          + Enable diff if file contents have changed in one replica, but
            only properties in the other.
          + Removed misleading documentation for 'repeat' preference.
          + Fixed a bug in merging code where Unison could sometimes
            deadlock with the external merge program, if the latter
            produced large amounts of output.
          + Workaround for a bug compiling gtk2 user interface against
            current versions of gtk2+ libraries.
          + Added a better error message for "ambiguous paths".
          + Squashed a longstanding bug that would cause file transfer to
            fail with the message "Failed: Error in readWrite: Is a
            directory."
2007-04-08 22:46:36 +00:00
tonio
662c6c9b6e update net/unison-devel to 2.17.1 2005-09-27 14:44:18 +00:00
rillig
a175190b3c Added a chunk to patch-ac to fix non-ISO-C90 code. 2005-08-06 12:44:26 +00:00
tonio
f916fbb3b9 update unison-devel to the latest beta-release version 2.13.0
Main changelog entries:
- GUI improvements
- Improved error handling code. In particular, make sure all files are closed in case of a transient failure
- Improvements to syncing resource forks between Macs via a non-Mac system.
2005-08-03 12:45:27 +00:00
rillig
3ee16c5071 Copied the patch to #include <errno.h> from net/unison. 2005-07-30 22:07:38 +00:00
adrianp
df87b71359 - Update unison-devel to 2.12.0
- Lots of changes, in summary:
	- Archive format has changed
	- Major tidying and enhancement of 'merge' functionality
	- Files larger than 2Gb are now supported
	- support for ocaml >3.07
	- Substantial reworking of the internal logic of the text UI
2005-04-24 13:06:03 +00:00
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
adrianp
b54f4f3d40 - Patch unison-devel so it now works with ocaml 3.08.2
- Bump to nb3
- Thanks to Antoine Reilles for supplying the patch
2005-02-04 22:58:09 +00:00
jlam
46ac9cdcad Teach unison that NetBSD != MacOS X without printing a warning every time
unison is executed.
2004-01-27 11:05:42 +00:00
jlam
f028b208a0 Initial import of unison-2.9.20 as net/unison-devel. This is a beta
version of unison (see pkgsrc/net/unison/DESCR) and is provided to allow
synchronizing against unison servers using version 2.9.2 of the Unison
protocol.
2004-01-27 10:56:57 +00:00