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
:D <filename/directory> - File or directory was deleted from your working copy
:A <filename/directory> - File or directory was added to your working copy
*<pre>svn diff</pre>
*<pre>svn revert</pre>
==Merge other's changes into your working copy==
*<pre>svn update</pre>
*<pre>svn resolved</pre>
==Commit your changes==