Closed fbrau closed 6 years ago
It currently does not, but if you want to add support, there's a way to define plugins for custom source control dependencies. See https://www.rebar3.org/v3/docs/custom-dep-resources
Will close this. If you have a custom resource that works well, we can always consider adding it to core, but for now I believe the question is properly answered.
I use fossil scm for version control. I don't know if rebar supports pulling from fossil repositories
I have the same problem and just created work-around it...
I wrote rsync plugin for rebar3 (https://github.com/ad-pro/rebar3-rsync-deps-plugin)
My idea is to pull data with the bash script from fossil repositories and then use rsync from the local folders..
I use fossil scm for version control. I don't know if rebar supports pulling from fossil repositories