English 中文(简体)
任何人能否在2012年视觉演播室中找到TFS“Unshelve”方案?
原标题:Can anybody find the TFS "Unshelve" option in Visual Studio 2012?

我可以找到 she子,今天早些时把变化减半,但现在我似乎无法找到一种办法,使这些变化无所作为! 这使我陷入了困境!

If this button is in fact missing in the Visual Studio 11 Beta, perhaps there is a console based TFS command I can execute to temporarily accomplish this?

感谢大家, 我实际上也找不到谷歌答案。

最佳回答

前往小组探索者,然后是“待变”,然后是“行动”,然后是“Find Shelvesets”,然后右边点点击你想要的头盔,最后是“Unshelve”。

问题回答

另外:

File > Source Control > Find > Find Shelvesets

我总是在解决方案上进行右 the,并选择“团结”。 添加这一功能:

  1. Click on the menu "Tools > Customize". This opens the "Customize" dialog.
  2. Select the "Commands" tab.
  3. Choose the "Context menu" radio button in the "Choose a menu or toolbar to rearrange" section.
  4. Choose "Project and Solution Context Menus | Solution | Source Control" from the drop down.
  5. Click the "Add Command" button. This opens the "Add Command" dialog.
  6. Choose "File" in the "Categories" list.
  7. Choose "TfsUnshelvePendingChanges" in the "Commands" list.
  8. Click the "OK" button to close the "Add Command" dialog.
  9. Use the "Move Down" button to place the new menu item in the proper place.
  10. Click the "Close" button to close the "Customize" dialog.

Generally if you can t find an option among the thousands available in Visual Studio there is a very useful "Quick Launch" (Ctrl-Q) function. In this case if you type "shelve" it will show you where to find shelvesets.

就在诺克的答复中补充,如果你在来源控制下开一个解决办法,你只能看一看不住别的选择。

如果你打开空白解决办法,请见not,不管你的视觉演播室工作空间是否与小组基金会连接。

如果你试图在空白解决办法中(与你的视觉演播室工作空间和所有相关来源的控制有关的技术定位系统)中把ves子搁置起来,那么,我们会如何看待这一问题。

Blank Solution with TFS Connected

这就是它如何看待在源头控制下启动的解决办法。

“Unshelve

Moral of the answer is to open any solution/project you may have that is under the source control which has the shelveset you want to unshelve.





相关问题
Why not use TFS as a build / CI solution?

Currently our build solution is set up using TFS + MS Build scripts. TFS is also being used as a CI server. I ve seen several posts on this site telling people about other CI solutions. Are there ...

Get files from TFS under Linux [closed]

is there a free (command line) tool for linux which with I can get all files from a TFS-Repository (no Check in / Check out required - only get actual version)?

upgrading tfs 2008 sp1 to use sql server 2008

I have an instance of tfs 2008 supported by sql server 2005. I want to change the sql server machine by doing a restore based move. I also want to change the version of sql server to 2008. I know ...

Using Git in a TFS shop

Using Git at home has spoiled me - I now find using TFS at work to be a bit of a drag and want to explore the possibility of using Git locally and syncing somehow with TFS. I figure there are a few ...

TFSReg in 2010 Beta 2?

does anybody know what is the equivalent of the TFSReg.exe command-line tool in 2010 Beta 2? I cannot find it anywhere, I searched the entire Program Files tree. Was it renamed? Moved? Replaced by ...