使用“tf shelvesets”按照创建时间排序搁置集?

时间:2017-08-16 21:01:46

标签: tfs tfvc tf-cli

使用tf shelvesets,我得到了我创建的所有搁置集的列表。

问题是,它们按字母顺序排序

有没有什么方法可以使用tf来获取按创建日期排序的搁置集列表?我希望能够轻松查看我最近的(少数)搁置集因为我现在已经累积了很多,并且通常(并非总是)只对最近创建的那些感兴趣。

tf报告的版本:Team Foundation版本控制工具,版本15.117.26727.0

修改:如果tf无法做到这一点,我愿意接受我可以在终端上运行的替代方案。

1 个答案:

答案 0 :(得分:0)

<强>更新

您应该只需在查找Shelvesets 窗口中键入您的用户名,然后在Visual Studio中按Enter键。结果将按创建时间自动排序。最近创建的那些显示在列表的顶部。

enter image description here

另一种选择是使用某些第三方工具,例如Team Foundation Sidekicks。有一个Shelveset Sidekick应用程序,可以根据需要轻松过滤搁置集。

enter image description here

无法使用int myHeight = ContextCompat.getDrawable(getContext(), R.drawable.myImageAsset).getIntrinsicHeight(); /*any desired height, but for OP's sake ^^*/ int myWidth = ContextCompat.getDrawable(getContext(), R.drawable.myImageAsset).getIntrinsicWidth(); /*any desired width, but for OP's sake ^^*/ ViewGroup.LayoutParams layoutParams = mImageButton.getLayoutParams(); layoutParams.height = myHeight; layoutParams.width = myWidth; mImageButton.setLayoutParams(layoutParams); 命令对搁置集进行排序。与变更集不同,搁置集是非版本化实体。您需要打印所有信息并使用正则表达式进行搜索或使用其他工具对自己进行排序。

tf shelvesets

详细会显示搁置集名称,所有者和评论,以及相关工作项和任何签到说明的列表。

还有一个相关的用户语音可以更好地查找/过滤搁置集和积压:

  

Shelveset搜索改进

     

https://visualstudio.uservoice.com/forums/330519-visual-studio-team-services/suggestions/2037731-shelveset-search-improvement