Additional Source Control providers support

SVN has two “advantages” respect to Git with binary files: 1) it allow to lock them with “svn lock” avoiding problematic merge conflicts and 2) it is a centralized version control system so it is not required to move around the whole project history. There is no problem with binary file as such. But because of point 1 it works better for small team.

There is an interesting discussion about git/svn comparison here. :slight_smile: