Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Image Removed
SVN
Plugin Guide
Version 3.5
2016-03-02
Anchor_Toc386619304_Toc386619304 Anchor_Toc387232539_Toc387232539A plugin to interact with and manage artifacts stored in the SubVersion SCM.


There is no need to install a SVN client. The plugin uses a Java based API to interact with SubVersion.

Supported Versions

  • 1.7+

Key Features

  • Easily configured
  • No installation necessary
  • Executes commands using embedded Java API

Instance Properties


FlexDeploy supports creation of SCM instances and the following properties will be configured for each SVN Instance. These properties are available to all operations.

 

Property Name

Required

Description

FDSVN_URL

Yes

Base Subversion repository URL.

FDSVN_USER

Yes

The user name for connecting to Subversion. User name must have read write access, if you plan to perform tag operations.

FDSVN_PASSWORD

Yes

The password for the FDSVN_USER.

FDSVN_AUTH_METHODS

No

One or more SVN authentication methods. For example: Basic, Digest, Negotiate, NTLM (Optional). 
You can specify one or more methods as necessary. For example: if you are using "Windows Authentication" with Visual SVN and only "Integrated Windows Authentication" is supported, use NTLM.