Path to this page:
NOTICE: This package has been removed from pkgsrc./
net/unison-devel,
File-synchronization tool
Branch: CURRENT,
Version: 2.30.4,
Package name: unison-2.30.4,
Maintainer: tonioUnison is a file-synchronization tool for Unix and Windows. It allows
two replicas of a collection of files and directories to be stored
on different hosts (or different disks on the same host), modified
separately, and then brought up to date by propagating the changes
in each replica to the other.
This is a beta version of Unison.
Required to build:[
lang/ocaml] [
devel/gmake]
Master sites:
Version history: (Expand)
- (2009-11-21) Package deleted from pkgsrc
- (2008-07-26) Updated to version: unison-2.30.4
- (2007-12-08) Updated to version: unison-2.27.48
- (2007-12-02) Updated to version: unison-2.27.48
- (2007-06-06) Updated to version: unison-2.27.29
- (2007-05-31) Updated to version: unison-2.27.29
CVS history: (Expand)
2009-11-20 21:22:08 by Thomas Klausner | Files touched by this commit (7) | |
Log message:
Remove unison-devel, unison is now newer.
|
2009-06-14 20:09:49 by Joerg Sonnenberger | Files touched by this commit (291) |
Log message:
Remove @dirrm entries from PLISTs
|
2008-07-25 21:43:14 by Antoine Reilles | Files touched by this commit (3) | |
Log message:
Update net/unison-devel to 2.30.4
Changelog:
- Small fix to ctime (non-)handling in update detection under windows with
fastcheck.
- bugfixes
Enable full destdir support
|
2007-12-01 23:46:44 by Antoine Reilles | Files touched by this commit (2) |
Log message:
Update net/unison-devel to 2.27.48
Mostly bugfixes
|
2007-05-30 14:46:58 by Antoine Reilles | Files touched by this commit (3) | |
Log message:
update net/unison-devel to 2.27.29
Small bugfixes, in particular for windows
|
2007-04-13 16:54:42 by Antoine Reilles | Files touched by this commit (2) |
Log message:
Fix build under FreeBSD
|
2007-04-12 11:20:55 by Antoine Reilles | Files touched by this commit (2) |
Log message:
Update net/unison to 2.27.12
- small bugfixes
|
2007-04-09 00:46:36 by Antoine Reilles | Files touched by this commit (4) | |
Log message:
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."
|