User: starksm Date: 01/06/21 12:23:33 Modified: . CVSAdmin.jsp Log: Use even_minor/odd_minor to distinguish the branch/main labels Revision Changes Path 1.5 +2 -2 newsite/CVSAdmin.jsp Index: CVSAdmin.jsp =================================================================== RCS file: /cvsroot/jboss/newsite/CVSAdmin.jsp,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- CVSAdmin.jsp 2001/06/21 08:19:52 1.4 +++ CVSAdmin.jsp 2001/06/21 19:23:33 1.5 @@ -168,7 +168,7 @@ cvs tag Rel_2_3_0_0 </pre> <li> -Create the new branch giving it a branch tag of Branch_<major>_<minor>. For +Create the new branch giving it a branch tag of Branch_<major>_<even_minor>. For example, to create a 2.2 branch, perform the following within the working directory created by the previous check out: <pre> @@ -182,7 +182,7 @@ </pre> <li> Label the branch working directory with the initial beta release tag of -Rel_<major>_<minor>_0_0. For the Branch_2_2 case this would be +Rel_<major>_<even_minor>_0_0. For the Branch_2_2 case this would be done by executing the following in the working directory created by the previous check out: <pre> _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development
