[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] qed
Helmut Karlowski píše v Čt 13. 08. 2009 v 13:59 +0200:
> > disadvantages that they:
> > - require handwork (can't be applied automatically through patch)
>
> Why? I admit to nealry never have used the patch-program.
>
> > - don't match CVS head (Previous reverse patch detected)
>
> What does that mean? Infact I reversed some things (cant remember exactly).
normally you should work with CVS projects like this:
cvs checkout <project>
cd <project>
begin loop
edit stuff
compile stuff
test stuff
cvs update
compile again
test stuff
if you are happy with the result then
cvs diff -Naur > fix_for_Frank.diff
mail fix_for_Frank.diff
end if
end loop
:-))
Petr