tfs

Can I get GIT style branch visualisations from Team Foundation Server (TFS)?

Hi, As an avid user of GIT, I've come to absolutely love its branch support, in particular being able to visualise all the branches in a repository over time. Unfortunately though we have a requirement to use TFS, but I know it has some strong visualisation features. I know you can visualise 'ChangeSets', but as far as I'm aware, this...

TFS: can't rename to deleted file

I want to delete one file, e.g. Foo1.aspx, then rename another, Foo2.aspx, as Foo1.aspx. However, even after the deletion, I can't rename Foo2.aspx, presumably because TFS keeps around the original for recovery purposes. Is there a way to do this, other than selecting the contents of Foo2. aspx and pasting it into Foo1.aspx? ...

VS corrupted .sln file?

When I try to open my .sln file, Visual Studio quits on me. I can open it by opening up TFS, getting a specific version, choosing the latest version, forcing an overrwrite, opening up the .sln file, and then ignoring an 'incompatible doc message". However, I would like to know what's wrong and how it can be fixed, in case some day I can...

Maintaining .NET assembly references common to multiple projects

Hey all, My colleagues and I have been wondering the best way to do this for quite some time: what's a good/standard way to maintain .NET assemblies that are referenced in multiple projects? I'll elaborate a little bit: Say you have projects A, B, and C. They could be in the same solution or different solutions, doesn't really matter. ...

how to get changed files from TFS using nant

It is really painfull to get all code form TFS whenever you make a build using NANT. Is there any settings in ccnet.config which will only take the files which are changed form last time which can speed up the process. ...

TFS: how to add check-in comment automatically

Hi, I would like to know if it's possible, eventually by developing somethng using the SDK, to provide a check-in comment automatically when checking-in in TFS. UPDATE: I tried using the SDK API like so: TeamFoundationServer tfs = TeamFoundationServerFactory.GetServer(tfsName); tfs.EnsureAuthenticated(); VersionControlServer versionCo...

Team Build's build number and $(Rev:.r)

TFS Build 2010 uses an internal build number. It's similar to $(Rev:.r). $(Rev:.r) increases in each day while internal build number are increased in other way. The questions are: What is the official name of "internal build number"? How to access "internal build number" in macro format in order to use in "Build Number Format" in a bu...

Original estimate and subsequent workitems

Let say i have a CMMI bug in TFS2010 and I give it an original estimate of 40. I create 2 linked (child) work items of type Task and give it each an original estimate of 10 and 30. Is this the right way to do ? Or should I only enter the original estimate on the leaf work items (thus: only on the tasks in this case) ? ...

How to export from Mingle to TFS 2010 (Scrum for Team System)

Hi, We've currently got all our User Stories and Tasks in Thoughtworks Mingle, but what to move them into TFS 2010 which we're be using with Scrum For Team System. Has anyone had any experience doing this? If so, how did you go about doing it? Were there any gotchas along the way? Thanks, John ...

Re-do a batch of changes

I performed the following actions in TFS: Accidentally made some changes to a bunch of files in the trunk Realized it. merged the changes to the intended branch rolled back the changes in the trunk (using tfpt rollback) later, during the regularly scheduled forward integration from the trunk, I undid the changes in the branch. How c...

How can i change team foundation to online?

My source control is TF. But i am offline how can i become online? ...

TFS Sharepoint site creation fails

I have created a template to use as team project portal template. However, when I try to create a project with portal from this template, I get an error message saying : Module: WSS Exception Message: TF249033: The site template is not available for the locale identifier (LCID). The site template name is: _GLOBAL_#0. The LCID is: 1033....

Controlling check-out check-in

How do you set up either the check-out or check-in rules so that all users can add/remove files in the solution, but keep a single check-out on code files? ...

TFS reports on daily basis

My team is using TFS 2008 and Conchango template for Scrum. We use the Sprint burndown chart, sprint view and sprint task board reports to track the status of tasks on daily basis. The burndown chart and sprint view are also shown on a LCD TV screen. These reports are manualy exported daily as PDF files. Is there any utility which can ...

IDE crashes while calling ProjectItems.AddFromFile with TFS connected

Hi, i wrote a Visual Studio 2008 Addin, which generates some code files for me with some settings which i can enter on a UI form. If i execute the addin with a connection to our TFS 2008, the dialog of the TFS appears where the progress bar is shown (file is added to tfs source control). The host IDE (where i call the Addin) crashes w...

Query TFS for permissions

Is there a way to list which users and AD groups have permissions to a folder and all sub folders in a TFS project? EDIT: We are using TFS 2008 ...

Get current TFS connection in a Visual Studio addin

I'm working on a Visual Studio 2010 add-in, and I'm trying to figure out how to determine the currently connected TFS server. I'm guessing I need to use DTE, but I'm having a brain cramp figuring out where to get the info. Any help is, of course, appreciated. EDIT: Actually, I may have found the answer, which I culled from a couple p...

"tf.exe checkout" locks files although parameter /lock:none is used in post build

In a customer project, I need to copy a built dll to another place where it will be checked in and shared amongst different solutions. I am using a post build step to checkout the target file specifying the /lock:none parameter so that others will be able to create local release builds as well and then copy my new dll file over the old...

Do I need to purchase additional Client access Licenses for TFS 2010?

We are considering purchasing TFS 2010, and don't have an MSDN Subscription as of now. Consider two scenarios 1 - Purchasing MSDN Subscription. 2 - Purchasing TFS outside MSDN In both scenarios, how many number of CALs are available, and how many we need to purchase more? What will be the cost involved? Assume that we need to support a...

Problem with URL in IIS7.5 + Sharepoint Services in TFS2010

Hello everyone, my question is kinda simple but i just don't know how to get it. I have this dedicated server at home, used almost just for Team Foundation Server, I did the single server configuration wizard so I have Sharepoint Services running along with SQL Server and IIS 7.5, the problem is that every single link and URL on the sha...