Options

sc3 with tfs

cbplvcbplv Posts: 2
sc3 v3.1.0.4583

When i try to link sc3 to TFS on setup tab, sc3 recomend me to install Microsoft Team Explorer Client.
so i did.

then i modified RedGate_SQLSourceControl_Engine_EngineOptions.xml and add

<EngineOptions version="3" type="EngineOptions">
<TeamFoundationServerDllOverride>
RedGate.SQLSourceControl.Engine.SrcC.TFS2010
</TeamFoundationServerDllOverride>
</EngineOptions>

But still i can't link tfs. Probably smth i did wrong but what? what i need to check?

PS tried on different pc(different Windows) and on tfs server itself.

Comments

  • Options
    Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    SQL Source Control added support for TFS 2012 in version 3.1. The implementation leaves something to be desired, so 3.1 had been pulled from public release.

    If you have got 3.1 and want to use it with TFS 2012, you have to create this configuration as above where you redirect the DLL. One of the quirks seems to be that it doesn't like whitespace or carriage returns. So you can try this:
    <EngineOptions version="3" type="EngineOptions">
    <TeamFoundationServerDllOverride>RedGate.SQLSourceControl.Engine.SrcC.TFS2010</TeamFoundationServerDllOverride>
    </EngineOptions>
Sign In or Register to comment.