1
edit
Changes
SVN
,→SVN commands
</pre>
: U <filename> - file was updated (received changes from the server)
*Make changes
:<pre>svn add filename1.c</pre>
:<pre>svn copy filename1.c filename2.c</pre>
:<pre>svn move filename1.c filename2.c</pre>
*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.
: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