It seems that concurrent edits of certain file types (dtsx in my case) is just more hassle than it's worth. How can I configure TFS (hopefully at the server, but at the client if necessary) such that certain file types are checked out as exclusive, while continuing to allow concurrent edits on "simpler" files, like .cs.
...
A very small portion of our codebase is some legacy Java code. I'm trying to add a new build that would invoke ant to build this project.
The first problem is that TFS doesn't allow you to create a build that doesn't build a .Net solution. I got around this by copying a previous build file and adding an EndToEndIteration task which is...
Is it possible when using TFS server to automatically have it ensure a specific header exists in the top of each specific file type? Example, each c++ file should have a specific copyright comment at the top. (I know this is not really a programming question per say, but I wasn't sure of a better place to look for a solution).
...
I'm trying to find a good code review workflow for my team. Most questions similar to this on SO revolve around using shelved changes for the review, however I'm curious about how this works for people with larger teams.
We usually have 2-3 people working a story (UI person, Domain/Repository person, sometimes DB person). I've recommen...
I am new to creating work item types in TFS and want to create a new Work Item type.
I looked at work item template option, but that is not sufficient for me.
I need to add few new fields and have a customized form.
From search I got information about Work Item Type definition but I am looking for some detailed example.
Also I would l...
We are developing an application with Visual Studio 2008 and TFS. Our database is a MySQL DB. As we develop we keep the new queries that need to be applied to the database of our new release as the New Version Update Queries. Right now I'm keeping them in a simple text file (which is a painful task!). I know that TFS integrates with MSSQ...
I know that merging non-contiguous changesets at once may not be a good idea. However there is at least one situation in which merging non-contiguous changesets is (probably) not going to break anything: when there are no intervening changes on the affected individual files. (At least, it wouldn't break any worse than would a series of c...
We recently attempted a large, "cherry picked" merge. First we did a full merge from one child development branch into the parent Main branch, then did a full merge of the Main branch into another child development branch, then we attempted to do a cherry pick merge from the second Development branch back into merge. There were many chec...
I have a Project Collection setup in my TFS2010RC deployment. I have two Projects setup under this collection with their own task lists, which are populated with data.
I fully expected the tasks from these individual projects to "roll up" and appear in the task list at the Project Collection level, but they do not. The Project Collectio...
Hi.
I'm using TFS 2008 and I would like to build some solutions in debug mode and some in release.
In my script, the section responsible to the 'build flavor' is global to the entire script and not for specific solutions...
There must be some way of accomplishing that... Can someone help me out please?
Thanks!
...
Our team is currently using plain old TFS 2005, no branching, shared checkouts etc... I would like to introduce a DEV/MAIN/PROD branching system simillar to the basic flavor in the TFS Guidance document so that we can do some parallel dev, isolation, and firm up review and deployment processes.
I have read most of the whitepapers etc....
When you're working on a VS C# project with multiple developers which all add new projects and files to the same solution the last one to try and check in his changes gets conflicts on the project solution file which aren't easy to merge.
The easiest solution to this problem I've found is to dismiss my own changes and accept the server'...
Tools used:
Visual Studio 2008 SP1
Team Explorer
Team Foundation Server Power Tools October 2008 Release.
Using the Process Editor in Visual Studio, I am attempting to set the MinimumSize attribute for a control in a WorkItem template to make the default size of the input area larger.
I am setting the attribute according to this web...
My company has two development teams using TFS 2008. My team would like to migrate our .Net 3.5 app to the .Net 4.0 framework, but the company is not ready to upgrade TFS to TFS 2010.
Can we still use TFS 2008's team build system but with a Visual Studio 2010 solution/project structure that targets the .Net 4.0 framework?
I am thinkin...
I am working on a project where we have only 13% of code coverage with our unit tests. I would like to come up with a plan to improve that but by focusing first on the areas where increasing coverage would bring the greatest value.
This project is in C#, we're using VS 2008 and TFS 2008 and out unit tests are written using MSTest.
What ...
We have distributed team with client and contractor term in different location. The client has sufficient license for TFS system and they use it for development.
We do not have sufficient license to use the TFs so we use the local Subversion and it works fine.
The problem is merging the two source is always painful. Any tips shall be a...
Do they exist or I need to read billions of lines of /verbosity:diag parameter lines?
Maybe you have other solutions?
...
I just read Spolsky's last piece about Distributed vs. Non-Distributed version control systems http://www.joelonsoftware.com/items/2010/03/17.html. What's the difference between the two? Our company uses TFS. What camp does this fall in?
...
I am working with a small development shop that consists of a group of 5 developers and 1 QA person. We are using TFS and need to get more sophisticated on how we use this tool.
Currently the development team checks in their code each evening. A nightly build runs and pushes the output out on a network share. Our QA person uses this ...
I wanted to add a new solution to TFS. After I've done so, when I show files to be archived, it shows files from other solutions and there's no button to deselect all of them, I have to deselect one by one!
How to prevent this ?
...