|
Lines 10371-10384
Link Here
|
| 10371 |
<para>The last step is to make a unified &man.diff.1; |
10371 |
<para>The last step is to make a unified &man.diff.1; |
| 10372 |
of the files against SVN:</para> |
10372 |
of the files against SVN:</para> |
| 10373 |
|
10373 |
|
| 10374 |
<screen>&prompt.user; <userinput>svn diff -N > ../`basename ${PWD}`.diff</userinput></screen> |
10374 |
<screen>&prompt.user; <userinput>svn diff > ../`basename ${PWD}`.diff</userinput></screen> |
| 10375 |
|
10375 |
|
| 10376 |
<note> |
10376 |
<note> |
| 10377 |
<para>It is important to use <option>-N</option> to ensure |
10377 |
<para>The patch will include any removed files when applied, |
| 10378 |
that files you have added or removed are accounted for in |
10378 |
though the file contents will be empty, so remember to |
| 10379 |
the patch. The patch will include any removed files when |
10379 |
include these in the PR so the committer knows to remove |
| 10380 |
applied, though the file contents will be empty, so remember |
|
|
| 10381 |
to include these in the PR so the committer knows to remove |
| 10382 |
them.</para> |
10380 |
them.</para> |
| 10383 |
</note> |
10381 |
</note> |