I want to diif two branches. Im using this command: command="diff --brief -r rel-1-patches -r rel-2-patches" And my output looks like this: RCS file: /usr/local/cvs/webproject/src/doc/taglibs/file.xml,v retrieving revision 1.2 retrieving revision 1.2.4.1 diff --brief -r1.2 -r1.2.4.1 Files /tmp/cvsRXzgDm and /tmp/cvsX8zvMs differ I dont like this output. Is it possible to get only one line per one file ? e.g cmjsp/src/doc/taglibs/file.xml cmjsp/src/doc/taglibs/file2.xml etc. Or can i change the path of the file to the output ? e.g test/WEB-INF/file.xml test/WEB-INF/file2.xml Is it possible to diff not all directroies of those two branches ? For e.g i dont want to diff src directory. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org