My dev team used in the past MKS Source Integrity source control and we are not evaluating to migrate to TFS 2010.
Some concepts and meaning are a bit different and we need sometime to learn how to do the same things we do before in TFS or how to change our approach.
First of all, we used to do Checkpoints for each software release. MK...
Hi
I have Visual Studio test manager installed in my machine, I have TFS Server installed on another server, I want to connect to that TFS server with new VS 2010.
Do I need to install the Visual studio 2010 full version or just the test manager?
I installed test manager and its asking a URL to add and I added the one we already have , ...
Can anyone tell me if/where mstest data-driven test results (specifically the error messages) are stored in the tfs warehouse? In DimTestResult column error messages are populated for non-datadriven tests....
...
I'm creating a custom Workflow activity for use within TFS2010. In the same assembly I have a XAML activity and a C# code activity. The XAML activity references the code activity.
When the assembly is deployed to our clients, I only want them to be able to use the Workflow activity. The code activity is of little use by itself and woul...
Hi
What is the best way to handle code sharing in TFS 2010?
We have a couple of Visual studio projects that other Visual Studio projects use.
ex:
Shared Project
Project 1 Solution
-Shared Project
-Project 1 Project
Project 2 Solution
-Shared Project
-Project 2 Project
Also we have Third party code for example:
Third Party
-Tele...
I've been trying to figure this out and so far haven't found a simple solution. Is it really that hard to deploy a database project (and a web site) using TFS 2010 as part of the build process?
I've found one example that involved lots of complicated checks and editing the workflow (which is a giant workflow btw).
I've even purchased ...
So i finally have everything up and running and everyone is mostly happy - TFS 2010 rocks!
However i now want to add office sharepoint, i didn't want to have it installed first because i was worried that it would stuff with things and i wanted to look back on the TFS installation, once i knew how portals were created.
So what is the be...
I'm looking for a TFS 2010 GUI client that I can use outside of an IDE. I'm only looking to use the source control features in this case. I'm not talking about work items or build management.
Ideally it would be a complete client that can be used on a machine where Visual Studio is not installed.
Options I know about and why I'm not s...
It would seem there is precious little documentation on programming against a TFS 2010 instance. What bits I have found, have next to nothing in the case of documentation beyond barebones listing of client access classes and their members, most likely autogenerated from the code comments.
As I'm interested in building a silverlight cli...
Are there enums available in the .NET framework that have values for build flavor (Debug, Release) and build platform (Any CPU, x86, x64 etc)? I haven't been able to find anything on MSDN or Google.
It seems unnecessarily cumbersome to create my own.
For context: I'm creating a custom TFS2010 workflow activity that requires flavor and ...
Is there any way to copy a build definition? I work in a mainline source control methodology which utilizes many different branches that live for very short periods (ie. a few days to a week). I'd really like to copy a build template and just change the solution to build. Is there any way to do this?
...
Hello,
For the Build Process in TFS 2010 I've created a library containing some custom code activities.
In the past it all worked fine by adding the library (*.dll) to Source Control and setting the 'Build Controller - Version Control Path to Custom Assemblies' to the path where the library could be found in Source Control.
But since ...
Hello,
We are now 5 developers and want to use Team Foundation Server 2010. What do we need?
1 Premium/Ultimate Licence and a Professional Version for each developer?
Or does Ultimate already contains more than one licence?
thx
cpt.oneeye
...
Hi all,
We've recently upgraded from VS2008 -> VS2010 (and hence upgrading from Web Deployment Project to proper deployment project).
Obviously what's new in VS2010 web deployments is the introduction of Workflow as the build process template.
Previously, we used a MSBuild task in the WDP to execute the Yahoo YUI Javascript/CSS compr...
Hi,
I was looking for some insight about what happens to existing workspaces and files that are already checked-out on people, after an upgrade to TFS2010. Surprisingly enough I can not find any satisfactory information on this. (I am talking about upgrading on new hardware by the way. Fresh TFS instance, upgraded databases)
I've check...
Hi,
I have been looking for a way to migrate and upgrade our TFS 2008 server to 2010 server preferably without losing any data.
I have been looking at the TFS Integration Platform
http://tfsintegration.codeplex.com/
and also Visual Studio 2010 TFS Upgrade Guide
vs2010upgradeguide.codeplex.com
Looking at the document TFS Integration P...
I'm trying to track down some problems with unit tests in a test TFS 2010 build. The overall log file reports an error being returned from MSTest, but the only log files I can find, the log files for the individual projects being compiled, indicate no problems. Where can I locate the "main" log file that is used to generate the build r...
I'm testing a TFS 2010 install. I have the server set up and TFS 2010 installed. I have imported the projects from the existing TFS2008 server by doing backup's and loading them into the new sql server and then doing the import, which allworks fine.
How ever how do i get the Sharepoint site moved to the new server.
Environment is a sin...
I have installed TFS 2010 using the Scrum for Team System v3. The work item templates want you to enter a Project Backlog Item that includes story points, then you need to add linked tasks as a child of the PBI. It is at the task level where you can assign team individuals, update estimated hours left, etc.
What is the importance of...
Hi,
I'm trying to invoke a built-in activity from my custom CodeActivity for the TFS2010 Build Process.
I've got my own CodeActivity which generates a batch file and I want to invoke the InvokeProcess activity (built-in) to execute that generated file.
Of course I could split it into two activities, but it would be nicer if I could p...