Language

Package: cvs-fast-export @ 1.56

Synopsis

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

Description

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 directed acyclic graph (DAG) in the input format of Graphviz. The package also includes cvssync, a tool for mirroring masters from remote CVS hosts.

Home page
http://www.catb.org/esr/cvs-fast-export/
Location
License

Lint warnings

LinterMessageLocation
compiler-for-target

Check that cross-compilers are used when cross-compiling

'CC' should be set to '(cc-for-target)' instead of 'gcc'
  • gnu/packages/version-control.scm (line: 3119, column: 5)
input-labels

Identify input labels that do not match package names

label 'python' does not match package name 'python-wrapper'
  • gnu/packages/version-control.scm (line: 3126, column: 5)