<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 _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
