Subversion plugin

Use the Subversion plugin to check out or export files from Subversion (SVN) open source version control system.

This plugin has the Subversion Export Step to add to your processes.

Subversion Export step

The Subversion Export step performs a Subversion checkout or export.

To use the step, open your process and navigate to Repositories > Source > Subversion in the Tools pane.

The following table describes the step's properties:

Property Description
Project Path The project path to export (relative to Repository Url).
Repository Url The base URL of the Subversion repository.
revisionNum Optional revision to export.
revisionDate Optional date to export.
Enter the property in one of these formats:
yyyy-MM-dd HH:mm:ss z
or
E MMM dd HH:mm:ss zzz yyyy
or
milliseconds since UNIX Epoch
Clean Workspace (Optional) If selected, all files are erased from the workspace before an export is performed.
Repository Username (Optional) The authentication user.
Password (Optional) The user's password.
Command Path (Optional) The location of the svn command-line executable, for example:

C:\Program Files\TortoiseSVN\bin\svn.exe

Back to top

See also: