Using ClearCase in Embedded Systems Design
Setup ClearCase infrastructure
- Create scripts
- Place in common area
- Put in search path
- Use for automating functions
- Easy to use for non-ClearCase users
- Example
#!/bin/sh
if [ $# -lt 1 ]
then
echo ‘usage: xunco <object>’
exit
fi
cleartool uncheckout $1