September 2007
1 post
1 tag
Generating "Unified Diff" Files with ClearCase
In my company, we recently migrated from CVS to ClearCase. We were a bit thrown off by the fact that ClearCase doesn’t readily provide diff files that span multiple files. We have all been used to reviewing CVS diff files which do so. People here had to come up with their own scripts to remedy this issue. Here’s what I’ve been using so far: cleartool lsco -cvi -r -s | xargs -n1...
Sep 7th