CMT primary commands
- configure CMT at login time
- source $LHCBHOME/scripts/CMT.csh
this script is executed by the $GROUP_DIR/group_login.csh when accessing UNIX platform
through ssh or xrsh.
- configure a package
- cd cmtuser
- cd package/v1r0/cmt
- cmt config
- visualize packages and version numbers used by a library or an application.
- cd cmtuser/package/v1r0/cmt
- cmt show uses
- get macro definitions used in makefiles
- cd cmtuser/package/v1r0/cmt
- cmt show macros
- get one specific macro used in makefiles
- cd cmtuser/package/v1r0/cmt
- cmt show macro fflags
- get the head revision of a package from CVS under a specific version number
- getpack package v2r0 head
- cd package/v2r0
- get a tagged version of a package from CVS
- getpack package v1r0
- cd package v1r0