| Author |
Message |
cbplv
Joined: 15 Oct 2012 Posts: 1
|
Posted: Tue Oct 16, 2012 8:24 am Post subject: sc3 with tfs |
|
|
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. |
|
| Back to top |
|
 |
Brian Donahue
Joined: 23 Aug 2004 Posts: 6346 Location: Red Gate Software
|
Posted: Thu Oct 18, 2012 11:55 am Post subject: |
|
|
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:
| Quote: |
<EngineOptions version="3" type="EngineOptions">
<TeamFoundationServerDllOverride>RedGate.SQLSourceControl.Engine.SrcC.TFS2010</TeamFoundationServerDllOverride>
</EngineOptions> |
_________________ Brian Donahue
Technical Support
Red Gate Software Ltd.
44 (0)870 160 0037 ext 8521
US and CAN 1-866-RED GATE ext 8521 |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group