I am not a huge fan of using ClearCase as my source control management system. But when you work at the client site you may not have choice of that. Here is a script to diff directories via the command line.
cleartool ls -view -recurse | grep -i -v "\\bin" | grep -i -v "\\obj"
No comments:
Post a Comment