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.
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 2 years ago.
Improve this question
I am using WebStorm IDE for Angular 9 development. There is no problem by git source control but now I want to use Team Foundation Server 2020 in WebStorm. Can I do this?
Please try using Microsoft plugin for TFS Integration - https://plugins.jetbrains.com/plugin/7981-azure-devops.
See https://blog.jetbrains.com/idea/2020/01/end-of-support-for-tfs-2014-and-older/ for more info
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.
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
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
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