Returns the current source control status of specified files, including whether a file is in source control, whether it is checked out, and whether it is the latest version available in source control.


icon

Inputs/Outputs

  • 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 obtains the source control status.

  • cerrcodeclst.png error in (no error)

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

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

  • i1dcclst.png file status

    file status returns details of the source control status for each specified file.

  • ibool.png in source control?

    in source control? indicates whether the file is in source control.

  • ibool.png checked out by user?

    checked out by user? indicates whether the current user has checked out the file.

    The output does not depend on the location of the checked out file or the checked out by other? output.

  • ibool.png checked out by other?

    checked out by other? indicates whether other users have checked out the file.

  • ibool.png out of date?

    out of date? indicates whether the file is the latest version available from the source control provider.

    If the VI returns FALSE, the file is the latest version.

  • ibool.png deleted?

    deleted? indicates whether the file is deleted from source control.

  • ierrcodeclst.png error out

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

  • i1di32.png files status flags

    files status flags returns a bit array that represents the status information. Not all source control providers support this parameter.