Automated Build Studio Operations - Subversion Category
The Subversion category includes the following operations:
| Operation | Description |
| Get Changes From Subversion | Gets a list of modified, added and removed files from a Subversion repository. |
| Subversion Add | Adds files, directories, or symbolic links to Subversion’s
repository. |
| Subversion Checkout | Checks out working copies of files from the repository. |
| Subversion Cleanup | Cleans up working copies by removing locks that resume unfinished
operations. |
| Subversion Commit | Sends changes made to working copies of files to the repository. |
| Subversion Copy | Copies files between a working copy and the repository. |
| Subversion Custom Command | Executes a Subversion command. |
| Subversion Export | Exports a clean directory tree. |
| Subversion File Enumerator | Gets information about files kept in Subversion’s depot without accessing
their contents and saves this information to a variable. |
| Subversion Import | Commits a copy of PATH to URL recursively. |
| Subversion Info | Iterates through files and folders in a working copy and saves information about each item to a variable. |
| Subversion MkDir | Creates a new directory under Subversion. |
| Subversion Revert | Undoes all changes made to local copies of files kept in the repository. |
| Subversion Status | Gets the status of working copies of files and directories and posts
it to the log or saves it to a variable or to a file. |
| Subversion Update | Updates working copies of files. |
| Subversion Version | Gets the version of a working copy. |
The operations require that the client
application of Subversion, svn.exe, be installed on your computer and
the Tools dialog have a valid reference to this file. Otherwise, an
error will occur.