Changes

Jump to: navigation, search

SVN

3 bytes added, 20:11, 22 October 2006
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
1
edit

Navigation menu