This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITP] tailor 0.9.30 -- Migrate changesets between version control systems


Included in Debian stable:

    http://packages.debian.org/tailor

Jari

sdesc: "Migrate changesets between version control systems"
ldesc: "The tailor tool moves patches and changesets between different
repositories, preserving as much information as possible. The
repositories can be managed by different version control systems.
Currently, CVS, Subversion, darcs, mercurial, monotone, Codeville, and
Bazaar-NG are supported. Taylor can synchronise repositories
on an ongoing basis. Changesets are either pulled one-way from a
master repository, or migrated back and forth for full two-way
synchronisation."
category: Devel Python
requires: cygwin python

a) manual

  wget        \
    http://cygwin.cante.net/tailor/setup.hint \
    http://cygwin.cante.net/tailor/tailor-0.9.30-1-src.tar.bz2 \
    http://cygwin.cante.net/tailor/tailor-0.9.30-1.tar.bz2

b) automated

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir tailor ; cd tailor
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/tailor/get.sh \
          http://cygwin.cante.net/tailor/get.sh.sig &&
  gpg --verify get.sh.sig get.sh &&
  sh get.sh

-- 
Welcome to FOSS revolution: we fix and modify until it shines


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]