1
edit
Changes
SVN
,→Examine your changes
:After you've made changes, it's a good idea to take a look at exactly what you've changed before committing them to the repository.
:<pre>$svn status</pre>
:This will detact detect all file and tree changes you've made
:By passing a specific path, you will get information about that item alone:
:D <filename/directory> - File or directory was deleted from your working copy
:A <filename/directory> - File or directory was added to your working copy
==Commit your changes==