Versions Compared

Key

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

...

An input resource that reads information from a Subversion repository.

Note

For licensing reasons, this resoure type is not usable out of the box as of V2.4.1. To enable SVN support, you will need to download SVNKit yourself, add its jars to the install tree's lib folder, and reinstall. Make sure to use a version compatible with your working copy format, or remove the working copy and start fresh. Note that only 1.3 has been tested.

 

The resource is declared using type attribute xsi:type="resource:SVNResource" with the following required attributeattributes:

  • repositoryURL - Subversion URI to the remote directory (svn, svn+ssh, http(s), file supported)
  • workingCopyDirectory - location where the local working copy of the resource will be kept
  • resourceFile - the name of the file, relative to the workingCopyDirectory, that should be loaded in to the IdP

...