Changes between Version 75 and Version 76 of VincentFAQ


Ignore:
Timestamp:
Apr 19, 2006, 10:57:33 AM (20 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VincentFAQ

    v75 v76  
    226226=== How does CMT localize package? ===
    227227
     228=== What is the syntax for the version tags ? ===
     229
     230
     231CMT only understands version tags as follows:
     232{{{
     233<any-letters>MajorId<any-letters>MinorId<any-letters>PatchId<anything>
     234}}}
     235
     236letters in between numbers are NOT interpreted by CMT, they can be anything
     237(such as '.', 'v', 'r', 'p', 'banana', 'orange', etc)
     238
     239In particular v, p, r have no special meaning for CMT only the position of
     240numeric fields is considered.
     241
     242
    228243=== How do I configure CMT to work with CVS? ===
    229244