Tagged Questions
The tfpt tag has no wiki summary.
10
votes
1answer
4k views
How does TFPT.exe find what workspace to work in?
In using tfpt from the command, I'm getting the error:
PS D:\Main Line> tfpt uu /noget
Unable to determine the workspace.
Here I'm trying to use the Undo Unchanged command, but I've seen this ...
4
votes
3answers
5k views
How do I set up TFS PowerShell Snapin
I have installed TFS Power Tools and I am trying to use the powershell snapin, but I can't figure out how to set it up. When I look in the install folder, I only see the following 5 dlls.
...
3
votes
2answers
188 views
What Microsoft license is required to use TF.EXE and TFPT.EXE?
If we have firmware developers using non-Microsoft compilers but using TFS for source-control. Can they use tf.exe and tfpt.exe without needing a Visual Studio license? What license is required to ...
2
votes
2answers
676 views
Why are all files marked with 'merge' in TFS?
I am merging my development branch into the main branch. There is only a subset of files that I have changed in my development branch, all other files should remain unchanged. Logically, I only want ...
1
vote
1answer
53 views
Given code base hosted on TFS, which command can tell me which file has changed most?
I want to find out files under a given directory which have been updated most. Is there any command which can display this info? Or is there any way to get max version count for a given file, so I can ...
1
vote
3answers
553 views
Windows PowerShell Snap-In for IIS fails on 32-bit?
I'm trying to write a PowerShell script that will automate my IIS website deployments. I'm trying to run the scripts on my Windows Server 2008 R2 machine, under 32-bit in:
...
1
vote
2answers
555 views
TFPT unshelve & Migrate: What is the Base version for merging?
I am trying to use tfpt unshelve /migrate to unshelve my shelveset on to a different branch. When it does the unshelve, it also attempts to merge the file with the file in the target branch. I do ...
1
vote
2answers
536 views
How to associate work item with check in when using tf.exe
We have a rule in TFS that requires all checkins to be associated with a work item. We have an automated daily build process that uses tf.exe to check in the files. However, I did not find any way to ...
1
vote
2answers
2k views
Can I query Changesets via tfpt.exe, tf.exe, or via the TFS API (from powershell)?
I know how to query workitems, although I haven't been very successful finding info on the WIQL. There's one basic example that seems to get repeated everywhere.
I'd like to be able to query ...
0
votes
0answers
45 views
Cannot migrate shelf from tfs branch even after following existing advice
I'm getting the infamous "Unable to determine the workspace" error when trying to migrate a shelf from one branch to another.
I've already tried to run the command from both the mapped source and ...
0
votes
0answers
330 views
Microsoft Team Foundation Server 2010 Power Tools (TFPT) scripted upgrade/install?
I need to provide an automated way to bring machines up to the current version (or later, future versions) of tfpt. Also, I need the Microsoft.TeamFoundation.PowerShell cmdlets to be installed, ...
0
votes
1answer
44 views
Get specific Version (@Label) for an old version tree
I'm having some problem to get a specific Label version for an old tree path (moved, renamed, etc..) in TFS2008.
The problem I have is the following:
I renamed and moved some portion of tree ...
0
votes
1answer
566 views
Running PSAKE script from the command line
I'm creating a batch file to execute my psake builds while integrating with teamcity and the TFS Powershell commandlets from TFPT and have come up with the following:
@ECHO OFF
SET ...
0
votes
2answers
735 views
TFS Power Tools 2008 Powershell Snapin won't run in on 64-bit in Windows 2008 R2
I've installed TFS Power Tools 2008 along with its PowerShell integration features on my Windows 2008 R2 developer machine.
When I try to run the following command to enable the snapin:
...
0
votes
1answer
179 views
Can do I use TFPT 2008 with VS2005/TFS2008?
We have TFS 2008 but use Visual Studio 2005. I would like to use some of the features from tfpt.exe 2008 but when I try to install tfpt, it will not install the commandline tool.
My guess is that it ...
0
votes
2answers
1k views
Cannot create New Team Project with TFS power tools 2008
I am in the process of creating a new team project by executing the tfpt createteamproject command as a background process in my .net application. However, I get the following exception from the log :
...