如何获取 tfs 工作区中源文件的版本?
我想知道本地工作区中的文件版本,以便在新版本的文件不起作用时可以恢复到旧版本。
我似乎无法在 Visual Studio 中找到为我提供当前版本的菜单。
I want to know what version of a file that I have in my local workspace so that I can revert to the old version if the new version of the file doesn't work.
I cannot seem to find a menu in Visual Studio that gives me the current version.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
tf localversions
即
tf localversions MySource.cs
tf localversions <sourceFileName>
i.e.
tf localversions MySource.cs