From Version Control with Subversion
The typical work cycle looks like this:
-
Update your working copy
-
svn update
-
-
Make changes
-
svn add
-
svn delete
-
svn copy
-
svn move
-
-
Examine your changes
-
svn status
-
svn diff
-
svn revert
-
-
Merge others' changes into your working copy
-
svn update
-
svn resolved
-
-
Commit your changes
-
svn commit
-