Changes http://wiki.axiom-developer.org/HowToSubmitPatches/diff
--

??changed:
 
-Send the patch to  <a href="mailto:[EMAIL PROTECTED]">Tim Daly</a>.
-
-This has several 
+This has the following
 features:

??changed:
 
-  * the Naur options gives context
+  * the '-Naur' options gives context
 

   * the impact of a change to multiple files become visible
++added:
+
+If you don't like to keep the old version of files around, you
+can use one of the following instead::
+
+    svn diff --diff-cmd /usr/bin/diff -x -Naur file.pamphlet 
>the.dir.file.pamphlet.patch
+    
+    tla diff -D -Naur file.pamphlet >the.dir.file.pamphlet.patch
+
+    cvs diff -NauR file.pamphlet >the.dir.file.pamphlet.patch
+
+This assumes that you are using CVS, Subversion or GNU Arch 1.3.4 or later. 
+
+In case you want to do that with several files (recursively down a directory) 
at onces::
+
+    cd $AxiomSilver
+    svn diff --diff-cmd /usr/bin/diff -x -Naur > silver.patch
+
+Finally, send the patch to the
+<a href="mailto:[email protected]";>axiom-developer mailing list</a>.
 

--
forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]

Reply via email to