This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Command to generate a patch


On Thu, Oct 17, 2002 at 04:27:14PM +0100, Chris Garry wrote:
> Simple question: what do I type to generate a patch?

Here is what i do:

I have in ~/.cvsrc :

diff -u

this makes patch produce unified diff output.

Then, in your packages directory do

cvs diff

or 

cvs diff net/ns/dns/current

or what ever part of the tree you want to diff.

   Andrew



-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]