Hi Eric,

Eric Dobbs wrote:

> On Wednesday, May 1, 2002, at 06:47  AM, Sam Joseph wrote:
>
>> Is there some way that I can handle holding on to other changes that 
>> I've made that haven't been accepted as patches (such as my Criterion 
>> String parsing routines and making SqlEnum public) without having to 
>> re-edit all the files?
>
>
> I like using 'patch' to help me maintain my local
> modifications.  I do this:
> cvs diff -u src/java/.../foo.java > ~/torque-Criteria.patch
>
> Then I can checkout a fresh copy of torque and use this
> command to apply my patch to the latest code:
> patch -p0 < ~/torque-Criteria.patch 

Thanks for the tips.  Just tried that and it seems that this cvs diff, 
gives me the patch that will include all changes since I last checked 
the code out of cvs, correct?

If that's so, then it seems like we're in business.

CHEERS> SAM



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to