I'd like to clone a new repository in the KIE workbench using SVN instead of Git. Can that be done easily or do I have to dig into the jbpm-console source code in order to add this functionality?
Asked
Active
Viewed 423 times
2 Answers
2
You can only clone git repositories, however you should be able to expose a SVN repository as a git repo by wrapping it.

Kris Verlaenen
- 2,918
- 1
- 15
- 5
1
The other much more complicated alternative should be providing another implementation for the virtual file system provided by the uberfire project to support SVN.

salaboy
- 4,123
- 1
- 14
- 15