From charlesreid1

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