Considering using Conan.io to manage the enormous amount of binaries created by our CI system.
Currently, source for several (~50) SW modules is versioned in SVN and we use SVN externals to specify which modules should be checked-out for each project.
So far I understand that Conan uses so-called "recipes" to define the needed sources. Can Conan understand SVN externals and record their location, and their revision, as to how the package was built? I can't find any information on the doc website.
Any example on how to define svn repos with externals in the Conan recipe would be very helpful!
Thanks