Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
Is there any tool or method available for migrating code, history, tags from CVS to TFS?
There is a tool from Timely Migration for moving CVS history to Team Foundation Server. I have used these tools (although not with CVS) and they work pretty well.
Unlike CS-Convertor it does not have a per file licencing which is awesome and you can use it as many times as you like.
Did you try to use CS-Converter, it's conversion tool, used to migrate from various legacy version control systems (such as RCS, CVS, Subversion and Visual SourceSafe) to Microsoft Team Foundation Version Control (TFVC) system.
Fore more info:
Migrating CVS and Subversion repositories to Team Foundation Server
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I would like to learn TFS. I have a windows 7 64bit computer. Is there an express free version or a trial I can use? My main goal is to learn something about TFS for a scrum project I would like to learn to create.
The simplest way to learn TFS is to create a Visual Studio Team Services account, which is the free (for 5 users) cloud version of TFS. You can use the extension called 'Sample Data Widget' that can generate enough sample data to play with the agile planning tools.
If you want to learn configuration and setup, grab the free trial version, stick it in a VM and practice as much as you want.
Or download the VM which contains a pre-configured instance of TFS with sample data. That makes it easier to get started. There is also a whole list of hands-on labs that you can run through for both TFS and VSTS.
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 does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
Are there any tools available for migrating from Jira on Demand to TFS 2012 ? All the tools that I saw needs Jira to be installed locally on our servers.
I'd think the easiest way would be to write a quick'n'dirty script to scrape everything out using the on-demand instance's REST API.
It should be enabled by default on all on-demand instances ( unless explicitly turned off. )
The API is documented at:
http://docs.atlassian.com/jira/REST/latest/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I have been an avid TFS user since 2005 but decided to skip the 2010 upgrade and jump directly to 2012. Does anyone have any recommended resources for learning about Workflow Foundation with respect to TFS build?
I would start with the links I suggested in this answer. The Wrox TFS 2012 book is available on pre-order from Amazon, so it might be worth waiting and getting that book instead of the 2010 one. From what I have seen, the difference between 2010 and 2012 build processes is no where near as big as the gap between 2008 and 2010.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I installed a Windows TFS server, 2010, to Windows 7 Ultimate, to my local machine. I port forwarded and everything.
The question now is: How do I log in, and how do I add more users?
I saw a question similar to this, but it didn't include the log in part :D
I find it the easiest with the TFS Admin Tools. But you can also do it from the commandline (tfssecurity.exe) and directly from within Visual Studio.
First the account that you used to install TFS will be the Admin of the TFS, so you just open the Visual studio and from team menu, click on connect to Team Foundation Server