VSS 6.0 到 TFS 迁移

发布于 2024-07-09 16:33:54 字数 104 浏览 9 评论 0原文

我们的团队正在从 VSS 6.0 迁移到 TFS 2008,以用于源控制目的。 我想知道是否有人有此迁移的经验。 特别是,我们有兴趣在源代码管理中保留文件的历史记录,以及任何其他潜在的问题。

Our team is migrating from VSS 6.0 to TFS 2008 to be used for source control purposes. I am wondering if anyone has any experience with this migration. In particular, we are interested in preserving the history of files in source control, as well as any other potential gotchas.

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

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

发布评论

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

评论(3

和我恋爱吧 2024-07-16 16:33:54

您安装了 VSS 2005 吗? 您需要它而不是以前的版本(6.0d)。

另外,您真的需要 TFS 中的历史记录吗? 或者您可以划一条线并说某个日期之前的所有历史记录都在 VSS 中,而该日期之后的所有历史记录都在 TFS 中吗? 如果是这样,您只需从 VSS 获取最新版本并将文件添加到 TFS 中即可。 迁移并非易事,因为您需要处理未映射到域用户的 VSS 用户、不再存在的 VSS 用户,并且尽管源代码管理操作的顺序保持不变,但操作的实际日期/时间仍然存在未迁移,但它作为迁移的一部分存储在注释中。

Do you have VSS 2005 installed? You need it rather than the previous version (6.0d).

Also, do you really need the history in TFS? Or can you draw a line in the sand and say that all history before such and such a date is in VSS and all history after that date is in TFS? If so, you can simply do a get latest from VSS and add the files into TFS. Migrating is non-trivial because you need to deal with VSS users that don't map to domain users, VSS users that don't exist anymore, and although the order of source-control operations is maintained the actual date/time of the operation isn't migrated, it is however stored in the comment as part of the migration.

盗心人 2024-07-16 16:33:54

一旦设置完毕,这相当容易。 您首先需要创建一个 usermap.xml。 这会将您的 VSS 用户映射到 TFS2008 用户。 然后创建一个项目配置文件。 我会发布我的示例,但无法发布 XML。

项目配置文件将指向用户映射 XML 文件。 然后您所要做的就是键入命令“VSSConverter migrate settings.xml”进行迁移或“VSSConverteranalyze settings.xml”来分析项目。 我建议您在迁移项目之前进行分析。

这是获取更多信息的链接。
http://msdn.microsoft.com/en-us /library/ms253090(VS.80).aspx

This is fairly easy once setup. You will first need to create a usermap.xml. This will map your VSS users to your TFS2008 users. Then you create a project configuration file. I would post examples of mine but I can't get the XML to post.

The project configuration file will point to the usermap XML file. Then all you have to do is type the command "VSSConverter migrate settings.xml" to migrate or "VSSConverter analyze settings.xml" to analyze the project. I suggest you to analze before migrating the project.

Here is a link for more information.
http://msdn.microsoft.com/en-us/library/ms253090(VS.80).aspx

兔小萌 2024-07-16 16:33:54

不幸的是,当我尝试此操作时...

TF60032:VSS 转换器需要 Visual SourceSafe 2005 或更高版本才能运行。
请安装 Visual SourceSafe 2005 或更高版本,然后重试。

Unfortunately, when I tried this...

TF60032: The VSS Converter requires Visual SourceSafe 2005 or later to run.
Please install Visual SourceSafe 2005 or later and try again.

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