I have a question about clearcase. in linux, I open a terminal, and use “xclearcase” command to lunch file browser of clearcase. Then I check out a file and I want to open it in Emacs, I know I should cd to the folder contains the checked out file, but before I do this, the terminal still effected by the “xclearcase” command, how could I type some commands now?
Share
When you launch
xclearcase, do so by adding a&to the end of it. This will make the shell send it to the background so you can do more stuff in your shell. E.g.That will allow you to further interact with your shell while xclearcase is running.
Also, if you’re working in the terminal, I would recommend getting comfortable with
cleartoolfor basic operations. For example, to checkout and edit a file:Then, to checkin the file: