team-explorer

Can i use Team Explorer 2010 with Visual Studio 2008?

旧街凉风 提交于 2019-12-06 14:28:30
I think the title is very clear, but also i want to say why: I already downloaded TFS 2010 and Team explorer 2010, but i'm still using VS2008 (with no short-time plans to change) My question, can i use those toghether? Also, my VS is just the professional version. I don't want to download the TE2008 because for my internet conection, it is just too big. Thanks in advance The 2010 client is backwards compatible with 2008 servers (though not 2005). Details: http://blogs.msdn.com/teams_wit_tools/archive/2009/10/19/compatibility-matrix-for-2010-beta-2-team-foundation-server-to-team-explorer-2008

Team explorer default resolve in VS2013

喜欢而已 提交于 2019-12-06 00:46:38
问题 I am getting annoyed by having to change Resolve to Associate in Team Explorer Is there a way to set it to Associate by default? 回答1: For visual studio 2013 this fixes the issue [HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\12.0\TeamFoundation\SourceControl\Behavior] "ResolveAsDefaultCheckinAction"="False" 回答2: And now available in the settings UI in Visual Studio 2015: https://visualstudio.uservoice.com/forums/330519-team-services/suggestions/3418758-in-the-team-explorer-change-default

Git - View conflict resolutions after merge commit

岁酱吖の 提交于 2019-12-05 05:08:49
问题 I branched off of master a month ago and worked on a big project. Then I merged it back to master. No surprise, there were merge conflicts. I resolved them and committed the merge. Now a few days later I am testing some code and I found some changes that had been made on master that are gone. Question: did I mess up my conflict resolution, or did git automatically merge out that change? To put the question another way, is there a way in git to look at a merge commit and know which files had

Find Shelveset of Another User

百般思念 提交于 2019-12-04 15:36:07
问题 When I follow instructions to find a shelveset, I'm given a list of all my personal shelvesets. But what I want is to view and unshelve from another user's selection. Other developers can simply change the user to whoever they want. No such option exists for me. I've told my TFS admin about this issue. The response I got was that "We haven’t locked anything down, you should be able to view others' shelvesets." Nevertheless, I can't see others' shelvesets. What could be causing this? What

Enforce custom stylecop rules for a checkin policy on TFS

荒凉一梦 提交于 2019-12-03 21:38:18
问题 I have installed StyleCop CheckIn policy (from here) and it works great. However I have written some custom rules which I want to be enforced as part of the CheckIn policy (Visual Studio 2008, Team Explorer 2008, TFS 2005). The custom rules appear fine in the settings file when I right click on a project and click "StyleCop Settings". However when I add my CheckIn policy, and try to import the same settings.StyleCop file my Custom Rules don't appear in the editor window. Another problem,

Git - View conflict resolutions after merge commit

孤街醉人 提交于 2019-12-03 20:47:22
I branched off of master a month ago and worked on a big project. Then I merged it back to master. No surprise, there were merge conflicts. I resolved them and committed the merge. Now a few days later I am testing some code and I found some changes that had been made on master that are gone. Question: did I mess up my conflict resolution, or did git automatically merge out that change? To put the question another way, is there a way in git to look at a merge commit and know which files had conflicts and how they were resolved? Picture of what I'm talking about. (I'm visual) | + <-------------

Find Shelveset of Another User

◇◆丶佛笑我妖孽 提交于 2019-12-03 09:44:35
When I follow instructions to find a shelveset , I'm given a list of all my personal shelvesets. But what I want is to view and unshelve from another user's selection. Other developers can simply change the user to whoever they want. No such option exists for me. I've told my TFS admin about this issue. The response I got was that "We haven’t locked anything down, you should be able to view others' shelvesets." Nevertheless, I can't see others' shelvesets. What could be causing this? What specific issue or permission(s) should the TFS admin check to confirm "we havn't locked anything down?"

Visual Studio 2015 Update 2 Team Explorer Missing 'Exclude'

随声附和 提交于 2019-12-03 06:30:31
问题 I have been using the Git integration from within the Team Explorer section in Visual Studio 2015. I have an number of config files in my solution that require modifications in order for the application to run locally but I don't want to commit those changes. In VS2015 Update 1 there was an 'exclude' option in the 'Changes' section of the Git integration that I could select the modified config files and exclude them from the set of changes. Those files would then not appear in the list of

Visual Studio 2017 15.3.0 git changes include “storage.ide” even though .vs/ in .gitignore

一笑奈何 提交于 2019-12-03 02:18:11
问题 I upgraded VS 2017 to 15.3.0 a few days ago. Since then file "storage.ide" has remained in my modified files, even through I have used a suggested .gitignore for VS, which includes the .vs/ folder. This includes the following. # Visual Studio 2015 cache/options directory .vs/ I then added the following to be more specific about ignoring this from the list of files to be tracked .vs/SIASAWeb/v15/sqlite3/storage.ide .vs/**/storage.ide The Changes in the Team Explorer shows the following:

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

主宰稳场 提交于 2019-12-02 22:06:21
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? Dylan Smith 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 Windows Explorer extension which allows you to do basic source control operations in Windows