After you bind a Flare project to a source control application, you can get the latest version of any of the source control files. When you do this, you are copying the most current files stored in the source control application to your local Flare project without necessarily checking out the files. This means that the "Read Only" designation will remain associated with the files until you check them out.
Following are steps for getting the latest version of all files in a project automatically, as well as steps for getting the latest version of files manually.
You might use this option if you are working with a team of authors and want to make sure that you include the latest changes from other writers in the output (without having to manually get those files).
With this option:
How to get the latest version of source control files automatically
to save your work.Note: The "automatic get" feature is not supported if you are building output using the command line, as opposed to the Flare interface.
You can manually get the latest version of all of the files in the Flare project, specific content files only (e.g., topics, images, style sheets), specific project files only (e.g.,
How to get the latest version of source control files manually
All files in the project:
. (You can also use the menu bar and select File>Source Control).Specific content files only:
Select the relevant folder or file.
If you choose a folder, you can recursively select all files under the folder.
If you want to choose all content files, select the root Content folder.
Note: If you want to select several specific files at the same time, open the File List window pane instead (View>File List) and choose the appropriate files using the CTRL or SHIFT key.
In the Standard toolbar, click the down arrow next to the Source Control button
.
Note: Alternatively, you can right-click on the file or folder and select Source Control from the context menu.
Specific project files only:
Select the relevant folder or file.
If you choose a folder, you can recursively select all files under the folder.
If you want to choose all project files, select the root Project folder.
In the Standard toolbar, click the down arrow next to the Source Control button
.
Note: Alternatively, you can right-click on the file or folder and select Source Control from the context menu.
Main FLPRJ file:
Select Project>Project Properties.
The Project Properties dialog opens.
.Select Get Latest Version (or Get Latest Version All if working with all files in the project).
If the local and server files are the same, a message tells you so. Click OK.
If the local file is different form the file on the server, the Resolve Conflicts dialog opens. If you want to accept all of the differences between the local and server files, thus merging them, click Auto Merge All. If you want to review the differences in the files side by side and resolve each conflict, click Resolve. For more information about merging files and resolving conflicts, see Merging Source Control Files.