NOTICE: This package has been removed from pkgsrc

./wip/cvs-fast-export, Export an RCS or CVS history as a fast-import stream

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.29, Package name: cvs-fast-export-1.29, Maintainer: apb

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.


Required to run:
[lang/python27]

Required to build:
[textproc/asciidoc]

Master sites:

SHA1: 07f953b86ff6a85dc3a4250d5fe27f988cdaa0d1
RMD160: 4eccc4a25bc1ec6aaa1002dbb2b4861ce360d4a1
Filesize: 323.698 KB

Version history: (Expand)


CVS history: (Expand)


   2015-09-16 18:15:48 by Thomas Klausner | Files touched by this commit (8) | Package removed
Log message:
Remove cvs-fast-export, pkgsrc version is newer.
   2015-02-28 11:29:18 by Ryo ONODERA | Files touched by this commit (5)
Log message:
Fix build under NetBSD.
Besed on http://gnats.netbsd.org/48912 , and it seems that 8 threads run 
works fine.
   2015-01-14 18:37:03 by Thomas Klausner | Files touched by this commit (6)
Log message:
Import cvs-fast-export-1.29 as wip/cvs-fast-export.

Does not compile on NetBSD-7.99.4/amd64 due to:
revcvs.c:80:43: error: 'PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP' undeclared here \ 
(not in a function)
 static pthread_mutex_t dir_bucket_mutex = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
                                           ^

Perhaps someone has an idea.

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.