dvcs-autosync 0.5 source package in Ubuntu

Changelog

dvcs-autosync (0.5) unstable; urgency=low

  * Added icon for dvcs-autosync for pynotify (notification 'bubbles')
  * Bump standards version and fix Git repo URL to the anonymous version.
    Closes: #637387: dvcs-autosync: specified Vcs-git is not public accessible
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 09:14:35 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Rene Mayrhofer
Architectures:
all
Section:
utils
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe utils
Precise release universe utils

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
dvcs-autosync_0.5.tar.gz 40.0 KiB 2bc082aad8c2ccb0625539fe230462aa2375b45e8e062a152a474abd83291896
dvcs-autosync_0.5.dsc 930 bytes 229ca89060a9546e409bcba1b646d2175d9a5d246ca87f46194eca3d7740c93e

Available diffs

View changes file

Binary packages built by this source

dvcs-autosync: Automatically synchronize distributed version control repositories

 dvcs-autosync is an open source replacement for Dropbox/Wuala/Box.net/etc.
 based on distributed version control systems (DVCS). It offers nearly
 instantaneous mutual updates when a file is added or changed on one side but
 with the added benefit of (local, distributed) versioning and that it does
 not rely on a centralized service provider, but can be used with any DVCS
 hosting option including a completely separate server.
 .
 Synchronization of directories is based on DVCS repositories. Git is used for
 main development and is being tested most thoroughly as the backend storage,
 but other DVCS such as Mercurial are also supported. dvcs-autosync is
 comparable to SparkleShare in terms of overall aim, but takes a more
 minimalistic approach. A single Python script monitors the configured
 directory for live changes, commits these changes to the DVCS (such as git)
 and synchronizes with other instances using XMPP messages.