Questions tagged as 'team-foundation-server'

2
answers

How to manage approval and production environments with Team Services?

I'm in an ASP.Net C # project that is starting now, but I come from ASP Classic , where things are quite different. In this new project, we need to create and manage homologation and production environments, where changes must go to the homo...
asked by 23.06.2016 / 22:22
1
answer

How to implement 'check in' in tfs 2012 only approved by the reviewer?

I would like to know if it is possible and how do I stop Check In so that only the reviewer can upload the code, or that it is not possible without his permission. To ensure that cases where you return with With Comments or Needs Work ,...
asked by 11.02.2014 / 14:21
2
answers

Is using version control on the production server a good practice?

In the company I currently work in, we have a Web system (C # ASP.NET) where we use the Team Foundation Server 2013 development environment. On the production server we do not use any version controls: we use FTP only, a discussion here of how w...
asked by 08.05.2015 / 16:19
1
answer

MSBuild Multi-Proc

Has anyone ever used MSBuild Multi-Proc? I'm trying to use it here, but I end up getting the following error:    C: \ Windows \ Microsoft.NET \ Framework64 \ v4.0.30319 \ Microsoft.Common.targets    (3390): Unable to copy file "obj \ Release...
asked by 22.05.2014 / 14:08
1
answer

TFS Api - Error in query with DateTime

I'm trying to make a query using the TFS API where I need to get all the WorkItems that have been edited from a certain date, however I get the following error:   An unhandled exception of type   'Microsoft.TeamFoundation.WorkItemTracking.Cli...
asked by 09.11.2015 / 17:32
2
answers

What is the difference between Team Foundation Service and Git?

I want to know the difference between Git and TFS, because I do not understand if both are version control systems or only Git is a version control system while TFS is a web application for hosting Git repositories.     
asked by 16.10.2017 / 02:07
2
answers

How to replicate master upgrade to branches in Team Foundation Server?

I'm working on a project that has 3 branches . After some time the team saw the need to change the error handling, which is common among the 3 branches . Is there any way to change the master and replicate this change to branches ?     
asked by 13.10.2017 / 17:17
1
answer

How to ignore files according to their extension in TFS?

In git you can use the .gitignore file to ignore some file extensions, but I wonder if this can also be done in Team Foundation Service or if there is something similar to skip files with certain extensions.     
asked by 23.08.2017 / 16:38
2
answers

How do I create a Team Project by branching the code from another Team Project in TFS 2013?

Until the 2012 version of TFS it was possible to create a new Team Project, starting the code repository branch of another Team Project, figure below, but this option is no longer available in TFS 2013. Is there any way?     
asked by 11.08.2014 / 22:21
2
answers

What is the difference between SVN and TFS?

I've always used SVN to version the artifacts but I've changed jobs and the company I'm working on uses TFS to do the versioning and I do not know what this TFS does exactly. What's the difference between them? Advantages and disadvantages...
asked by 15.01.2016 / 13:35