Changes

Jump to: navigation, search

SVN

596 bytes added, 20:01, 22 October 2006
SVN commands
=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>svn update
U foo.c
U bar.c
Updated to revision 2.
</pre>
: U <filename> - file was updated (received changes from the server)
*Make changes
:<pre>svn add</pre>
:<pre>svn delete</pre>
:<pre>svn copy</pre>
:<pre>svn move</pre>
*Examine your changes
:<pre>svn update</pre>
:<pre>svn resolved</pre>
*Commit your changes
:<pre>svn commit</pre>
 
==More commands==
*Compare changes from one revision to another:
1
edit

Navigation menu