LifeAndHope
LifeAndHope

Reputation: 724

How can I make KIE workbench pull from an SVN repository?

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?

Upvotes: 0

Views: 427

Answers (2)

salaboy
salaboy

Reputation: 4133

The other much more complicated alternative should be providing another implementation for the virtual file system provided by the uberfire project to support SVN.

Upvotes: 1

Kris Verlaenen
Kris Verlaenen

Reputation: 2918

You can only clone git repositories, however you should be able to expose a SVN repository as a git repo by wrapping it.

Upvotes: 2

Related Questions