Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 SVN 而不是 Git 在 KIE 工作台中克隆一个新存储库。这可以轻松完成还是我必须深入研究 jbpm-console 源代码才能添加此功能?
您只能克隆 git 存储库,但是您应该能够通过包装将 SVN 存储库公开为 git 存储库。
另一个更复杂的替代方案应该是为 uberfire 项目提供的虚拟文件系统提供另一种实现,以支持 SVN。