tfs

Auto-Deploy SSRS reports with TFS

Hi, Can anyone explain how to create a custom build to deploy reporting services reports with TFS? Is it possible? If so then how... Samples or articles will be greatly appreciated. Thanks ...

Add a build number to TFS 2010

I have a lot of legacy Delphi 5 & 6 Code. We want to test this code using the new Microsoft Test Manager (part of VS2010) To effectively track your testing using this tool you need to use build numbers. To get Delphi 5 or 6 building in TFS Build 2010 is a huge task. One that I am not sure I want to take on. Is there a way I can just...

Forbidden Patterns Check-In Policy in TFS 2010

I've been trying to use the Forbidden Patterns part of the TFS 2010 Power Tools and I'm just not understanding something - I simply cannot get anything to change as I try to use this! I'm using the version that was released recently (I believe April 23, 2010), so it's not an old version. First off, yes, I know it's regex based, so let's...

MS Project File Associated with Multiple TFS Projects

Is there a way to associate a single MS Project file with multiple TFS projects? Here is the situation: I have two projects that are related and have dependencies on each other and I would like to have one MS Project file to coordinate the schedule. But, I do not see how I can associate (publish) to multiple TFS projects. ...

Traffic consumed by Team Foundation Server 2010

We are currently selecting a source control and issue tracking software, and are looking towards Team Foundation Server 2010. Some participants of our project often have slow Internet connection (for example during travel), and therefore it is important for us to have a source control system that does not consume too much traffic. I wa...

TFS setup advice

I am currently in the middle of a TFS 2010 multi-server installation and have the following questions: should i go with the default installation of having tfs sit on http://server:8080/tfs as i would probably prefer http://server/ or http://server:8080 I can't seem to find the best practice for which user i should use to remotely conne...

TFS: Choose which Team Project to add a solution too.

I have a solution which I developed in VS2008 and which I am trying to add to Source Control (TFS 2010, though the issue happened in TFS 2008 as well). I have several TFS workspaces on my computer and I have access to several Team Projects. When I right click the solution in my Solution Explorer and choose the "Add Solution to Source C...

Is my TFS2010 backup/restore hosed?

Hi all, I recently set up a sandbox TFS to test TFS-specific features without interfering with the production TFS. I was happy I did this sooner than I thought--I hadn't been backing up the encryption key from SSRS and upon restoring the reporting databases, they remained inactive, requiring initialization that could only come from appl...

TFS Continuous Developement major project update

We are using TFS Continuous Development model Main Trunk -> Various Development branches -> Various Release branches All merging back to main trunk Now we need some major changes to our folder structure and solutions How do you handle folder restructure in above model of TFS usage? do i need to draw line and create new structure fr...

TFS, MSBuild, and VS.PHP

So I am using Visual Studio 2008 and VS.PHP 2.9 with Team Foundation Server to develop my PHP application. Unfortunately, I have to use TFS and Visual Studio - no switching to Subversion or Git. I am in the process of writing an MSBuild script to, whenever files are checked into a certain directory in the tree, get the latest version o...

Can a branch be made from a previous changeset?

I need to create a branch at a specific Changeset in TFS. Is this doable? For example, I have changeset 1528 that was the last check in on my project. But I want to branch from changeset 1487. Can this be done? If so, how? Note: I am using TFS 2008 ...

TF30063 Error in Test Professional 2010 / Microsoft Test Manager

I am receiving the following error when attempting to run my tests: You cannot run the selected tests TF30063: You are not authorized to access http://localhost:9899/tfs/DefaultCollection Everything else works fine, can create issues, bugs, i can plan tests but when i run it.. i get this everytime ...

Why should my small .NET development company upgrade to from Team Foundation Server 2008 to 2010?

The company for which I work has an MSDN license and upgrading to TFS 2010 from 2008 is not an expensive option. However, neither my colleagues or me have been able to find any features that make this something we feel we need. Is anyone experienced with TFS 2010 enough to convince me that my company needs this? To clarify: we have n...

Connecting TFS2008 server to Sharepoint (WSS3)

I have recently upgraded from TFS2005 to 2008, and in doing so, lost the connection to Sharepoint so now I cannot access my project portal from VSS or TFS Web. I have a working WSS 3.0 installation on the same server as TFS, and TFS is working fine other than the Sharepoint disconnect. I have even been able to go into Sharepoint and cr...

How do i remove files from the Pending Changes list in TFS when those files have been deleted locally

as the question says...anyone now how I can remove these files. I didn't commit the changes in TFS before I deleted them locally and now they always appear in the Pending Changes window...I'd like to get rid of them thanks ...

In the context of the TFS version control SDK (Microsoft.TeamFoundation.VersionControl), what exactly is deletionID?

In the context of the TFS version control SDK (Microsoft.TeamFoundation.VersionControl), what exactly is deletionID? It is a property of Microsoft.TeamFoundation.VersionControl.Client.Item. It is also a parameter to some of the query methods on Microsoft.TeamFoundation.VersionControl.Client. I'm trying to figure out exactly what it me...

What are the recommended BEST CASE hardware requirements for TFS 2010

Hi guys, i have installed TFS 2010 in a 2 server setup with an App Tier server and a SQL Server and am not 100% happy with the performance. Both are running in VM's on SAN disks and have been given the following virtual hardware each: Windows 2008 R2 1 CPU @ 2.8Ghz 2gb RAM what should i lift - neither machine is hammered but both d...

Issuew while checking in in TFS client explorer 2005

We have recently installed Team Explorer client for 2005 and TFS server 2008.. We have been using VS2005 and VSS earlier. To connect to TFS server 2008 we have installed a hotfix VS80sp1-KB932544-X86-ENU.exe. Everything has been setup well. However I noticed that when the files are checked out and u make some modifications , during check...

How do I merge a local branch into TFS

hi, I did a stupid thing and branched my project on my local disk instead of doing it on the TFS. So now I have two projects on my disk: the old one which has TFS bindings and the new, which doesn't. I want to merge those changes back into the TFS project. How would I go about doing that? I can't do Compare because my local branch has n...

How do I put files in the TFS Build drop location

Hi, I'm new to using TFS build. I've got a build defined that runs as a continuous integration. It creates a drop folder, but there's nothing in it. What's the best practice for moving stuff in the drop folder? I've seen a Binaries folder, do I need to copy things into their, or do I alter the TFSbuild.proj in some way to copy the file...