Common Source Control Terms

Following are definitions for some of the common phrases used in Flare's built-in source control system.

  • Bind This means to connect your project to Perforce Helix Core. After doing this, you can then take advantage of all the automated source control tasks (such as submit, revert, lock, unlock, and so on).

  • Submit This means to send changes made to your open Flare files to the server, or depot.

  • Check Out This means to copy the latest source control files to your local Flare project and remove the "Read Only" designation from them so that you can edit the files.

  • Get Latest Version This means to copy the latest source control files to your local 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.

  • Revert This means to undo changes you have made to a Flare file. Changes are reverted to the way they were at the last submit.

  • Lock This means to prevent other users from submitting changes to an opened Flare file in source control.

  • Unlock This means to remove an existing lock from an open Flare file so other users can submit changes to the file.

Note Flare integrates with multiple source control providers to provide built-in source control support. Each of the source control providers built-in to Flare uses different terms. As such, Flare's source control interface is different depending on which source control provider you use. Please refer to the sections for each source control provider if you need to see information about the terms used by other built-in systems.