Team Foundation Server is a complete Application Lifecycle Management (ALM) suite, offered by Microsoft.

learn more… | top users | synonyms (2)

0
votes
0answers
5 views

TFS: View checkouts by project

I'm trying out Team Foundation Service and using Visual Studio 2012. Does anyone know how to get a list of which files in a Team Project may be checked out (and by which users) at that moment? Thanks ...
0
votes
0answers
2 views

Are all of the Team Foundation Service features included in Team Foundation Server?

I have all the requirements to install SharePoint 2013, TFS, SQL Server, etc. I was wondering if all of features included in the Team Foundation Service are available when you install the full version ...
0
votes
0answers
10 views

How to deploy an html website without a solution/project file

I'm running TFS 2012 with a build to deploy an asp.net application but now I'm trying to create a build to deploy an html site, that's our html mockups folder. The developer is using eclipse and is ...
0
votes
1answer
8 views

TFS - Merge relationship - How to exclude ?

We have a case here where a developer creates a wrong branch. The branch should be: $\projectA\branch01\pg5Dev from $\projectA\main\pg5Dev\ but he creates a $\projectA\branch01\ from ...
0
votes
0answers
10 views

TFS removing lock of other user

I am hosting a project in visualstudio.com and what I have is only a VS studio 2012 installed. My friend has checked out and locked a file and then re-installed his windows, also creating a different ...
0
votes
0answers
11 views

TFS alert for specific build VS2010

Trying to create a build alert for a specific build in the project using alert explorer in VS2010. The only alert definition fields available are: Team Project, Changed By, Changed Time, Id, Quality, ...
0
votes
1answer
12 views

TFS check in excluded files

I have just started using TFS and I run into some issues that I find a bit annoying. In my "Images" folder i add images through my "File Explorer" in Windows, and in VS I then have to inlcude the ...
0
votes
2answers
25 views

Building VB6 projects without registering

We have an old VB6 project that uses ActiveX controls, some of which we build and others we get from third-party vendors. Currently, we use a .csproj project which does the following, Execute ...
0
votes
0answers
11 views

AndroidStudio team foundation server

I've been using AndroidStudio from its release date and a part from all it's bugs i like it. I wanted to ask if anyone knows a way to share my project with my team to work on in AndroidStudio. ...
0
votes
1answer
20 views

Maven release plugin throws error when connecting to TFS repo using HTTPS - maven doesnt trust cert

I have a HTTPS enabled TFS repo which I am trying to connect to via maven release plugin - when i run release:prepare, it throws error saying could not find root ca for the certificate TFS is ...
0
votes
1answer
17 views

Free TFS team process templates?

Anybody knows custom or free available process templates for TFS 2010? Right now, I have only 2 default templates with Server. I am looking for couple of other templates too.
0
votes
0answers
13 views

TFS API slow when connected as certain users, fast for others

I have a small application that pulls data from TFS 2012. I am finding that the speed of certain commands varies enormously depending on who I am authenticated to TFS as. The code example: var ...
0
votes
1answer
13 views

Publishing builds to test environment

Quick question: If I were to set up my build server to publish to a test environment after every check-in, wouldn't that constantly interrupt the testers if the ASP.Net site they are testing would ...
1
vote
2answers
32 views

Is it possible to use a later version of TFS Build than the server it connects to?

We have a TFS 2008 server used for source control, and a build agent connected to it that handles our continuous integration. I'd like to be able to set up builds for projects that were created in a ...
1
vote
1answer
22 views

Setting up Multiple TFS 2012 projects that use a common core library?

I have a core library we use in multiple projects. There are times we add to the core library, but regardless of the project we do not branch the core. We feel that anything that is in the core can be ...
0
votes
0answers
24 views

Migrations of Source code with history from TFS to SVN using TFS2SVN, client hangs

I am trying to convert all the source code along with history from TFS collection to SVN repository. I am using the source code of TFS2SVN (r107). While conversion I am selecting option of OpenTF ...
0
votes
1answer
13 views

server error in '/' application. resource not found (when modified)

I have a MVC application which is currently checked in through TFS. When i try to run the website, it is working well. However, whenever i do some code changes on the main page which is an .cshtml ...
0
votes
1answer
10 views

Nuget vs referencing another project in another team project in TFS

In general, when is it better to: set up cloaking or branching, vs. use nuget or another package manager (with the package restore feature) to reference a class library or other project that lives ...
0
votes
2answers
19 views

How to record and store data when using team foundation explorer?

I am working on a C# windows forms project with a friend and we are using TFS for our source control. The program we have written scrapes data off a couple of webpages at regular time intervals and ...
0
votes
0answers
8 views

error sharing eclipse project in tfs

I think I am missing something really silly here. Recently our team began trying to integrate eclipse and TFS. We are using the plug-in provided by microsoft for eclipse. Everything seems to work ...
1
vote
1answer
21 views

TFS equivalent of “hg cat”?

There is one file I want to get from TFS. In the same situation in mercurial I would just do hg cat. Is there hg cat equivalent in TFS? I was trying the following command line: tfs get ...
0
votes
0answers
17 views

opening website project in tfs and have local copy

I should note that I am working with a "website" project in TFS. I am "opening a website from TFS" to work on it. When I do this it does not seem to maintain a copy locally. It is as though it is ...
0
votes
0answers
11 views

Switching version control with open branches

We are going to be switching from SourceGear Vault as a version control tool to TFS. We have open branches at all times currently, but want to move the whole thing over in one go. What is the best way ...
0
votes
1answer
17 views

TFS 2012: Add the “effort” field to the “backlog” page

The default "Backlog" page on TFS 2012 looks like the screenshot below. I'd like to add the "Effort" field to the "quick add" panel on the top (see arrow). I know it involves changing xml templates, ...
0
votes
1answer
12 views

TFS Branching and Build Definition

We have a TFS structure below. I will try my best to give scenario and what I'm trying to achieve: Source |- Solution 1 |- Solution 2 |- files..... Note: Solution 2 includes both ...
0
votes
0answers
12 views

TFS 2012: Set Build Quality as an MSBuild argument?

As part of a build definition in TFS 2012 (using DefaultTemplate.xaml process definition), is it possible to set the Build Quality as a MSBuild argument (under Process tab -> Advanced settings)? We ...
0
votes
1answer
30 views

Access eclipse plugin from ant

I have an eclipse TFS plugin. I am running ant script within eclipse. The real problem is that several files are not marked as modified after build script finished its execution. So is there any ...
1
vote
0answers
25 views

TFS 2012: SOAP Notification not delivered - “Collection is read-only”

I'm trying to send a WorkItemChanged notification from TFS to my WCF Service. On my development machine everything works perfectly fine, the notification is delivered (and processed by my programm) ...
0
votes
2answers
64 views

How to implement “Lock & Edit” mechanism for Visual Studio? GitHub, SVN, VSS, TFS?

Here's the requirement: C# classes need to be shared among a group of 5 developers. If one developer starts editing a class, it should be automatically locked for others Others can edit that class, ...
0
votes
0answers
11 views

How to restrict TFS team favorites modification?

Background: Local standalone instance of TFS 2012 Update 2 deployed from scratch. The Server is Win 2008 R2 SP1 + SQL 2008 R2 + updates (SP2+ I believe) The Server is a member of AD. There is 1 ...
0
votes
0answers
17 views

Hosted TFS - Run a script on check-in?

I'm using the (currently free) hosted TFS via VisualStudio.com and Visual Studio 2012. I have an XML file, that gets edited via a tool that saves the changes in a minimized format (there is no option ...
0
votes
0answers
14 views

Unable to Determine the upgrade process Template" while creating Maven builds

I have installed TFS 2010 and Team Foundation Server Build Extensions Power Tool March 2011 and I am trying to create a new build definition using a Ant build file. I installed "TFS Plug-in for ...
0
votes
2answers
27 views

Best practice for creating new application in same namespace

We have a large .NET solution with several projects all stored in a single TFS Collection. We are a small development team that develops mostly internal software and we don't normally do much ...
0
votes
1answer
11 views

Where is ServiceIdentityCredentialsProvider in VS 2012?

This article talks about using a class called ServiceIdentityCredentialsProvider from Microsoft.TeamFoundation.Client.dll which would seem to allow Service Account credentials to be used to ...
0
votes
1answer
25 views

change check-in setting for entire project

We have a TFS server setup with three projects. Recently we wanted to change TFS so that code checkins had to have a Work Item Number associated with it. I was able to accomplish this by: In Visual ...
-1
votes
0answers
17 views

Possible to have a burndown chart, without sprint dates [closed]

I've setup team-foundation service for a project I do in my sparetime. Nothing fancy, just a small project I'll work on, whenever I have time. I have all my task setup in the tfs, and all is ...
0
votes
0answers
17 views

TFS2010 Build fails because unshelve fails to remove deleted directories with a merge shelveset

When we merge changes between branches, we verify that it builds by creating a shelveset of all merge pending changes, and running a validate shelveset build on a build server. For the second time we ...
0
votes
2answers
15 views

Visual Studio 2010 - TFS - Work offline also TFS server is available

I'm working in a big project in Visual Studio 2010. Often I must wait the check-in before doing simple test. How can I work with Visual Studio 2010 offline when TFS Server is available?
1
vote
1answer
22 views

TFS Automated Build with different platform

I am quite new to TFS Automated Build. I am having some issues to get automated build up and running. Below is the detail.. I have a solution with 4 projects. 3 of them build on x86 and the 4th ...
1
vote
1answer
17 views

How to configure Visual Studio (TFS) to use BeyondCompare3 (broken for xml files)

I used the instructions on the BeyondCompare website (also referenced in this SO question) to configure VS2010 (TFS) to compare source control using Beyond Compare. This approach appears to be broken. ...
0
votes
1answer
21 views

How to get current Test Case ID in the mtm for data driven test

I use data driven test and coded ui test. I want to capture current Test Case ID that's current being run in the MTM. How can I do? For example; ...
1
vote
0answers
20 views

Visual Studio 2012: Check in to tfs with the command window

Is it possible to check in project to tfs via the command window? (not developer command propmt) Or to some way integrate the developer command prompt into vs 2012 like the command window? The ...
0
votes
0answers
20 views

TFS branch hangs after 2012 upgrade

We are having an issue branching a folder in a project after upgrading from TFS 2010 to TFS 2012 Update 1. If I try and branch a folder called 'Release' to a folder called anything else then it gets ...
0
votes
0answers
11 views

Under TFS how do I get the build associated with a queued build?

We are writing a layer that allows us to trigger a build under TFS from another application. The intention is that a Microsoft Dynamics CRM site can trigger the build. So as to make this simpler we ...
0
votes
1answer
13 views

How do i export tfs 2010 comments into a changelog file?

I want to export TFS2010 comments from a date range or continually, (which ever works) into a changelog.txt file or similar. I have looked all over the web trying to find examples or documentation on ...
0
votes
1answer
20 views

connect to TFS with TortoiseGit or msysgit?

I made a new blank TFS git project and tried to clone it in a new folder on my desktop using TortoiseGit and msysgit. It always fails saying 'Authentication failed'. I typed: "git clone ...
0
votes
1answer
16 views

visualstudio.com TFS How to add user without access to code

We use visualstudio.com hosted TFS service. I need to add a QA / tester to our TFS account, but I do not want them to have any access to our code. Simply just access to the GUI to report bugs, nothing ...
-5
votes
1answer
27 views

what is best bet to editing CSS/JS in TFS with targeting page specific object? [closed]

I got project that is maintained on TFS I am new to TFS there is bunch of SASS & CSS files & JS files init, the website page using JS by JSobject written in JS file & same with CSS I ...
0
votes
1answer
17 views

Convert TFSBuild.proj to MSBuild script

Is there a way to convert a TFSBuild.proj file into a simple MSBuild without the TFS stuff? Our teams are wanting to move away from TFS in favor of a git/jenkin approach and I'm trying to see if there ...
0
votes
1answer
18 views

TFS 2010 Working Folders Setup in a Build

I have a folder structure setup for my code like so: MyCodeFolder -SolutionFileOne.sln -ProjectFolder1 -ProjectFolder2 -ProjectFolder3 -SolutionFileTwo.sln -ProjectFolderA ...

1 2 3 4 5 116