Pakket: cvs-fast-export (1.55-1)
Verwijzigingen voor cvs-fast-export
Debian bronnen:
Het bronpakket cvs-fast-export downloaden:
- [cvs-fast-export_1.55-1.dsc]
- [cvs-fast-export_1.55.orig.tar.gz]
- [cvs-fast-export_1.55-1.debian.tar.xz]
Beheerder:
Externe bronnen:
- Homepage [www.catb.org]
Vergelijkbare pakketten:
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.
Andere aan cvs-fast-export gerelateerde pakketten
|
|
|
|
-
- dep: libc6 (>= 2.17)
- GNU C Bibliotheek: Gedeelde bibliotheken
Ook een virtueel pakket geboden door: libc6-udeb
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- rec: cvs
- Concurrent Versions System
-
- rec: git
- fast, scalable, distributed revision control system
-
- rec: reposurgeon
- Tool for editing version-control repository history
-
- rec: rsync
- fast, versatile, remote (and local) file-copying tool