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

Re: [XaraXtreme-dev] Have implemented a Linux port of GetMemoryStatus ("Function to find available RAM")



Hello,

Alex Bligh schrieb:
>> From a technical point of view, you want to submit a unified diff.
> If you got your source using svn, you can produce this simply by
> typing "svn diff" (if you have modified other stuff and don't want
> to submit that, then put the filenames you /do/ want to submit
> on the line concerned).
I suggest to use rather than "svn diff" the command
   svn diff --diff-cmd diff --extensions '-p -u'

This changes, e.g.,
+++ wxOil/camelot.cpp   (working copy)
@@ -382,6 +382,7 @@

into

+++ wxOil/camelot.cpp   (working copy)
@@ -382,6 +382,7 @@ bool CCamApp::OnInit()

That is: It contains the function which you change (for C files).

> If you pulled down the source tarball, you want "diff -u". It's
Here: diff -u -p

Tobias