Welcome to MSDN Blogs Sign in | Join | Help

March 2008 - Posts

How to: Label items in a changeset using tf label?

We can specify the versionspec to tf label either by supplying the /v or /version argument (for example, /v:C1256), or by appending it to the itemspec (for example, foo.cs;C1256). Here's an example that attaches the "goodbuild" label to version 1256 of
Posted by mohamedg | 0 Comments
Filed under: , ,

Exclude file from source control

When you need to exclude a file in a project from source control, you can select that file in the Solution Explorer window, then go to File > Source Control > Exclude [filename] from Source Control. A red icon should appear to the left of that file
Posted by mohamedg | 2 Comments
Filed under: ,

How to: Find the latest changeset you have on a workspace?

To know the answer to this question, you can run the following command: tf history . /stopafter:1 /v:1~W /r That's it :)
Posted by mohamedg | 0 Comments
Filed under: , ,
 
Page view tracker