如何获取特定日期之前版本的SourceSafe项目?

发布于 2024-07-25 20:36:33 字数 167 浏览 3 评论 0原文

我正在使用 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 技术交流群。

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

发布评论

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

评论(3

帅气尐潴 2024-08-01 20:36:33

不要从 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".

ぺ禁宫浮华殁 2024-08-01 20:36:33

像已经建议的那样使用 gui 确实是最简单的方法,但只是为了完整性(以防万一您需要自动化它):

您还可以使用 命令行 使用 -V 选项

> set SSDIR=\\[source safe database path]  
> set SSUSER=[source safe user]  
> set SSPWD=[source safe user password]  
> ss GET $/[path project] -R -Vd[date]

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:

> set SSDIR=\\[source safe database path]  
> set SSUSER=[source safe user]  
> set SSPWD=[source safe user password]  
> ss GET $/[path project] -R -Vd[date]
还如梦归 2024-08-01 20:36:33

右键单击该文件夹; 显示历史。 选择一个时间点并“获取”

Right-click on the folder; show history. Pick a point in time and "Get"

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