On Sun, Sep 25, 2011 at 06:21:30PM -0400, Charles Wilson wrote: > On 9/23/2011 11:11 AM, Jason Tishler wrote: > > Additionally, are there any conventions I should following when I tag > > the release? > > "." is not allowed in cvs tags, and they are not allowed to start with a > number. So, I usually do this: > > x.y.z -> vx_y_z > 4.0.0 -> v4_0_0
Since tags are global to the entire CVS repository, should I prepend the tag with "rebase" to guarantee uniqueness? Thanks, Jason