info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: newbie question abou patches


From: Larry Jones
Subject: Re: newbie question abou patches
Date: Fri, 28 Jun 2002 12:38:00 -0400 (EDT)

Elbert "Andrés" Messa "Díaz writes:
> 
> Could anyone tell me how to generate (efficiently) the
> necessary pathches for the changed files? As you can
> see, I'm a newbie at this.

You want to generate a patch from the release to the current tip of the
patch branch:

        cvs patch -rrel-1-1 -rrel-1-1-patches myModule >patch

Ordinarily, you'd want to remember (tag) the current state so that you
can generate a future patch from this patch rather than back at the
original release, so you'd really want to do something like:

        cvs rtag -rrel-1-1-patches rel-1-1-patch1 myModule
        cvs patch -rrel-1-1 -rrel-1-1-patch1 myModule >patch

-Larry Jones

In short, open revolt and exile is the only hope for change? -- Calvin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]