TFS2008. I'd like to track task points on a Task work item, but there isn't anywhere (other than the description) to record this. I'd like to add a dropdown with 0, 1, 2, 3, 5, 8, etc, so these task points can be exported in reports.
...
Does anybody have links to site or pre built report running on the SQL Analysis Service provided by TFS2008?
Creating a meaningful Excel report or a new report sometime is a very boring and difficult taks, maybe finding a way to share reports could be a good idea?
...
Our Tfs server (Tfs2008) has smtp server installed. But we could not make Tfs send e-mails after events to the subscribers (we are using EventSubscriptionTool).
Our appsettings includes these lines:
<add key="emailNotificationFromAddress" value="[email protected]" />
<add key="smtpServer" value="localhost" />
Is there any other tricks f...
Let's assume that some developer in my team shelved his changes that he did in branch A. And I am working on branch B. Can I unshelve his changes into branch B? (By GUI or command prompt)
...
I've installed TFS 2008, but I can't seem to access the server. When I try to connect to it in Visual Studio, I can't. If I try by browser on a remote PC, I get a generic page cannot be displayed. On the server, I get a 403. Nothing was touched in IIS and the service is running as a Network Service. Any ideas?
...
When viewing files in a shelveset, I would like the option of comparing the files to my current local version. Unfortunately, the only options available are "With Unmodified", "With Workspace" (I guess this one would be the answer, if it wasn't disabled) and "With Latest".
Any ideas?
...
Hi there,
How can I specify that I ALWAYS want the local file to replace the server copy even if the TFS copy is newer?
if (pendingChanges.GetUpperBound(0)>-1)
ChangeSetNumber = workspace.CheckIn(pendingChanges, filename);
I can see from the intelisense that I can specify **checkinoptions** as a parameter of the CheckIn method, I j...
I am working on a Visual Studio 2008 project that is already added to TFS server.
I am not sure which settings and policies have been configured for the TFS (this is done by a separate dept, not developers)
Every time I make an edit to a code file , the file is checked out automatically (without explicitly checking out the code file mys...
When creating a new build in Team Foundation Server, I get the following error when attempting to run the new build:
The path
C:\Build\ProductReleases\FullBuildv5.4.2x\Sources
is already mapped to workspace
BuildServer_23.
I am unable to see a workspace by that name in the workspaces dialog.
...
I have recently set up team foundation server 2008. When i add a changeset to a bug, the link from the bug itself does not work.
It give the following error:
Changeset vstfs:///VersionControl/Changeset/22 does not exist.
even though the changeset exists.
...
We do this using the 'Advanced' button on the checkin dialog now (with Merant, nee PVCS) but the 'Advanced' button is disabled when I set TFS as my SCC provider. Is there a switch we can flip on either side to enable this?
Or do we need to write some custom extension?
Or can I get the TFS changeset number to associate with the change...
I want to use the new report builder 2.0, rather than the old VS2005 integrated report builder for the new features and ease of use, but source control integration is a must.
I don't see any ability to use TFS natively, and I have installed the TFS MSSCCI Provider, all with no love.
Does anyone know how to get them to play well, or am ...
Hi all, I'm in big trouble here, today i was asked to add a new user to TFS, the first thing I do is adding it to SharePoint, but now every time I tried to enter the project portal (Team Explorer -> right click on project -> Show project portal) I got an page not found error, with every single project, Here are some basic info about the ...
We have recently switched from the Rational stack (ClearQuest/ClearCase etc..) over to TFS 2008 for our .NET group and one of the challenges that we are seeing are some of the limitations of the Team System Web Access as far as what work items a client can view. Has anyone been able to take TSWA and successfully expose it to clients whi...
Hi, just now the dba let me connect to the database using Sql Server Management Studio, this is how i noticed that the default database for the tfs setup and service users is master, is this ok?, is this why I'm having this error?, Let me post part of the log and the properties of the Setup user to confirm that the users are configured ...
Hi,
I'm getting a weird error occassionally in VS2008. A colleague gets a similar error, we both noticed it after installing TFS PowerToys so I'm wondering if it's related.
Anyway the error is:
Team Foundation Error
Retrieving the COM class factory for component with CLSID{GUIID...} failed due to the following error: 80040154,
Any he...
Is it possible to go back and tie work items to code that's already been checked into TFS? For example . . . A developer picks the wrong work item, or forgets to pick a work item? I can see work item details for ChangeSets, but the work item page is read-only.
...
I have: Microsoft Visual Studio 2008 Team Explorer Version 9.0.21022.8
When I go to Team->Team Foundation Server Settings->Group Memberships;
Double-click on 'Team Foundation Server Licensed Users';
Select "Windows User or Group" in the 'Add Member';
In the "Select Users, Computers or Groups" type in the group name, then 'Check Names'...
Our team is developing a new product on the base of the old one and I received an honorable task of renaming old projects to the new name. For example:
project OldProductLib.vcproj must become NewProductLib.vcproj
\main\OldLib must become \main\NewLib
... and such.
Does anyone have a methodology and/or tool that would help me do thi...
There is a "How To" on adding developers to the TFS on MSDN.
http://msdn.microsoft.com/en-us/library/bb668968.aspx
It has 3 main parts:
Step 1 – Grant Access to the Team Project
Step 2 – Grant Access to the SharePoint Project Site
Step 3 – Grant Access to SQL Server Reporting Services
Fair enough, it works for individual developers.
N...