Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To use the Source Control Integration features of FinalBuilder, you will need to be using a Version Control System which provides a Microsoft SCC API Provider Plugin.

Adding/Binding New Projects

To use a project from inside FinalBuilder's SCC Integration, you first need to add it to source control inside FinalBuilder. Select "Add Project To Source Control" from the File -> Source Control menu.

...

It may also ask you for other information relating to adding the project file to Source Control.

Source Control Status

Once the FinalBuilder project has been successfully added, you will see something similar to the following at the bottom of the FinalBuilder IDE window:

...

This status information will update whenever you perform a source control operation. To manually refresh the status information, choose the Refresh Source Control Status option from the Source Control menu:

Unbinding A Project

To unbind a project from source control, choose the "Unbind Project from Source Control" command from the Source Control menu. Unbinding a project does not remove the file(s) from source control, it merely removes the connection between FinalBuilder and the source control project. If you wish to delete the files, you will need to do so manually.

Note
Moving, renaming, or "Saving As..." a FinalBuilder project will automatically unbind it from source control. To rebind the file, simply choose "Add Project to Source Control" again.

...

Other Source Control Menu Actions

Get Latest Version...

...

Select this menu item to fetch the latest version of the project file from source control. The project will be reloaded if a new version is fetched."

Check Out Project...

...

Select this menu item to check out the latest version of the project file form source control."

Check In Project...

...

Select this menu item to check in a checked out version of the project file. Your source control provider plugin may prompt you for checkin information such as comments and workflow details."

Undo Checkout

...

Select this menu item to undo a checkout on an checked out FinalBuilder project. The project will be reloaded with the original, checked in, version.