The following table summarizes all 18 commands for Subversion. See Table A.1, “Commands” in Appendix A, Comparison Table for a comparison of Subversion’s commands with other tools.
| Operation | Subversion Command |
|---|---|
| Create | svnadmin create |
| Checkout | svn checkout |
| Commit | svn commit |
| Update | svn update |
| Add | svn add |
| Edit | [a] |
| Delete | svn delete |
| Rename | svn move |
| Move | svn move |
| Status | svn status |
| Diff | svn diff |
| Revert | svn revert |
| Log | svn log |
| Tag | svn copy[b] |
| Branch | svn copy[c] |
| Merge | svn merge |
| Resolve | svn resolve |
| Lock | svn lock |
[a] Automatic: Subversion will notice that the file has changed. [b] Built on Subversion’s “cheap copy” mechanism. Appears as a directory in the tree. Equivalent to a branch that never gets modified. [c] Built on Subversion’s “cheap copy” mechanism. Appears as a directory in the tree. | |