Hey all,

CVS branching is done.

Structure is the following:

   Main trunk
        |
 +------+-----+       Branch_2_2
 |  Rel_2_3_0 |------------+
 +------------+            |
        |         +--------+---------+
        .         |  JBoss_2_2_Final |
        .         |     Rel_2_2_0    |
        .         +--------+---------+
                           |
                           .
                           .
                           .

Tag JBoss_2_2_Final will be used to retrieve that specific release of JBoss.
Tags Rel_2_3_0 and Rel_2_2_0 will be useful when merging.
Tag Branch_2_2 is a "logic" tag for the *most recent* code on the branch
(although it is at the branch base).

MINI-MINI-HOWTO (before I write the document on this):
Command line:
1) To retrieve most updated code on the branch:
   command line: "cvs co -r Branch_2_2 jboss".
   WinCVS: Create/Checkout Module, enter 'jboss' as module name, enter the
folder to checkout to, click on "Checkout Options" tab, select "By
revision/tag/branch" and enter 'Branch_2_2'.
2) To retrieve most updated code on the main trunk:
   command line: "cvs co jboss"
   WinCVS: Create/Checkout Module, enter 'jboss' as module name, enter the
folder to checkout to, click on "Checkout Options" tab, deselect all
checkboxes in the "Checkout (sticky) options" box.

I don't use jCVS; informations on how to use it may be added to the document
I will write by someone that uses it.

plgc,

Simon

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to