Subversion Checkout Step

This step checks out files from the remote Subversion repository to the working directory.

Required properties:

Property Name Description
URL URL to the repository from which files will be checked out
Directory Location to which the contents of the repository URL will be checked out
Depth

Depth of the checkout operation:

Values:

  • Fully recursive (default)
  • Immediate children and folders
  • Only file children
  • Only this item

Optional properties:

Property Name Description
User Name User name of the Subversion user
Password Password of the Subversion user
Revision Number of the Subversion revision to be used during checkout. If not specified, the HEAD revision is used.