[ start | index | login ]

ClearCase

Created by mpecher. Last edited by mpecher, 3 years and 302 days ago. Viewed 2,910 times. #9
[diff] [history] [edit] [rdf]
labels
attachments

Related Topics:  ConfigSpec  |   Branch  |  

Considering the Licencing costs, pretty ordinary product. Labelling can take forever compared to other products such as CVS or Subversion.

Most people aren't too comfortable with it, even people working on with it for years. Most dev shops I've worked in tend to have a dedicated ClearCase Adminsitrator or Guru everyone asks questions.

Something that never really happens under CVS.


help on cleartool commands

cleartool man <command_help_needed_on>

checking the config spec of an existing view:

cleartool catcs

creating a new Clearcase view snapshot view using cleartool:

Navigate to the directory where the view is to be copied, set the $VIEWNAME and execute:
cleartool mkview -sna -tag "$VIEWNAME" -col -hos "`hostname`" \\
  -hpa "/export/ccviews/$VIEWNAME" -gpa "/export/ccviews/$VIEWNAME" \\
  "/export/ccviews/$VIEWNAME"

**where `hostname` executes hostname command on that box (could use $HOSTNAME)

Then ensure you edit the config spec:
cd /export/ccviews/$VIEWNAME

cleartool edcs

listing all checkout in a view using cleartool:

cleartool lsco -me -cview -recurse

updating a specific file using cleartool

This also specifies to override and force
cleartool update -f -ove <file_name>

no comments | post comment

Menu:
Java & J2EE
Development
Books

Help:
Help FAQ
Formatting


< March 2010 >
SunMonTueWedThuFriSat
123456
78910111213
14151617181920
21222324252627
28293031


Logged in Users: (1)
… and 254 Guests.



Disclaimer: Views and opinions are that of the individual author, and not that of Marand Custom Solutions. This site is an open forum for technical content, and the company accepts no liability for any content or view expressed.