Version Control Functionality - Check Out
Go Up to Version Control
The Check Out functionality retrieves a copy of one or more selected files and creates a writable working file copy in the working directory. You must perform a Check Out to edit any file that has been placed under version control.
You can check out a single file, multiple files at once or an entire project. A red check mark over the file icon indicates that the file has been checked out and is writable. This does not prevent other users from performing a Get or a Check Out on the file.
The following table describes the options and functionality on the Check Out File(s) dialog box:
Option | Description |
---|---|
Files to be Checked Out |
Displays list of files that are eligible for check out. A black mark indicates that another user has the file(s) checked out. |
Advanced |
Click to open the Advanced Check Out Options dialog box. |
- Tip: You can specify the file directory in the Version Control Working Directory option of the Options Editor. For details, see Version Control Options.
Checking Out a Project
To check-out a project, do the following:
- Click File and then Open Project.
- The Open Project dialog box opens.
- Type the project name or select the project.
- Click Open.
- The project opens on the Projects Tab.
- Select the target project.
- On the Project menu, click Version Control.
- Select Check Out.
- The Check Out dialog box opens.
- In the Files to Be Checked Out< box select the project.
- For advanced options, click Advanced.
- Click OK.
- The project or files are checked out from version control and writes the most current version of the file to your working directory.
Check Out a File
To check out a file, do the following:
- On the Project Tab, right-click the target file(s) and select Check Out.
- The Check Out File(s) dialog box opens.
- In the Check Out File(s) dialog box select the files.
- For advanced options, click Advanced.
- Click OK.
- The file(s) is checked out from version control and the most current version of the file is added to the Project Tab.