SCC Get Latest Version VI

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


icon

Inputs/Outputs

  • cfxdt.png advanced options

    advanced options is reserved for internal use.

  • cdlrn.png source control reference in

    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.

  • c1dpath.png files

    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).

  • cu16.png retrieval method (file)

    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.
  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • c1dstr.png versions

    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.

  • idlrn.png source control reference out

    source control reference out returns source control reference in unchanged.

  • istr.png status message

    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.

  • ibool.png dialog box cancelled?

    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.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.