> > Because we have a 1.6 version and a head version on cvs. How should > > I commit the changes? > > On both versions. > The easiest is to make the changes on HEAD, make a diff file (before > the commit on HEAD), and apply the changes to 1.6, and then commit > in both.
- changes on HEAD: ok, thatīs what I do normally (so I know that :-) - make a diff file: should be possible ... - commit to HEAD: yep - apply to 1.6: do I have to checkout the 1.6 before that? Jan