Path to this page:
Next | Query returned 3 messages, browsing 1 to 10 | previous
CVS Commit History:
2015-09-16 18:15:48 by Thomas Klausner | Files touched by this commit (8) | |
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.
|
Next | Query returned 3 messages, browsing 1 to 10 | previous