cvs-fast-export 1.34-1 source package in Ubuntu

Changelog

cvs-fast-export (1.34-1) unstable; urgency=medium

  * Initial release (Closes: #773316).  Upstream version 1.34 contains:
     - Another Python compatibility fix.
     - Fix to inconsistent license header in revdir.c.

 -- Anthony Fok <email address hidden>  Fri, 25 Sep 2015 12:31:28 -0600

Upload details

Uploaded by:
Anthony Fok
Uploaded to:
Sid
Original maintainer:
Anthony Fok
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cvs-fast-export_1.34-1.dsc 2.0 KiB 6e44664c8857672fc200928aee2d973bd71dce053aba33cbdc74729571355f02
cvs-fast-export_1.34.orig.tar.gz 360.9 KiB 7e8e5b22fa3dfe2b12fefcd8826dd9a031997073786f97a84492fb40b250fd4e
cvs-fast-export_1.34-1.debian.tar.xz 3.2 KiB 374714c6599346ba0bed40aa53552a69a4696c7a242fea29ac67f3a88539dcdd

No changes file available.

Binary packages built by this source

cvs-fast-export: Export an RCS or CVS history as a fast-import stream

 cvs-fast-export, formerly "parsecvs", does what its new name implies:
 exports CVS repositories in a format suitable for git fast-import.
 .
 This program analyzes a collection of RCS files in a CVS repository
 (or outside of one) and, when possible, emits an equivalent history
 in the form of a fast-import stream. Not all possible histories can
 be rendered this way; the program tries to emit useful warnings when
 it can't. The program can also produce a visualization of the
 resulting commit DAG in the DOT format handled by the graphviz suite.
 .
 The distribution includes a tool, cvssync, for fetching masters from
 CVS remote repositories so cvs-fast-export can see them. You will
 need rsync installed to use it.
 .
 A wrapper script called cvsconvert runs a conversion to git and
 looks for content mismatches with the original CVS. You will need
 CVS and Git installed to use it.
 .
 Also included is a tool called cvsreduce that strips content out of
 trees of RCS/CVS masters, leaving only metadata structure in place.