info-cvs
[Top][All Lists]
Advanced

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

Re: How is a patch applied to CVS?


From: Mazza, Glen R., ,CPMS
Subject: Re: How is a patch applied to CVS?
Date: Thu, 9 Jan 2003 09:44:22 -0500

<Q>
On Mon, Jan 06, 2003 at 08:23:52PM -0500, Mazza, Glen R., ,CPMS wrote:
> How is a patch file committed into CVS to update
> the most recent version?

In several steps:
  - Apply the patch to a checked-out working directory
  - Resolve any conflicts (i.e. .rej files)
  - Compile and test
  - "cvs commit"

CVS itself can't digest arbitrary patch files.
</Q>

Thanks, Eric (and others who answered)--I'm mostly from the Windows
environment and I didn't know about the UNIX patch utility to work with
patch files.  

Glen





reply via email to

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