Versions Compared

Key

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

Gets (exports) files from a PVCS Project Database based on the configuration inputs.

Environment/Instance Properties

Property Name

Property Code

Required

Description

PCLI Path

FDPVCS_PCLI_EXE

No

PCLI Path to be used on the endpoint if no PCLI executable is found on the path.

Project Properties

Property Name

Property Code

Required

Description

PVCS Use Full Path

FDPVCS_USE_FULL_PATHNo

If true, the full file path of your project path relative to the project database will be exported. If false, only subfolders under 
your project path will be exported.

Inputs

Input Name

Input Code

Required

Description

Instance CodeFDPVCS_INP_INSTANCE_CODEYesThe PVCS instance code to use.
Project PathFDPVCS_INP_PROJECT_PATHYesFile path within the project database you want to get files from.  If you wish to get the entire Project Database, use "/".
Stream TypeFDPVCS_INP_STREAM_TYPEYesStream to get files from.  Trunk, PromotionGroup, and Branch are supported.
Stream ValueFDPVCS_INP_STREAM_VALUENoStream value to be used. Leave blank if getting from Trunk, otherwise this will be the promotion group name or branch revision.
Destination FolderFDPVCS_INP_DEST_SUBFOLDERYesFolder location to export files to.

...