mmci 0.9.5 available

Thien-Thi Nguyen <[email protected]>
Newsgroups gmane.lisp.guile.user,gmane.lisp.guile.sources
Message-ID <[email protected]>
from README:

 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.

list of changes (previous release 2001-10-06):

 http://www.glug.org/people/ttn/software/mmci/ChangeLog.txt

tarball in dir:

 http://www.glug.org/people/ttn/software/mmci/

basically, more algo munging on the road to 1.0.  use at your own risk!
fyi, below is a simple shell script (~/tmp/go) that shows the nature of
(some of) the lameness removal still ahead.

thi


_________________________________________
#!/bin/sh
set -e

HOME=/home/ttn
# $HOME/tmp/fake is a fake cvs repo: "cvs -d $HOME/tmp/fake init"
rm -rf $HOME/tmp/fake/guile-projects
mkdir $HOME/tmp/fake/guile-projects

cd $HOME/tmp

if [ x$1 = x--fresh ] ; then
  rm -rf guile-projects
  ( cd $HOME/build ; tar cf - guile-projects ) | tar xf -
  rm -rf $HOME/tmp/fake/guile-projects
  mkdir $HOME/tmp/fake/guile-projects
fi

args="-d $HOME/tmp/fake -r guile-projects 
      -x stash 
      -x copyright-template 
      -x autom4te 
      -x ^config[.].*$ 
      -x ^Makefile$ 
      -x ^aclocal.m4$ 
      -x ^configure$ 
      -x ,v$
      -x ^[.]
      -x ^RCS$
      -x ^tmp$
      -x modules.af.m4
      -x [.]installable$
      -x ^guile-projects-maint$"
      
# $HOME/build/mmci/mmci -nv $args guile-projects 
$HOME/build/mmci/mmci -v $args guile-projects 

exit 0 # the following doesn't work due to mmci lameness

cd guile-projects ; $HOME/build/mmci/mmci -v $args .


_______________________________________________
Guile-user mailing list
[email protected]
http://mail.gnu.org/mailman/listinfo/guile-user
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.