Changes

Jump to: navigation, search

SVN

14 bytes added, 20:12, 22 October 2006
SVN commands
The typical work cycle will use the following commands:
*==Update your working copy==
:When working on a project with a team, you'll want to update your working copy to receive changes made by other developers since your last update
<pre>
: U <filename> - file was updated (received changes from the server)
*==Make changes==
:<pre>svn add filename1.c</pre>
:<pre>svn delete filename1.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.
:<pre>$svn status</pre>
*==Commit your changes==
:<pre>svn commit</pre>
1
edit

Navigation menu