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]

Re: ITP: bzr -- Next-generation distributed GNU Arch compatible version control (Python)


Jari Aalto <jari.aalto-w6EBCRcXQ4deoWH0uzbU5w@public.gmane.org> writes:

| This is very promising arch replacement. See
|   http://bazaar-ng.org/
|   http://bazaar-ng.org/bzr/bzr.dev/ 
|
| [ATTACHMENT: setup.hint]
| sdesc: "Next-generation distributed GNU Arch compatible version control."
| ldesc: "Distributed version control system that is powerful, friendly, and
| scalable inplemented in Python."
| category: Net
| requires: cygwin python

Bazaar-ng had released new version, so here is update. This version
control software is comparable to monotone - but much easier to use.

Jari

1) Traditional
  wget --non-verbose        \
    http://cygwin.cante.net/bzr/setup.hint \
    http://cygwin.cante.net/bzr/bzr-0.0.7-1.tar.bz2.sig \
    http://cygwin.cante.net/bzr/bzr-0.0.7-1.tar.bz2 \
    http://cygwin.cante.net/bzr/bzr-0.0.7-1-src.tar.bz2.sig \
    http://cygwin.cante.net/bzr/bzr-0.0.7-1-src.tar.bz2

2) Or do this (this downloads GPG key and verifies the integrity)

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

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



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