Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

CMT Tags

Wiki MarkupFor what concerns the format of tags recognized by CMT, it appears that it is a lot more liberal that what one generally thinks. Actually, CMT only considers the numbers in the tag names. The only advice is to avoid dots. It is up to the collaboration to choose one format or the other. The only advice is to avoid dots, if the CMT is used together with CVS, because CVS will not like dots in the tag names.

Wiki Markup
 other. The format which is generally used in the CMT documentation can be expressed thanks to this perl expression : v\[0-9\]\+(r\[0\-9\]\+(p\[0\-9\]\+)?)?. Yet, only the numbers are really meaningfull to CMT, and we do not know to what extent the tag v3p1 could be considered equivalent to v3r1, or even to MyPackage-v3p1. I suspect it is not fully consistent, as seen in some bugs, and it must be investigated. 

...