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 (or an odd number of "."), it's a tag. Regards. Laurent. _______________________________________________ Info-cvs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-cvs
