Sorry, there was a typo. The command should be: cvs rdiff -u -r <revision-1> -r <revision-2> <module_name><path to the file to diff>
-Mark > -----Original Message----- > From: Mark Womack > Sent: Thursday, June 13, 2002 1:16 PM > To: 'Log4J Developers List' > Subject: 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: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
