Changes

Jump to: navigation, search

SVN

435 bytes added, 20:46, 22 October 2006
svn diff
===svn diff===
*To find <i>exactly</i> how you've modified things, use this command (prints out file changes in <i>unified diff format</i>):
<pre>$ svn diff</pre>
: <b>unified diff format</b> - removed lines are prefaced with a "-" and added line are prefaced with a "+".
 
*You can generate <b>patches</b> by redirecting the diff output to a file (prints filename and offset information useful to the patch program:
<pre>$svn diff > patchfile</pre>
===svn revert===
1
edit

Navigation menu