Parent Directories
Directory mmci
Welcome!
This directory contains MMCI (multi-method check-in), a program
that abstracts the "cvs add" procedure to also handle RCS files
and Emacs-style backup files.
Dependencies:
- guile
- modules
(ice-9 regex)
(ice-9 and-let-star)
(ice-9 common-list)
(ice-9 string-fun)
(ice-9 rdelim)
(ice-9 accumulate)
(scripts PROGRAM) with `HVQC-MAIN'
(ttn filesystem-tree-to-list)
Installation:
./configure
make
make check # optional, but recommended
make install
The "make install" step places these files in these dirs:
mmci -- ${bindir}
mmci.info -- ${infodir}
Typical values for ${bindir} and ${infodir} are /usr/local/bin
and /usr/local/info, respectively.
Troubleshooting:
If you are having problems, first run "make check" to see that
it passes cleanly. If not, please email the maintainer the
output of "make check" and "make DEBUG=1 check".
NOTE: mmci does NOT work with non-local repositories.
Contact:
Please send bug reports and patches to <ttn@glug.org>.
[README ends here]