Visual Studio 2008 和 Sourcesafe 2005 集成

发布于 2024-09-10 12:45:49 字数 165 浏览 12 评论 0原文

我了解 vss 的标签和分支,但是我如何使用 Visual Studio 2008 来实现它。例如,我将项目中的所有文件标记为“版本 1.0”,然后(在更改签出和签入之后)我想要将 1.0 版本带回 Visual Studio。 我如何从视觉工作室做到这一点?或者我必须从 VSS 执行此操作?

谢谢

I understand the labeling and branching of vss, but how do i implement it with visual studio 2008. for example i am labeling all the files in my project as "version 1.0" and then (after that changes checkouts and check ins made) i want to bring version 1.0 back to visual studio.
how do i do that from visual studio? or do i have to do it from VSS?

thanks

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

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

发布评论

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

评论(1

尐偏执 2024-09-17 12:45:49

在 Visual Studio 中,您可以右键单击解决方案或项目。

  • 查看历史命令。
  • 确保选中“包括标签”复选框,然后单击“确定”按钮。
  • 找到您想要的版本。
  • 单击获取按钮。
  • 确认您想要覆盖
  • Visual Studio 将获取该标签的项目/解决方案下的所有工件。

如果您的项目不受源代码控制,并且当时不属于标签的一部分,那么您必须返回 VSS GUI 以按您喜欢的标签查看历史记录。

Within Visual Studio, you can right-click on the solution or project.

  • View History command.
  • Ensure the "Include Labels" checkbox is checked, and click then OK button.
  • Find the version that you're after.
  • Click the Get button.
  • Confirm that you want to overwrite
  • Visual Studio will get all the artifacts under the project/solution for that label.

If your project is NOT under source control, and was not part of the label at that point in time, then you'll have to go back to the VSS GUI to View History by the Label that you like.

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