conan-io / wishlist

This repo is to propose libraries, frameworks, and code in general that users would like to have in conan
MIT License
49 stars 5 forks source link

svn_installer - for use as a build_requirement #176

Open solvingj opened 5 years ago

solvingj commented 5 years ago

The svn executable is an integral part of many recipes, very often used in the source() method.

In many cases, it's substantially preferable to be able to retrieve SVN via a Conan package as a build_requires rather than installing using the system package manager or other mechanism.