Source Control Toolbar Buttons

The Source Control toolbar provides quick access to the following source control operations within a LabVIEW project. The source control status of the files you select in the Project Explorer window determines whether the buttons appear enabled or disabled. If you select multiple files, buttons may appear enabled that reflect the status of one file but not another.

Check OutChecks out the selected file from source control. If you try to edit a file in source control that you did not check out, LabVIEW prompts you to check out the file if you configured source control to enable the prompt. This button is enabled when you select a file in source control that you have not checked out.
Undo Check OutCancels a previous check-out operation and restores the contents of the selected file to the previous version. Any changes you made to the file are lost. This button is enabled when you select a file in source control that you have checked out.
Check InChecks the selected file into source control. The version of the file in source control is updated to reflect the changes you made. This button is enabled when you select a file in source control that you have checked out.
Add to Source ControlAdds the selected file to source control. LabVIEW prompts you to add any dependent files, such as subVIs, to source control if you configured source control to enable the prompt. This button is enabled when you select a file that is not in source control.
Note  This operation is available after you save a file.