如何获取特定日期之前版本的SourceSafe项目?
我正在使用 SourceSafe Explorer v8.0。 我将一个现有项目从 SourceSafe 导入到 VS 2008,处理该项目并检查了几次。
现在我需要将同一个项目导入到不同的文件夹中,但导入的是我开始处理它之前的版本。 我看到“获取最新版本”选项。获取某个旧版本的选项在哪里?
I am using SourceSafe Explorer v8.0. I imported an existing project from SourceSafe into VS 2008, worked on the project and checked it in a few times.
Now I need to import the same project into a different folder but the version of before I started working on it. I see a Get Latest" option. Where's the option to get a certain older version?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
不要从 Visual Studio 中执行此操作。 使用VSS工具登录VSS。 在VSS中选择项目 - 右键单击该项目并选择“显示历史记录” - 在弹出的对话框中选择所需的版本,然后单击“获取”。
Don't do it from Visual Studio. Login into VSS with the VSS tool. Select the project in VSS - right ckick on the project and pick "Show History" - in the dialoge that pops up select the version you want and then click "Get".
像已经建议的那样使用 gui 确实是最简单的方法,但只是为了完整性(以防万一您需要自动化它):
您还可以使用 命令行 使用
-V
选项:Using the gui like already suggested is indeed the easiest way, but just for completeness (and in case you would need to autmate it):
You can also use the commandline to do this using the
-V
option:右键单击该文件夹; 显示历史。 选择一个时间点并“获取”
Right-click on the folder; show history. Pick a point in time and "Get"