Working cycle and commands
| Commands | Description |
|
svn update |
Update your working/local copy |
|
svn add |
Make changes |
|
svn status |
Examine changes between repo and local copy |
|
svn revert |
Possibly undo some changes |
|
svn update |
Resolve conflicts (merge others' changes) |
|
svn commit |
Commit your changes |
For a detailed guide to svn command line client commands check here.