From within the "Epsilon" program, open the file "cleartools.e" in the "\\Zeus\eng\DevEnv\Epsilon10.0\Pirus_Episilon_Extensions" directory. -- In Epsilon, be sure that the "cleartools.e" buffer is selected and choose ( Process -> Compile Buffer ) from the Epsilon menu. This will compile the "cleartools.e" buffer and add the commands to your current Epsilon session. -- In Epsilon, save your current session settings so they will load each time you start Epsilon, ( followed by "write-session" ). -- Close the file "cleartools.e". -- Use the following commands to execute commands: ClearCase commands for Epsilon * * checkout (co): * - prompts for a checkout comment (press enter for no comment). * Comment is stored away and this module associates it with the buffer, and * will provide it as the default comment when you check that buffer in. * This is an unreserved checkout. * * checkin (ci): * - prompts for a comment, provides as default the comment that the * buffer was checked out with. * * uncheckout (unco): * - unchecksout the file associated with the buffer. Uses the -rm flag * to remove the checked out version from your view. * * list-checkouts (lsco): * - lists your current checkouts. Prompts for the VOB directory to search * in. Remembers it for future lsco commands. * * xlsvtree (lsvtree): * - pops up the graphical version tree browser for the file * indicated in the current buffer * * list_activity (la): * - Lists all the activities in the current VOB. * * make_activity (ma): * - Create a new activity to to associate with future * checkin / checkout operations. * Activity is set and provided as the default when checking in / * out buffers. * * set-activity (sa): * - prompts user to enter an activity to associate with future * checkin / checkout operations. * Activity is set and provided as the default when checking in / * out buffers. * * cleartool-exec (cte): * - execute any other cleartool command. 'cleartool' is prepended * for you, so you only need to enter the command itself (e.g. lsco * -me -all) * * All output goes to a buffer called "cleartool-output" * * NOTE: you MUST have the environment variable MIXEDCASEDRIVES set in autoexec.bat * (e.g. MIXEDCASEDRIVES=a-z (tells eps that a-z are * mixed case, and not to force to lower case)) @ECHO [EPSILON ENVIRONMENTAL VARIABLES] SET MIXEDCASEDRIVES=a-z