From charlesreid1

No edit summary
Line 1: Line 1:
=Applying Patches=
=Applying Patches=
Create a patch in SVN by running:


<pre>
<pre>
cd /path/to/source
svn diff . > ~/patches/patch.file
</pre>
<pre>
cd /path/to/source
patch -p0 < patch_file
patch -p0 < patch_file
</pre>
</pre>

Revision as of 18:10, 13 June 2011

Applying Patches

Create a patch in SVN by running:

cd /path/to/source
svn diff . > ~/patches/patch.file



cd /path/to/source
patch -p0 < patch_file

Creating Patches

Creating patches with diff