-
I just learned that there exists a nuget package that allows you to build your non-web projects to a '_PublishedApplications' directory just as your web projects are build to a '_PublishedWebsites' directory. Check it out: http://www.nuget.org/packages/PublishedApplications/ From there...
-
Just a quick little post today: I got the error "The Path 'path' is already mapped in workspace 'workspace'" when I connected to a new Team Foundation Server and tried to map my workspace today. I had connected to a Team Foundation Services project a while back to get some shared...
-
Recently we had a task of converting a Git repo to a TFS. The original source code repository was managed under TFS, then during a trial period we ran it using Git (exported from TFS). However, due to organizational policies we had to switch back to TFS. At the same time our project was assigned a new...
-
I am using git-tfs for a couple of weeks now and had some issues with it that using the checkintool results in one tfs changeset that combines all previous commits. This can often be usefull but in my case I would like to push all individual local git commits seperately to tfs. This is exactly what rcheckin...
-
At work we never really had a branching strategy. This resulted in a big branching mess. People were either not branching at all or were making it up as they went along. Now we have chosen to follow guidance given at http://tfsbranchingguideiii.codeplex.com/ . The Basic Branch Plan should work fine for...
-
On 4 and 5 March Microsoft is organizing the Microsoft Applicatieplatform Congres in Noordwijkerhout in the Netherlands. At the congress Microsoft will be showing what their application platform is capable of. The first day is targeted at IT managers and architects, the second at software architects...
-
The installation of Visual Studio 2008 Team Foundation Server (TFS) uses an ini-file located on the installation DVD to determine the TFS related settings, e.g. SQL Server port and TFS Web Service port. When you need custom settings, you need a modified ini-file and reference that file when starting...
-
Since Team Foundation Server (TFS) uses SQL Server Analysis Services (SSAS) as its repository for all kinds of info, people are interested to expose the data through Excel or SQL Server Reporting Services (SSRS). SSAS doesn't expose itself through the HTTP protocol by default, but this can be configured...
-
Since Holland is kicked out of Euro 2008 , I found myself some extra time to investigate Visual Studio Team System "Rosario" CTP 12 . It's been a couple of months ago Microsoft released this fantastic platform, but almost nobody blogged about it. Of course three of the most interesting...
-
Lately I've been asked to install Team System Web Access on the same machine containing WSS 3.0. Officious I configured their SharePoint using a fully qualified domain name (FQDN) . This gives them the ability to open the TFS sites from outside their environment and on Internet as well. Since MS...
-
The latest Project Server to TFS Connector was just released on CodePlex . This release of the PS2007 VSTS Connector is targeted to work with Team Foundation Server 2008 and resolves several bugs that were reported in the first two releases. They've done their best to ensure that this Connector is...
-
Since almost everyone wanted to upgrade TFS V1 to use WSS 3.0, Microsoft added two guides to MSDN in which they explain how to update. In this guide I'll explain how to update your WSS 2.0 sites to use the newly delivered WSS 3.0 templates. This guide can also be used for people and companies who...
-
Christmas comes early this year. Microsoft is releasing cool tools by the day. One of these tools is the TFS to TFS Migration Tool. With this tool you're able to migrate your work items and source from one TFS server to another. Since a lot of my customers started with TFS as soon as it was available...
-
Today I received the question how you can receive a pop up messege when you try to check out some files when a newer version is already on the server. When you work with VS2003 and TFS it is possible to perform an get latest version when you try to check it out. I try to explain it: Jan check out file...
-
Thanks to the MSDN forums (and specifically one Hua Chen), I found a way to disable specific code analysis rules for a team build. In this post I'll combine the steps I followed earlier with the description given at the MSDN forum. I'll start out with some steps earlier on in the process: how...