Navigation:  Actions > Version Control >

Subversion Custom Action

Previous pageReturn to chapter overviewNext page

This action creates a step to automate use of the Subversion version control system.  See the SVN.bld sample for example usage, and view the Subversion book for more details on the available subcommands and options.

 

When the step is built, the Subversion command-line executable (svn.exe, svnadmin.exe, or svnlook.exe) call is constructed based on the inputs, invoked to perform the requested subcommand, and all output is captured to the Output pane and log file if file logging is enabled.

 

Repository Tab

 

Subcommand Tab

 

Switches Tab

 

Options Tab

 

Advanced Tab

 

Remote Tab

 

This action has been tested with Subversion versions 1.0 - 1.14 and may also work with other versions.

 

Notes:

See the Subversion.bld sample for a project utilizing this action.
See the ContinuousIntegration.bld sample for a sample of incorporating Subversion into continuous integration builds.