SVN on Team Foundation Server - Delphi 2010 - delphi

We're looking to upgrade to Delphi 2010 and have Team Foundation Server as our source Control.
Is there a plug in for TFS that allows clients to talk to it via SVN?
I noticed that CodePlex, Microsoft's open source web service, supports TFS and SVN so am hoping that there is a SVN plug in for TFS.
Ian

have a look at the SvnBridge project, which is I believe what Codeplex are using

Delphi used to support MSSCCI for version control plugins. If it still does you would be able to use the TFS MSSCCI provider and get TFS integration without using SvnBridge.

Related

How to connect MS office to TFS. I don't see the addin's

I am trying use the mass-update feature from projects and excel.
The add-in doesn't have Team addin to enable in MS excel.
I have access to TFS though.
If you just want to enable the add-in in Excel, then you need to install Visual Studio or at least install the Team Explorer. Generally the add-in will automatically enabled. If you still cannot see the Team ribbon, you can refer to below article for troubleshooting: TFS-Office integration issues
In your scenario, you can use the TFS Office Integration Installer. This new installer just includes the Office integration component (Excel, Project, etc) and is therefore lighter weight. See this blog : TFS Office Integration Installer
For 2017 version : Team Foundation Server Office Integration 2017 (version 15.3)
Note that support for integrating TFS with Project Server is
deprecated for TFS 2017. However, synchronization support is provided
by a third part. See Synchronize TFS with Project Server for
details.
Source here : Office integration tools

Import data from Jira to TFS 2015

I'm planning a move from Jira to Team Foundation Server (TFS) 2015 and I can't find a good method of migrating the data between the two systems.
Are there any good methods out there ?
My company recently moved from Jira to TFS. I ended up writing my own utility to do the migration.
I've since published it as open source and it can be found on GitHub here:
https://github.com/KilskyreMan/JiraToTfs.git
The project will compile and run under Visual Studio 2015. It offers various mapping abilities via a GUI that should allow you (if needed) tailor your import.
Hope this helps - Ian.
For now, no documentation mentions how to migrate from Jira to TFS, but there are some plugins to have two-way sync between TFS and Jira, you can take a look at them:
TFS4JIRA (About About TFS4JIRA, you can get more information at https://confluence.spartez.com/display/TFS4JIRA/About+TFS4JIRA)
UseTFS
Atlassian Connector for Visual Studio

I want to use TFS 2008 (using MSF for Agile 4.2) for Test Case and Defect management, pls. tell how

We are using TFS 2008 for source code. The process template chosen was Agile 4.2.
I have installed VSTS 2010 to access TFS 2008 server.
Can someone please guide me on how to enable TFS 2008 with the ability to add Workitems - Test Case and Scenario into it.
You cannot use Microsoft Test Manager (also known as Visual Studio Test Professional 2010) with Team Foundation Server 2008. It requires implementation on the server which is not available in TFS 2008.
See Software Requirements for Visual Studio Application Lifecycle Management Features on MSDN:
To use Visual Studio Test Professional 2010, you must also install
Visual Studio Team Foundation Server 2010.
You can however create a Test Case and Scenario work item type in TFS 2008. This would just be a plain old work item form, no different to a Task or Bug like you already have.

Tibco Designer integrate with TFS 2010

Has anyone tried to integrate Tibco Designer especially for BusinessWorks with Team Foundation Server 2010?
At the moment, our Tibco designer is using VSS as its source safe control.
We are planning to migrate the VSS to TFS 2010 but I could not find a solution to integrate Tibco Designer with the TFS 2010.
I have no familiarity with the product directly, but since it is currently able to integrate with SourceSafe, perhaps the TFS 2010 MSSCCI provider might help?
You would install it on your client machine(s) so that application would be able to talk to TFS 2010 (and 2005/2008 with that version, it seems). I have used the provider for getting Visual Studio 2003 to TFS 2010, which does not have native TFS support.
Visual Studio Gallery Page for TFS 2010 MSSCCI Provider
Yes we have integrated Designer with TFS in a retail project, but it does not leverage full strengths of a source control system. There are no auto builds, trunking. Just basic check-in check-out. For Designer SVN is a recommended source control system.

TFS 2008 to TFS 2010 upgrade to exclude sharepoint

I'm currently planning to upgrade our TFS 2008 server to TFS 2010 with the condition below:
1. upgrade everything except for the sharepoint
2. upgrade everything including sharepoint but sharepoint will be enabled only at later stage. will this stop us from using TFS for our development?
Thanks,
Chen
Sharepoint shouldn't be a requirement unless you have a strong need to have project portals. Everything else (workitems, source repository, etc. should work fine).

Resources