Sign in
phkelley's blog
TFS Version Control
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Tags
TFS
Version Control
Archive
Archives
May 2012
(1)
February 2010
(3)
February 2009
(2)
November 2008
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
phkelley's blog
tf get /remap
Posted
over 1 year ago
by
P. Kelley
0
Comments
This switch was added to "tf get" to improve performance when a user is switching an existing workspace from one branch to another. The performance benefit is best explained with an example. Let's say that in our Team Project Collection we have...
phkelley's blog
WorkspaceCheckInParameters and ShelvesetCheckInParameters
Posted
over 3 years ago
by
P. Kelley
0
Comments
Many Team Foundation Server customers have developed custom tools and processes that leverage our public client object model in order to automate tasks specific to their organization. With version control, one of the most common tasks to automate is checking...
phkelley's blog
Workaround: Slow version control operations when using VS 2010 with an older server
Posted
over 3 years ago
by
P. Kelley
0
Comments
Updated 2/25/2010. Thanks to Shaun and Amos for their recommended changes! One of the new features of TFS 2010 is automatic version control proxy configuration. The first time a version control operation is executed, the client contacts the server and...
phkelley's blog
Improvements to workspaces in TFS 2010
Posted
over 3 years ago
by
P. Kelley
0
Comments
In TFS 2005 and 2008, workspaces in version control have the following limitations. The owner of a workspace is set at creation time and cannot be changed (immutable). A workspace can only be used by its owner. When we speak of “using” a workspace...
phkelley's blog
Adding a command to the Source Control Explorer context menu - VS 2005
Posted
over 4 years ago
by
P. Kelley
0
Comments
I've received a request for a version of the sample Source Control Explorer context menu addin that works with Visual Studio 2005. You can find that sample addin here: VersionControlExtensibility2005.zip
phkelley's blog
Adding a command to the Source Control Explorer context menu
Posted
over 4 years ago
by
P. Kelley
2
Comments
Update 2/26/2009: You can find a version of this sample addin that works with VS 2005 here . We've gotten some questions recently about how to interact with and extend our out-of-the-box version control functionality. For most users, the main hub of...
phkelley's blog
Everything you ever wanted to know about locks
Posted
over 5 years ago
by
P. Kelley
2
Comments
In TFS a lock is a kind of pending change, in the same category as add, edit, delete, rename, merge, etc. A pending change of type "lock" is not committable, however. You will never look at the history for $/Proj/file.cs and find that in changeset 5678...
Page 1 of 1 (7 items)