> > 
> > 1. Check out the 2.2.1 version:
> > cvs co -r Rel_2_2_1 jboss
> 
> I think the best is to always checkout the most recent code on the branch,
> so
> cvs co -rBranch_2_2 jboss
> 
How does the Branch_2_2 tag always refer to the latest code on the branch?

> > 4. Move the Rel_2_2_1 tag from within the jboss root directory
> > cvs tag -F Rel_2_2_1 
> 
> My idea of using the Rel_x_y_z tags was related to merging only, so those
> tags are "internal" and go their way, separated from the JBoss_x_y_z tags
> that instead represent a "public" release.
> So, instead of moving the tag with 'cvs tag -F' I would then just make
> another tag
> cvs tag Rel_2_2_2 (from jboss root directory)
> and then after another patch tag again, cvs tag Rel_2_2_3, and so on, and
> *then* a JBoss_2_2_1[_Final] tag. Given the last discussion about FINAL I
> agree we can drop it. This way we always have tags that refer to a
> particular patch, and we can checkout the code prior to the patch, after it,
> thing that would be not possible if we moved the tag with 'cvs tag -F'.
> Do you agree ?
> 
Yes, that allows for better management.

> > I'm thinking of 
> > doing the 2.2.1 release
> > next Monday night at which point we'll add a JBoss_2_2_1_Final tag.
> 
> Right.
> 
> Cheers,
> 
> Simon
> 



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

Reply via email to