Sourcesafe 通过 Visual Studio 标签获取
我有一个 Visual Source Safe 存储库,我的一些(不是全部,唉!)版本是通过标签标识的。 我知道如何从命令行获取标签,但是:
我可以从 Visual Studio 中获取标签吗?
我正在使用 Visual Studio 2003(在其他版本的 Visual Studio 中答案会有所不同吗?)。
谢谢。
附言。 我希望尽快迁移到 Team Server。
I have a Visual Source Safe repository, and some (not all, alas!) of my releases are identified by label. I know how to get by label from the command line, but:
Can I get by label from within Visual Studio?
I'm using Visual Studio 2003 (would the answer be different in other versions of Visual Studio?).
Thanks.
PS. I am hoping to migrate to Team Server soon.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看相关 sourcesafe 项目的历史记录,并包括标签。 突出显示您想要的标签,然后单击“获取”。 设置选项,点击确定,就完成了!
编辑:请原谅我,AJ,我指的是从 Visual Source Safe 界面内的标签上执行“获取”操作。
但是,假设您已将 Visual Source Safe 安装在与 Visual Studio 相同的计算机上,则这些相同的功能应该可用。 转到工具 -> 选项> 源代码管理并确保源代码管理插件设置为 Microsoft Visual SourceSafe。
完成此操作后,您应该能够在解决方案资源管理器中右键单击项目或解决方案,选择“查看历史记录”,然后按照我之前的说明进行操作。
View History on the sourcesafe Project in question, and Include Labels. Highlight the Label you want and click "Get." set options, hit OK, you're done!
edit: pardon me AJ, I was referring to doing a "get" on a label from within the Visual Source Safe interface.
However, assuming you have installed Visual Source Safe on the same machine as Visual Studio, these same functions should be available. Go to Tools -> Options > Source Control and make sure the source control plug-in is set to Microsoft Visual SourceSafe.
With that in place, you should be able to right-click on a Project or Solution in the Solution Explorer, select View History, and follow my previous instructions.