Source Control for Oracle 5

Using Team Foundation Server 2012 or Team Foundation Service in Source Control for Oracle 1

These instructions only apply to Source Control for Oracle 1. You don't need to follow them in the latest version of Source Control for Oracle 2.

To link a database to Team Foundation Server 2012 or Visual Studio Online (previously known as Team Foundation Service), you need to create a config file.

After you create the config file, you won't be able to link to earlier versions of TFS. You can undo this by deleting the config file.

  1. Go to the Source Control for Oracle config files folder. By default, this is located at %localappdata%\Red Gate\Source Control for Oracle 2
  2. In this folder, create a new XML file named RedGate_SQLSourceControl_Engine_EngineOptions.xml
  3. Open the file in a text editor and paste this into it:

    <EngineOptions version="3" type="EngineOptions">
    <TeamFoundationServerDllOverride>RedGate.SQLSourceControl.Engine.SrcC.TFS2012</TeamFoundationServerDllOverride>
    </EngineOptions>
  4. Save and close the file.

You can now link schemas to TFS 2012 and Visual Studio Online. For more information about linking schemas, see Creating a new source control project.


Didn't find what you were looking for?