axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] How to create and post a diff-Naur patch


From: daly
Subject: [Axiom-developer] How to create and post a diff-Naur patch
Date: Sat, 7 Jul 2007 19:33:09 -0500

Ralf,

> ... Maybe some people think that it is completely clear
> to everyone on the list what it means to "send a diff -Naur patch"

1) Take a file, say integer.spad.pamphlet
2) Edit the file and save the changed file as integer.spad.pamphlet.ralf
3) diff -Naur integer.spad.pamphlet integer.spad.pamphlet.ralf >integer.patch
4) cat integer.patch | mail -s "integer.patch" address@hidden

When you receive a patch, you can say:
1) patch <integer.patch
and it will change integer.spad.pamphlet to include the new changes.

Since the original file is literate the patched file is literate.

Tim




reply via email to

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