Difference between revisions of "Diff"
Jump to navigation
Jump to search
(No difference)
|
Latest revision as of 19:59, 16 December 2008
General
We use the svn diff
command to produce patches against the svn repository. You can also use normal diff
to produce patches.
Generate a diff
svn diff > patch.diff
Apply a diff to your sourcetree
patch -p0 < patch.diff