team-explorer

How to Move a Tracked File to Untracked using Visual Studio Tools for Git

一世执手 提交于 2019-12-30 04:47:34
问题 Started experimenting with git. Inadvertently added all the files in the project to "Included Changes" in Team Explorer. I committed all in an initial commit. One of those files was the SQL CE 4.0 (file-based) database. I clearly goofed there. I do not want to track the database nor do I want to end up restoring the db back to some previous point. My problem is I have no idea of how to move the SQL CE 4.0 sdf file from included changes to untracked. I am not experienced with git and all I

Hide disabled builds in Visual Studio Team Explorer

岁酱吖の 提交于 2019-12-25 09:18:17
问题 Is it possible to hide disabled builds in Team Explorer in Visual Studio? I don't want to see these anymore. 回答1: Nope - if you don't want to see them then you will need to delete them. As long as you keep the TFSBuild.proj file around it isn't too hard to bring them back again. 来源: https://stackoverflow.com/questions/1494616/hide-disabled-builds-in-visual-studio-team-explorer

Has anyone here integrated Team Explorer Everywhere with Xcode?

偶尔善良 提交于 2019-12-23 09:33:49
问题 I'm starting Macintosh development and I'm in a Microsoft shop where we're using Team Foundation Server. I've learned that there's no explicit/official TFS client for any non-Windows platform, and that the best option is to use Team Explorer Everywhere, formerly Teamprise (Microsoft bought them and rebranded it) and either the command-line client or the Eclipse plugin. There's no Xcode plugin because, as revealed in this question, Apple doesn't give out enough info to be able to integrate

TFS: batch updating of work items in web version of TeamExporer

醉酒当歌 提交于 2019-12-23 06:23:21
问题 In the web version of team explorer I've selected few work items (they are pretty similar: same type, assigned to me, are in same state). When I selected them and clicked "Edit Work Items" new window appeared with text: State ( ) cannot change the state ( ) To change the state or reason, selected work items must be of the same type and state What is wrong in my case? Those items are of the same type and state. Why I can't update them? Thanks. Any thoughts are welcome. 回答1: Hard to say without

TFS: batch updating of work items in web version of TeamExporer

青春壹個敷衍的年華 提交于 2019-12-23 06:22:58
问题 In the web version of team explorer I've selected few work items (they are pretty similar: same type, assigned to me, are in same state). When I selected them and clicked "Edit Work Items" new window appeared with text: State ( ) cannot change the state ( ) To change the state or reason, selected work items must be of the same type and state What is wrong in my case? Those items are of the same type and state. Why I can't update them? Thanks. Any thoughts are welcome. 回答1: Hard to say without

Team explorer builds error - Stream does not support reading

≯℡__Kan透↙ 提交于 2019-12-13 05:11:44
问题 When i open the builds tab in team explorer i get an error "Stream does not support reading" and the builds and build definitions don't show up. Things already tried: Clearing TFS Cache Restarting (entire computer) Clearing TFS Cache + Restarting (entire computer) Has anyone had this issue before? Note that other teammembers are having no issues. only 2 out of 10.. 回答1: The problem is that the stream is closed before the read is done, I think that your server IIS crash when you try to read

Can i use Team Explorer 2010 with Visual Studio 2008?

被刻印的时光 ゝ 提交于 2019-12-10 10:55:13
问题 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 回答1: The 2010 client is backwards compatible with 2008 servers (though not 2005). Details: http://blogs.msdn.com/teams_wit

Where is the “Filter By Solution” button in VS2012 Team Explorer?

萝らか妹 提交于 2019-12-10 03:28:52
问题 In VS2010's Team Explorer there was an option to show pending changes only for the current solution (see here and here). Is there equivalent functionality in VS2012, and if so how do I get to it? 回答1: In the Team Explorer pane, click "Pending Changes": Then on the Pending Changes pane, expand the dropdown under Included Changes and select "Show Solution Changes": 回答2: Another method I've found for achieving the same result (filtering out pending changes that are not part of the solution I'm

How to open a tfs work item inside Visual Studio 2010 inside a Extension?

纵饮孤独 提交于 2019-12-08 13:55:55
问题 I'm developing a VS 2010 Extension, and I would like to know if there is a way to open a Work Item in the Team Explorer Work Item Editor ? What code should I call to accomplish this? I'm clueless. 回答1: There is a extension,TEK Workitem, in Visual Studio Gallery, that allows to open workitems and queries in Visual Studio from a hyperlink. You find more details on the Gallery: TFS Extensions Kit. Workitem 回答2: I am not 100% sure what you are asking for because I don't know what the "Team

User Check-In History in Visual Studio 2012 / 2013

∥☆過路亽.° 提交于 2019-12-06 18:39:30
问题 In Visual Studio 2010, I was able to view the check-in history of a particular user from Team Explorer -> Team Project -> Team Members -> Right-click on a user name -> Show Check-in History . I just can't find such option in Visual Studio 2012/2013 after the drastic Team Explorer UI re-design. 回答1: You should install TFS Power tools 2012 (download here). However, the Team Members Power Tool was changed to take advantage of new TFS 2012 features. As such it is incompatible with TFS 2010 and