RE: Files changed on a specific branch

2001-06-21 Thread Echlin, Michael
Hi Mark, This type of detailed reporting would have to be done by first generating a full report and importing that into a database; then create the more detailed report. Or switch to using a different cm tool that is project oriented with it's own built in database (MKSSI or QVCS for instance.)

Re: Files changed on a specific branch

2001-06-21 Thread David Taylor
Hello - cvs -q rdiff -s -r BRANCH_TAG MODULE produces output that looks like: File foo/bar.c changed from revision 1.6.2.1 to 1.7 When I want just the list of filenames, I pipe the command into awk '{print $2}' But this includes files that are on the branch but may not be different (e.g., if