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 resolved
Commit your changes
svn commit
posts - 16, comments - 3, trackbacks - 0, articles - 0
Copyright © Under the sunshine