vspacer
 
vspacer
 
Valid XHTML 1.0!
 
Valid CSS 1.0

ClearCase Commands : Administrator

 

ZDS ClearCase Commands
 
41. To remove (destroy) the latest version(s) of a file.

Warning! Don't do this without being sure you know what you are doing!

This command will chop off the latest version from a file, including versions above it if the version is not the latest one!
rmver file.exe@@/main/version#




42. To look at your configspec.

catcs

This will display the directives that Cleartool is currently using to filter files into your logical 's:' drive. eg:


# Setup to access the main branch
element * /main/LATEST

#Setup to build an entire labelled version
#and ONLY files labelled this way
#element */main/LATEST

must be commented out
#or files added/changed later than this will get included in the build
#element *RELEASE_3.01

# Setup to access the tigger branch
# element * /main/tigger/LATEST
# element * /main/tiggerBase -mkbranch tigger
# element * /main/LATEST -mkbranch tigger




43. To change your configspec.

edcs

Download

ClearCase Commands (116KB)

   


Back to top | ZDS Home | This article updated January 14, 2004.