Open main menu

CDOT Wiki β

Changes

SVN

144 bytes added, 20:22, 22 October 2006
Examine your changes
==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 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==
1
edit