SCC Get Latest Version VI

Owning Palette: Source Control VIs

Requires: Professional System

Copies the latest version of the specified files from source control to the directory you specified during source control configuration.

 Add to the block diagram  Find on the palette
advanced options is reserved for internal use.
source control reference in contains a reference to the source control project configured in LabVIEW. The source control reference must be a valid reference created with the SCC Open SCC Project VI.
files specifies the paths to the files for which the VI gets the latest version. The paths can be directories if you specify the retrieval method as directory or directory (recursive).
retrieval method specifies the way the VI retrieves files from source control. Not all source control providers support retrieval by directory.

0file (default)—The VI interprets paths in files as files.
1directory—The VI interprets paths in files as directories.
2directory (recursive)—The VI interprets paths in files as directories. If you duplicate directory paths, the VI retrieves those directories multiple times.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
versions specifies the version of the file or files to retrieve. The default is an empty string. If the string is empty, the VI returns the most recent version. Not all source control providers support this parameter. The syntax for this parameter varies for each provider. Refer to the source control provider documentation for more information about version syntax.
source control reference out returns source control reference in unchanged.
status message returns provider-specific information about the source control operation. Depending on the source control provider, the output might include status information or non-critical error messages.
dialog box cancelled? returns TRUE if you cancelled any source control provider dialog boxes that appeared during the source control operation. The provider controls the dialog box display. The indicator returns FALSE if no dialog boxes displayed.
error out contains error information. This output provides standard error out functionality.