1
edit
Changes
FAQ
,→Common Commands
svn resolved <filename>
</pre>
* Here is how to create a patch using svn. Everything in square brackets is optional. If you provide no additional arguements, then a diff file would be made of all the changes you have done since the last commit/update.
<pre> svn diff [-r from[:to]] [filename|directory] > mypatch.patch</pre>
==Terminology==