Version Control Functionality - Get Latest Version

From DBArtisan
Jump to: navigation, search

Go Up to Version Control

The Get Latest Version functionality lets you access the latest version of a file for viewing only. The Get functionality creates a local copy of the most current version of a project file in your working folder. The file is read-only, so any modifications cannot be saved.

Before working with a project, you should perform a Get on the entire project to ensure that you are working with the latest copy of the project. You should also perform a project-level, recursive Get at intervals to ensure that you have the latest version of files, in the event that they have been altered by others working on the same project.

The following table describes the option and functionality on the Get from Version Control dialog box:

Option Description

Files to Get

Lets you select file(s) to get latest version of.

Advanced

Click to open the Advanced Get Options dialog box.

Tip: You can specify the file directory in the Version Control option of the Options Editor. For details, see Version Control Options.

Getting Latest Version of a Project

To get the latest version of project, do the following:

  1. Click File and then Open Project....
    The Open Project dialog box opens.
  2. Type the project name or select the project.
  3. Click Open.
    The project on the Projects Tab opens.
  4. Click the project or target files.
  5. On the Project menu, click Version Control.
    The Version Control menu opens.
  6. Click Get Latest Version....
    The Get From Version Control dialog box opens.
  7. In the Files to Get box, click the project or files.
  8. For advanced options, click Advanced.
  9. Click OK.
    The most current version of the file is written to your working directory.

Getting Latest Version of a File

To get the latest version of a file, do the following:

  1. On the Project Tab, right-click the target file(s) and select Get Latest Version....
    The Get From Version Control dialog box opens.
  2. In the Files to Get box, select the file(s).
  3. For advanced options, click Advanced.
  4. Click OK.
    The most current version of the file is added to the Project Tab.


Topics