| Class | Description |
|---|---|
| SvnAdd | Schedules files (within an SVN working copy) to be added to version control |
| SvnApplyPatch | Applies a patch file onto a local workspace directory (without committing the changes). |
| SvnBranch | Creates an SVN branch based on a local SVN workspace. |
| SvnCheckout | |
| SvnCleanup | Performs a "svn cleanup" on a working-copy directory |
| SvnCommit | Commits a list of files (and directories) within the current SVN workspace. |
| SvnCreatePatch | Creates a patch file that contains all modifications of local workspace files and directories (including subdirectories). |
| SvnDelete | Schedules files (within an SVN working copy) to be removed from version control (and deleted locally) |
| SvnExport | |
| SvnInfo | Provides information about the current SVN workspace |
| SvnRevert | Reverts all local changes of the given files or directories (which must be part of an SVN working copy). |
| SvnTag | Creates an SVN tag based on a local SVN workspace. |
| SvnUpdate | |
| SvnVersion | Provides information similar to the "svnversion" command |