You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by Mark Womack <mw...@bevocal.com> on 2002/06/13 22:15:41 UTC

RE: generating universal diffs

> Sorry, I have not yet found a Windows program to provide unified diffs. 

In WinCVS, I am able to generate universal diffs with the following command:

cvs rdiff -u -r <revision-1> -r <revision-2.<module_name><path to the file
to diff>

You can pipe the output to a text file.  Use

cvs rdiff --help

for help with all the options.  I am assuming that you can just use this
command from within cvs directly, and not require WinCVS.

Hope it helps,
-Mark
 

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>