team-explorer

Unable to delete project files from local TFS repository in Eclipse

寵の児 提交于 2021-01-29 10:44:20
问题 Project files are take by TFS ( Get Lates Version , Import Project , Check out for Edit -Prevent ...).Then " Undo Pending Changes " are applied.When I want to delete project from my local tfs repository( Connect to TFS Server ->Right click on the project -> Delete -> Delete project contents on disk is checked ->OK ) an error comes out and I cannot apply the delete operation: Delete Source An exception has been caught while processing the refactoring 'Delete Source'. Reason: Problems

SSDT Installation for VS2017 Team Explorer Fails

二次信任 提交于 2020-11-29 10:30:50
问题 I am attempting to install SSDT v15.6.0 into an existing Visual Studio Team Explorer 2017 instance. When I run the SSDT installer, I can select Visual Studio Team Explorer 2017 from this list of existing Visual Studio instances. If I do not choose a any options (other than the required SQL Server Database option). The installation completes successfully. If I however attempt to pick any/all of the other options the installation fails. From looking at the log files, it appears that the

How to Remove Items from Excluded Changes

与世无争的帅哥 提交于 2020-07-20 10:02:52
问题 I added some files to my Solution and then deleted after some code tests. Now, the items are still in Excluded Changes of Team Explorer. How can I refresh Visual Studio Excluded Changes panel so that the removed items go away? 回答1: Depending on your version of Visual Studio you will have a pending changes window (probably under the Team Explorer tab). Just select the deleted file, open the context menu and select Undo... For more information also have a look at https://msdn.microsoft.com/en

Visual Studio extension - get reference to currently selected item in Git history

做~自己de王妃 提交于 2020-06-29 03:43:06
问题 I managed to get a custom button added to the Git history context menu thanks to the help offered here. I'm continuing work at the same extension and am again stuck. Once the button I've added to the context menu is clicked I need to get a reference to the commit that is selected when it is clicked. The idea is that I then need to grab the code changes associate with that commit. I've gotten as far as getting a reference to the ActiveWindow which has a caption of "History - master". Which

Set “Show Solution Changes” as default view option for Included Changes in VS2013 TFS

江枫思渺然 提交于 2020-01-02 02:03:30
问题 As the title says, in the view for Pending Changes , where VS lists changes in your version, Show All is selected by default. In VS2013 update 3, i had this set to Show Solution Changes by default. I have to change this view to show only solution changes for every new check-in . I want the default to be Show Solution Changes . 回答1: As far as I tested, this default setting is controlled by the following registry entry. If the value of this registry entry is set as 1, then it should change the

Set “Show Solution Changes” as default view option for Included Changes in VS2013 TFS

会有一股神秘感。 提交于 2020-01-02 02:03:17
问题 As the title says, in the view for Pending Changes , where VS lists changes in your version, Show All is selected by default. In VS2013 update 3, i had this set to Show Solution Changes by default. I have to change this view to show only solution changes for every new check-in . I want the default to be Show Solution Changes . 回答1: As far as I tested, this default setting is controlled by the following registry entry. If the value of this registry entry is set as 1, then it should change the

Without installing Visual Studio can I use Team Explorer or TFS power tools to check-in/check-out files through windows explorer?

戏子无情 提交于 2019-12-31 13:01:27
问题 We need to allow users to check-out check-in files in Windows Explorer. Is it mandatory to install Visual Studio in order to use Team Explorer or TFS Power Tools? What kind of licenses will be needed? 回答1: You can install Team Explorer which is free (but still uses the VS shell), this doesn't require any kind of Visual Studio license: https://blogs.msdn.microsoft.com/devops/2017/04/05/reintroducing-the-team-explorer-standalone-installer/ Then you can install the TFS Power Tools to get the

Without installing Visual Studio can I use Team Explorer or TFS power tools to check-in/check-out files through windows explorer?

一世执手 提交于 2019-12-31 13:01:06
问题 We need to allow users to check-out check-in files in Windows Explorer. Is it mandatory to install Visual Studio in order to use Team Explorer or TFS Power Tools? What kind of licenses will be needed? 回答1: You can install Team Explorer which is free (but still uses the VS shell), this doesn't require any kind of Visual Studio license: https://blogs.msdn.microsoft.com/devops/2017/04/05/reintroducing-the-team-explorer-standalone-installer/ Then you can install the TFS Power Tools to get the

How to exclude certain folders from Visual Studio 2012 detected changes list?

你说的曾经没有我的故事 提交于 2019-12-30 08:12:47
问题 In Visual Studio 2012 / Team Explorer / Pending Changes there is a link to list of files with detected changes inside the solution. How can I make Visual Studio NOT to detect pending changes in _ReSharper.* and Packages folders? 回答1: You can manually add a .tfignore file to your solution to ignore specific files, extensions or folders. The items defined in that file will not be considered as a change. If you click on the 'detected changes' you can also ignore items from within Visual studio