> I need the ability to choose which changes I have made in a file to
> checkin.  [...]  I would like to interactive say YES to the first
> change NO to the second, YES to the third change etc..

I can offer you the "idiff" interactive diff (better: interactive merge)
tool as described in Kernighan&Pike's "The UNIX Programming Environment".
It makes it easy to hand-select a mixed version.

This is an independent tool (i.e., not tied to/into cvs).  I guess
a shell 4-liner should be sufficient to provide the glue to have
a selective checkin.  (I would appreciate that addition.)

cvs -d :pserver:[EMAIL PROTECTED]:/usr/local/cvs login
[pwd: cvs]
cvs -d :pserver:[EMAIL PROTECTED]:/usr/local/cvs co imerge

                                        Have fun, Martin Neitzel

Reply via email to