Documentum 到 SVN 迁移

发布于 2024-10-19 08:09:56 字数 45 浏览 2 评论 0原文

是否有工具/任何编程方式可以将文档内容迁移到带有修订历史记录的 SVN 中?

Is there a tool/ any programmatic way to migrate documentum content into SVN with revision history?

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

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

发布评论

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

评论(2

紫竹語嫣☆ 2024-10-26 08:09:56

据我所知,没有任何工具可以解决这个问题,如果有的话我会感到惊讶。文档管理和版本控制只是概念上的不同。文档管理侧重于内容(文件)及其元数据的存储。它不太关心这些文件里面的内容。对于版本控制系统来说,这就是全部。

我想你可以编写一个程序,使用 DFC/DFS 来获取文档的整个版本树,并将其签入 Subversion,首先是最旧的版本。但我不知道您将在哪里存储 Documentum 元数据。另外,如果 Documentum 文档有分支版本树,我不知道该怎么办。

There is no tool for this AFAIK, and I'd be surprised if there were. Document management and version control are just conceptually really different. Document management focuses on the storage of content (files) along with its meta-data. It doesn't care much about what's inside those files. And with version control systems it's all about this.

I guess you could write a program that uses DFC/DFS to fetch the whole version tree of a document and check it into Subversion, oldest version first. I don't know where you would store your Documentum meta-data though. Also, I wouldn't know what to do if the Documentum document has a branched version tree.

夏天碎花小短裙 2024-10-26 08:09:56

EMC 开发网络上有深度导出实用程序,可用于将文件夹中的所有内容导出到本地 SVN 文件夹。

There is deep export utility on EMC dev network which can be used to export everything from the folder to your local SVN folder .

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