|
 |
On Thu, 4 Nov 1999 00:09:41 -0500, Nathan Kopp wrote:
>I use a nice diff program (I use CSDiff) and make changes by hand. Have you
>found success with diff3? It kind of scares me to let something make
>changes to my source for me, especially after I've hacked up POV as much as
>I have. ;-)
I've found success with my scripts based on diff3. diff3 by itself isn't
enough, generally. I have one script that compares one source directory to
another and copies just the changed files to a new directory, one that does
the merge and puts the results in a new directory, and one that reads the
results of the merge and builds a series of diff files to help me resolve
the inevitable conflicts (diff3 can mark HUGE blocks of text as conflicts,
even when only something small changed within them, and sometimes when
nothing changed in one of the merged versions. Knowing that is quite helpful
sometimes.)
And of course I keep a backup until I've tested a new patch. One of these
days I'll get around to finishing installing CVS and I'll stop worrying
because it'll do most of the hard work for me.
--
These are my opinions. I do NOT speak for the POV-Team.
The superpatch: http://www2.fwi.com/~parkerr/superpatch/
My other stuff: http://www2.fwi.com/~parkerr/traces.html
Post a reply to this message
|
 |
|
 |
Nieminen Juha <war### [at] punarastas cs tut fi> wrote:
: All return values (except type 2 for exterior) are multiplied by FACTOR
: before returning.
This should be "type 1", not "type 2".
--
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
Post a reply to this message
|
 |