tfs

TFS and MSBuild: how to get latest changeset version.

I am attempting to get the latest changeset version in a TFS MSBuild. I have tried a number of solutions, and have referenced http://stackoverflow.com/questions/1630823/tfs-and-msbuild-version-number-with-last-changeset without the desired result. Any other ideas? Some blog entries/examples suggest using 'tf changeset /latest /i msbu...

Can TFS Pending Changes show files that are truly changed like SourceGear Vault?

I have been using SourceGear vault for some personal projects and Team Foundation Server for work projects. One thing TFS is missing is a simple feature that Vault has on its check in dialog window. In the Vault client, you can see if the checked out file changed from the previous version checked in. Here is a screen shot. Notice the co...

Error while importing Work Item Type - TFS

When I import a Work Item Type from Team Review, I get this error: TF218007: Cannot import the work item type. It changes fields in team projects in which you do not have permissions to make changes. Correct this problem by changing the definition of the work item type so that it does not change the name or reporting behavior of these f...

TFS + a com project + a .net project

We currently have an application that is in two peices. One is a c++ solution that complies down to a com assembly. The other solution is our .net app that refrences the com assembly. We've had a rather unstructured process for building the com assebly and distributing it to the developers working on the .net side. I'd like to streaml...

Moving from SVN to TFS

Hi all, I come from an environment using subversion with TortoiseSVN for source control. Now in a new area, I will be using TFS. I have a couple of questions, i'm sure more will follow ;-) : What things should I keep in mind when moving across It obviously (I hope!) has all the same features, where I can commit changes with comment, ...

TFS 2008 upgrade to 2010 failed upgrade pre tfs 2010 database failed

Hi, I'm currently in the process of upgrading the TFS server from 2008 to 2010 for trial. So basically, here is the following steps i have done: back up database restore the database on a new db server, DB. install TFS 2010 on another server, TFS. select the upgrade scenario failed with the following error: [Info @00:33:55.170...

TFS Continuous Build - MSBuild - Running Test fails when search Config files

Hi all, I'm having a little problem with Running Test on VS TFS 2008 Continuous Build. The problem is that MSTest.exe search config file under "C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\" path, so the error is: C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\MyConfig.config could not be found. Ther...

Team Foundation Server Build Failure "the semaphore timeout period has expired"

I have serveral build tasks set up in TFS 2008. Intermittently (and constantly at present) the builds fail with the message: TF209011: Could not create drop location \server\share\BuildName_20100729.6: The semaphore timeout period has expired. Both the TFS and drop location server are VMs, not sure if this is likely to be part of the i...

Allow application user to submit bugs to TFS 2008.

I'm currently trying to find out if there is a way to allow our nightly build application users to submit bug items to TFS. Everything is developed and used within our private network so there aren't any security issues of that nature that I am aware of. I don't necessarily need them to be able to assign the bug specifics, but give a t...

transfer change history from Subversion to TFS

I have a application in Subversion and I want to migrate it to TFS with all the history records. Is this possible? ...

How can I move/copy a TFS Build Definition to a new Team Project?

We recently migrated to TFS 2010, and have created a new Team Project. (The old one was created in 2005, and seems to be missing key metadata to allow full functionality in 2010). We've copied all our source, and have figured out how to copy our work items to the new team project, but we can't figure out how to migrate our build defini...

synchronize tfs or project work items with outlook tasks

Is it possible to synchronize tfs (2008 or 2010) or project 2010 work items with outlook tasks (without the project server)? Is it possible to send a work item from tfs or project 2010 as an outlook task? ...

Visual Studio 2010 on Team Build server?

Do I need to install Visual Studio 2010 on my TFS 2010 Build server, if I want to run Unit Tests and Coded UI Tests as part of my build process? ...

TFS vs FogBugz Kiln

What are the issues we may face if we move from TFS to Fogbugz Kiln? currently we are using TFS for source control, we are looking at the option to move to Kiln. we are completely Microsoft development tools based company since we use Visual Studio .net, SQL server, TFS, Windows servers etc.. the reason for move it seems are: better...

MSBuild/TFS Build property for the test results out directory path

I am running a build using TFS 2008 to build a Visual Studio 2010 solution. The build is set to run unit tests, and when it does, it creates a folder such as this to hold the test results: D:\Temp\MyApp\MyApp.Dev\TestResults\MyAccount_MyBuildServerName 2010-07-29 18_07_00_Any CPU_Release\Out\ Is there a built-in property I can use in ...

TFS 2008 to Build VS 2010 Projects - what version of VS should go on the TFS Server?

I need to get VS 2010 projects that are using Visual Studio Tests building on a TFS 2008 build server. I didn't want to have to install VS 2010 but am now willing to do so after trying the advice one person posted here: http://www.richard-banks.org/2009/11/how-to-build-vs2010-solutions-using.html and some other posts I've found bu...

How do I copy a project out of TFS

I want to copy a project out of TFS so I can "stuff around" with it locally without affecting any of the server files. How do I do this? Please answer this simple question ...

Best practice to share projects between solution trees (MSVS 2008 & MSVS 2010)

We have 50+ projects divided into 2 solution trees managed by TFS (Version: Visual Studio 2008 / TFS RTM (9.0.21022.8)). 30+ projects are Visual Studio 2008 projects and others are Visual Studio 2010 New projects use some older assemblies via references to binaries. During developing new projects we have to make changes into older a...

Release code to production best practices

in my current job we have a very complicated process to pass stuff to production to production (we use TFS, and a lot of tiny apps to generate labels, store the store procedures code, etc) but it's necesary have some controls because we be ruled by SOX, so, what could be a good aproach to have a simple and clean source control (and a ve...

Moving Branches in TFS

We branch for each new feature that is developed on a web product, so in TFS 2010 the folder structure looks something like this... $/Product/Mainline/... $/Product/Branches/... $/Product/Releases/... $/Product/Merged Branches/... Mainline folder only ever has the 1 solution under it that is the 'trunk'. Branches contains branches of ...