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:
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/$VIEWNAMEcleartool 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>