Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Currently our company is using TFS 2010 and TFS 2012 RC.
we need to upgrade TFS 2010 and TFS 2012 RC to TFS 2012 final on different server,
that already people are using the TFS 2010 and TFS 2012 RC environment.
I am not really sure what the question is here so I'll give you some links with information on the upgrade process. If you have specific questions, feel free to ask.
Upgrade guidance put together by the TFS Rangers: http://vsarupgradeguide.codeplex.com/releases
Official install and admin guides: http://www.microsoft.com/en-us/download/details.aspx?id=29035
A link to a book that covers the topic: https://www.smashwords.com/books/view/181289
The TFS integration project is what you want.
http://tfsintegration.codeplex.com/
We've used it successfully to consolidate two TFS 2010 servers with multiple project collections into a single TFS 2012 with a single project collection. It also provides two-way synchronisation so that a gradual migration of users is possible.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I need to migrate our online VSTS to our own self-hosted TFS 2017 server.
Is there a way to do it and preserve history?
No, there currently is no easy way to move from Azure DevOps (formerly VSTS) back to Azure DevOps Server (formerly TFS) with full fidelity.
There are tools that can migrate work items over. There are tools that can migrate git over. There are tools that can migrate TFVC over (but all IDs change)... But there are so many other things potentially in your Team Projects (like Test results, builds, package management etc)...
In the end getting (mostly) everything from Azure DevOps into Azure DevOps Server should be doable, but you may loose links between items, lose some history and will likely reset dates and author data in the process.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
http://msdn.microsoft.com/en-us/library/7cb80f0d-0119-4277-82e8-719a8db1796e
This is the link which was shared in a similar post some two years ago. However the link is not available anymore. Do we have an alternative.
If you want to migrate from VSTS to TFS on-premise, please see Migrate VSO to on premises TFS.
You can also have a try for VSTS Sync Migration Tools,it allows you to bulk edit and migrate data between Team Projects on both Microsoft Team Foundation Server (TFS) and Visual Studio Team Services (VSTS).
Then the alternative way would be get and upload the source code manually. And use Execl to export and import the work items.
Also, you can use OpsHub Visual Studio Migration Utility, the Commercial Edition supports migration from either TFS or VSTS to either TFS or VSTS.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Have anyone installed TFS 2015 RTM with SQL Server Express instead of SQL Server 2012? What are limitations and drawbacks?
The recommended version of SQL Server for TFS 2015 are SQL Server 2014 or SQL Server 2012 (minimum SP1). TFS supports Express, Standard, and Enterprise editions of SQL server. The Express edition is only recommended for evaluation purposes, personal use, or for very small teams. We recommend Standard or Enterprise for all other scenarios. See TFS requirements and compatibility.
You can use the basic configuration of Team Foundation Server, which comes with the required version of SQL Server Express. Check Limitations of SQL Server Express (stackoverflow post).
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I want to move my TFS 2008 to Visual studio Team Services. Could you please tell me how to do that ? I saw few articles on this but it looks complicated to follow those steps.
Since TFS 2008 (and indeed 2010) is no longer supported you Will likely find it difficult to find documentation. There are two tools to help you. One from OpsHub that can migrate you to Team Services and the other from the product team called TFS Integration Tools.
You should follow the ALM Rangers migration guide if you can, and use the OpsHub tool if you can't.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
I am about to start using Visual Studio 2012 Pro with Azure Websites. I am not using Source control at present. However the idea of rolling back previous versions is very appealing if new code does not work. I really want to keep this as simple as possible.
The options I see are:
1.) TFS (service)
2.) GIT from Local repository to Azure Repository.
3.) Hosted GIT. SInce I am not using GIT at present, then I think this could become an unnecessary extra step.
I am using MVC3, EF4.1, SQL Server, C#.
From your experiences of both, it would be very interesting to hear of your observations
Thank you in advance.
EDIT:
Yes it could be opinion based, but I was hoping for some factual feedback from any folks that had perhaps tried both. I have altered my question above accordingly.
You can use Visual Studio Online. It integrates well with Azure Management Portal and offers both TFS and Git.
Visual Studio Online is free for up to 5 users. Whether you want to go with Git or TFS, I suggest you play around with both and then decide which one you like.
It also offers Agile and Scrum development process templates.