Re: Branch or version tag?

2005-04-07 Thread Laurent
Euan Guttridge wrote: How can you determine if a tag is a branch or version tag? Can this be changed between the two types? Thanks If the version associated to the tag contains a .0., it's a branch tag. Else, (no .0. in version) if the version contains an even number of element

Branch or version tag?

2005-04-04 Thread Euan Guttridge
How can you determine if a tag is a branch or version tag? Can this be changed between the two types? Thanks ___ Info-cvs mailing list Info-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/info-cvs

RE: Branch or version tag?

2005-04-04 Thread Jim.Hyslop
Euan Guttridge wrote: How can you determine if a tag is a branch or version tag? 'cvs status -v' will tell you. You could also use 'cvs log' but then you'd have to manually interpret the revision number. Any revision number where the second-to-last number is 0 is a branch tag. For example: Non

branch and version

2003-06-26 Thread Giovanni Giazzon
Hi, we'resharingthesame branch among the developers and after each deploy we're "freezing" a stable version. But sometimes these versions have bugs, and we need to update them. I do not want to generate other version, just update the existing one. It is possible? Thanks, Giovanni Giazzon

Re: branch and version

2003-06-26 Thread Julien Wajsberg
If you mean 'I would like to replace a specific revision of a file', no :) The correct way is to tag when you're freezing, and to create a new (stable) branch if you need to make modifications. -- Julien Wajsberg Hi, we're sharing the same branch among the developers and after each deploy

Re: branch and version

2003-06-26 Thread Larry Jones
Giovanni Giazzon writes: This is a multi-part message in MIME format. Please do not send MIME and/or HTML encrypted messages to the list. Plain text only, PLEASE! we're sharing the same branch among the developers and after each deploy we're freezing a stable version. But sometimes these