1
edit
Changes
SVN
,→Examine your changes
==Examine your changes==
:<pre>$svn status</pre>
:This will detect all file and tree changes you've made
<pre>$svn status stuff/filename3.c
D stuff/filename3.c
:C <filename> - File received conflicting changes from the server
*To show the status of every item in your working copy:<pre>$ svn revertstatus --verbose</pre> ===svn diff=== ===svn revert===
==Merge other's changes into your working copy==