Included in Debian stable
http://packages.debian.org/codeville
Jari
sdesc: "A distributed version control system implemented in Python"
ldesc: "A python-based distributed version control system that began with a
novel idea for a merge algorithm and has grown from there. It is
designed to be easy to use and scale from small personal projects to
very large distributed ones."
category: Devel Python
requires: cygwin python
a) manual
wget \
http://cygwin.cante.net/codeville/setup.hint \
http://cygwin.cante.net/codeville/codeville-0.8.0-2-src.tar.bz2 \
http://cygwin.cante.net/codeville/codeville-0.8.0-2.tar.bz2
b) automated
gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8
mkdir codeville ; cd codeville
rm -f get.sh get.sh.sig
wget http://cygwin.cante.net/codeville/get.sh \
http://cygwin.cante.net/codeville/get.sh.sig &&
gpg --verify get.sh.sig get.sh &&
sh get.sh
--
Welcome to FOSS revolution: we fix and modify until it shines