I am a bit of a newbie when it comes to working on a
CVS branch. Is it my responsibility for merging my changes from the branch to head?
And is this the right sort of procedure:
- Do the bug fix in my 1.6 branch sandbox.
- Test the fix.
- Check the fix in.
- Use CVS to merge that change into my HEAD sandbox.
- Then I check that in.
(Should I also test between 4 and 5? Well, yes, obviously I should. What I mean is how bad is it if I don't?)