I open the History in the Source Control, then open a changeset, then select a file in the file list and double click to open it. TFS open the file by Notepad, I wanna open the file by Visual Studio o
How can the version (changeset) of a file in a workspace be re开发者_开发技巧turned using the TFS object model?I want to be able to pass in the path of a file in my workspace and have the changeset re
I’m working on a c# project, lately we decided to restructure the directories structure of the source code.
Our TFSVersionControl database has grown significantly in the past couple years, and is edging on 80GB.Unfortunately, we\'re in an environment where every gig of data storage is internally charged at
TFS 2010 introduced the ability to convert basic folders into branches. The documentation also speaks of \"reparenting a branch\" (which does not appear in source control explorer context menu but is
I have a build server with many builds for web sites and web services.I\'m doing some new code using WCF; my new code runs as a Windows Service.
In TFS2010/TFSPowerTools2010/Process Explorer I am creating a custom process template. I define a new work item type (WIT) called \"Enhancement\" copied from the CMMI \"Change Request\" WIT.
Consider a new deployment of Team Foundation Server 2010, with the first use cases being Version Control.
i was able to install tfs 2010 on window server 2008 and through team explorer in visual studio 2010the server came right up no problems. However when i installed it on vista ultimate - first the opti
I found that the shelve/unshelve commands in TFS are very handy and very simple to use. What\'s the equivalent in Git ?