Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
2k views

how to get tf.exe (TFS command line client)

What's the minimum amount of software I need to install to get the 'tf.exe' program? Thanks, 213897
3
votes
2answers
189 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
1answer
106 views

What are the asterisks for in the output of tf merge

tf merge /recursive /candidate $/foo/ExUI $/bar/ExUI Changeset Author Date --------- -------------------------------- ---------- 23438 Fred_Bloggs ...
1
vote
1answer
105 views

How to export the files under a label from TFS in a script using tf?

I need a batch script that uses tf to retrieve the directory structure for a label in TFS, something like the equivalent of svn export, while not messing up with my current working workspace. This is ...
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
1answer
819 views

TFS commandline help

I am trying to get some information out of TFS. Specifically, for a given user, I would like to get a listing of all changesets with their date and all changed items (bonus points for inline diff). ...
0
votes
0answers
47 views

tf branch, Unable to determine the workspace

When I issue command tfs branch on windows server R2 it always complain Unable to determine the workspace , where as when I do the same on win xp machine it runs well ., However if I ran the commands ...
0
votes
2answers
53 views

TFS - perform a check-out + check-in of a certain file if another file is being checked-in

I have some XSD's files which I generate classes for using the XSD.exe utility from MS. I use the pre-build to check-out the generated code classes file and the post to check back in. Since there ...
0
votes
1answer
240 views

Setting up a workspace using Team Explorer Everywhere on Linux

Im having trouble creating a workspace and downloading the files from a Team Foundation Server using the Team Explorer Everywhere command line client (TEE-CLC-10.0.0). I've gotten as far as creating ...
0
votes
2answers
156 views

Work item types in TFS 2010; Where are the XML files stored?

I am trying to add a new work item type. Where the heck are the XML files that define these? I don't see them in solution explorer, they aren't in the file system on the TFS server, so where the heck ...
0
votes
1answer
225 views

How can I create a script that move a tfs branch?

I'm trying to create a script that will move a feature branch to an archive area. The script looks like this: mkdir C:\TempWorkspace pushd C:\TempWorkspace tf workspace /new /noprompt ...
0
votes
1answer
220 views

getting the latest source from TFS through the command line

I'm trying to grab a project from TFS from the command line. I have its location on the server (starts with $/) and a directory I want to put it in. I navigate to that directory, type tf workspace ...
0
votes
1answer
99 views

How to calculate the frequency for a special term in a document field?

I just wonder how Lucene can make it,and from the source code I know that it opens and loads the segment files when intializing a searcher with a IndexReader,but Is there any kind person tell me how ...
0
votes
1answer
257 views

using the command line TFS client

I'm trying to use the TFS command line client (tf.exe). When I run 'tf get someProject' it hangs, and then says 'All files are up to date'. Nothing is downloaded. How can I get files from TFS using ...
0
votes
1answer
135 views

How to pull an entire project from TFS

While sifting through this page I figured I'd ask if anyone knows how to download an entire project using the tfs command line utility. It doesn't look like I need the get command... but I can't find ...
0
votes
3answers
272 views

TFS command line client default location

If I'm using the TFS command line client is it always located @ <drive>:\Program Files\Microsoft Visual Studio 8\Common7\IDE? I'm referencing this page. Thanks, 213897
0
votes
0answers
329 views

Overwriting a branch using tf merge /force

We have code on a "Production" branch and a "Testing" branch. The "Production" branch consists of code that is working and stable. The "Testing" branch consists all of the code in the "Production" ...
0
votes
1answer
372 views

Is there a bug in “tf add /recursive”?

I'm trying to add the following folder tree to TFS: C:\TFS\folder1 C:\TFS\folder1\folder2 C:\TFS\folder1\folder2\folder3 C:\TFS\folder1\folder2\folder3\test.txt In the above example the folder ...