您可以搜索 tfs 历史记录来查找其中包含特定代码的文件版本吗?

发布于 2024-12-11 03:05:34 字数 124 浏览 0 评论 0原文

我试图找到一些已添加然后从文件中删除的代码。

我知道该文件已签入 TFS 至少有一段时间,但检查该文件的每个版本将花费比实际需要更长的时间。

是否有办法在 tfs 历史记录中搜索包含特定文本的文件版本?

I'm trying to find some code which was added, then removed from a file.

I know the file was checked into TFS for at least a little while, but going through every version of the file will take longer then it needs to.

Is there anyway to search tfs history for a version of the file containing specific text?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

桜花祭 2024-12-18 03:05:34

在与 ObjectSharp TFS Guru 交谈时,他建议(通过Twitter):

您可以尝试TFS Sidekicks 或“tfpt searchcs” 可能会做到这一点。

Speaking with the ObjectSharp TFS Guru he suggested (viaTwitter):

You could try TFS Sidekicks or "tfpt searchcs" might do it.

抚笙 2024-12-18 03:05:34

您可以将 TFS 存储库导入 git,然后使用“git pickaxe”(git log -S)搜索存储库中的所有提交数据。

有几种可用的工具,但这个看起来不错:
https://github.com/spraints/git-tfs#readme

然后阅读在 git pickaxe 上,这就是人们所说的“git log”的“-S”选项:https://github.com/spraints/git-tfs#readme

You could import the TFS repository into git and then use the "git pickaxe" (git log -S) to search all commit data in the repository.

There are several available tools, but this one looks good:
https://github.com/spraints/git-tfs#readme

And then read up on git pickaxe, which is what people call the "-S" option to "git log": https://github.com/spraints/git-tfs#readme

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文