Hey Toby, > > I can tell you what to do in CVS, I'm not expert on how > this must be handled > > in SourceForge using the tracker, anyway: > > > > Checkout the 2.2 branch: > > cvs co -rBranch_2_2 jboss > > > > Change what has to be changed (working on the files you > just checked out) > > and commit the changes. > > > > Tag the branch with a new tag: the next available is Rel_2_2_1, so: > > cvs tag Rel_2_2_1 (from the jboss' module root dir) > > I'm going to need to do this shortly as well, and I just want > to be sure > that I understand. What is the purpose of this tag? Its purpose is to allow easy merge of the patches commited to the branch with the code on the main trunk. Also, later on, when the branch and the main trunk have developed several new revisions, it will be easier to check if all the patches went to the main trunk. I'm finishing a detailed document about merging, when I'm done I'll post it, few days more :P Simon _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development