Changes between Version 55 and Version 56 of VincentFAQ


Ignore:
Timestamp:
May 11, 2005, 10:52:42 AM (21 years ago)
Author:
garonne
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VincentFAQ

    v55 v56  
    174174You don't have to be root to use CMT.
    175175
     176=== The CMT command is not found ===
     177
     178Users have to connect to CMT by doing:
     179{{{
     180unix-csh> source <some root>/CMT/v1r<nn>p<xxx>/mgr/setup.csh
     181}}}
     182or
     183{{{
     184unix-sh> . <some root>/CMT/v1r<nn>p<xxx>/mgr/setup.sh
     185}}}
     186or
     187{{{
     188dos> call <some root>\CMT\v1r<nn>p<xxx>\mgr\setup.bat
     189}}}   
     190
     191
     192
    176193=== How to create a package? ===
    177194
    178  cmt create <package_name> <version>
     195cmt create <package_name> <version>
    179196
    180197=== Does the "requirements" file support comments? ===
     
    183200
    184201=== How does CMT localize package? ===
    185 
    186202
    187203=== How do I configure CMT to work with CVS? ===