unison 2.40.102-2ubuntu1 source package in Ubuntu
Changelog
unison (2.40.102-2ubuntu1) saucy; urgency=low * Resynchronise with Debian. Remaining changes: - Change default logfile directory to .unison by prepending .unison to name of logfile in ubase/trace.ml. unison (2.40.102-2) unstable; urgency=low * Bump Standards-Version to 3.9.4 * Upload to unstable unison (2.40.102-1) experimental; urgency=low * New upstream release - compatibility with OCaml >= 4 (Closes: #691683) unison (2.40.65-2) unstable; urgency=low * Refer to unison-manual.txt.gz in doc-base (Closes: #657496) -- Julian Taylor <email address hidden> Thu, 30 May 2013 13:12:07 +0200
Upload details
- Uploaded by:
- Julian Taylor
- Uploaded to:
- Saucy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- net
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | net |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
unison_2.40.102.orig.tar.gz | 2.6 MiB | 3d4a92f02b6998f156cb714d202d0358dd2846efbdce9de30e2c666d77c1e854 |
unison_2.40.102-2ubuntu1.debian.tar.gz | 126.2 KiB | b5647131b3878b7a1e83562a3f227dcbb0e2e41a7e85f420a185b4152307d286 |
unison_2.40.102-2ubuntu1.dsc | 2.2 KiB | 02f5909462ee603fe7afe19b91909a26f191fc0586115995498572e261a36486 |
Available diffs
- diff from 2.40.65-1ubuntu1 to 2.40.102-2ubuntu1 (217.8 KiB)
Binary packages built by this source
- unison: file-synchronization tool for Unix and Windows
Unison is a file-synchroniz
ation tool for Unix and Windows, written
in OCaml. 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.
.
Unison offers several advantages over various synchronization methods
such as CVS, Coda, rsync, Intellisync, etc. Unison can run on and
synchronize between Windows and many UNIX platforms. Unison requires
no root privileges, system access or kernel changes to function. Unison
can synchronize changes to files and directories in both directions,
on the same machine, or across a network using ssh or a direct
socket connection.
.
Transfers are optimised using a version of the rsync protocol,
making it ideal for slower links. Unison has a clear and precise
specification, and is resilient to failure due to its careful
handling of the replicas and its private structures.
- unison-gtk: file-synchronization tool for Unix and Windows with GTK+ interface
Unison is a file-synchroniz
ation tool for Unix and Windows, written
in OCaml. 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.
.
Unison offers several advantages over various synchronization methods
such as CVS, Coda, rsync, Intellisync, etc. Unison can run on and
synchronize between Windows and many UNIX platforms. Unison requires
no root privileges, system access or kernel changes to function. Unison
can synchronize changes to files and directories in both directions,
on the same machine, or across a network using ssh or a direct
socket connection.
.
Transfers are optimised using a version of the rsync protocol,
making it ideal for slower links. Unison has a clear and precise
specification, and is resilient to failure due to its careful
handling of the replicas and its private structures.
.
This package adds the optional GTK+ interface.