Changes between Version 75 and Version 76 of VincentFAQ
- Timestamp:
- Apr 19, 2006, 10:57:33 AM (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VincentFAQ
v75 v76 226 226 === How does CMT localize package? === 227 227 228 === What is the syntax for the version tags ? === 229 230 231 CMT only understands version tags as follows: 232 {{{ 233 <any-letters>MajorId<any-letters>MinorId<any-letters>PatchId<anything> 234 }}} 235 236 letters in between numbers are NOT interpreted by CMT, they can be anything 237 (such as '.', 'v', 'r', 'p', 'banana', 'orange', etc) 238 239 In particular v, p, r have no special meaning for CMT only the position of 240 numeric fields is considered. 241 242 228 243 === How do I configure CMT to work with CVS? === 229 244
