todd-coxeter



On 1/27/08, Andreas Eder <aeder at arcor.de> wrote:

> >My recommendation is to remove share/affine/todd-coxeter.lisp
> >and move src/todd-coxeter.lisp to share/affine.
>
> Since I am not so very well versed in administrative CVS issues,
> would you please do that? I don't want to mess CVS up.

Actually it's easy to do. To add a file you have to execute cvs add,
then cvs commit. Likewise to remove a file, cvs rm, then cvs commit.
As it happens, CVS does not have a "move" command; to get the
same effect (except that the commit history is not carried along)
you would do cvs rm for one file, cvs add for the other, and cvs commit
for both.

So I think the follow should be enough in the present circumstances.

mv src/todd-coxeter.lisp share/affine
(now edit src/Makefile.am, src/maxima.system, and
all src/*-depends.mk files to remove todd-coxeter)
cvs rm src/todd-coxeter.lisp
cvs commit src share/affine

If it doesn't work out, let me know & I'll take a look at it.

Thanks for your help,

Robert