erlang / rebar3

Erlang build tool that makes it easy to compile and test Erlang applications and releases.
http://www.rebar3.org
Apache License 2.0
1.7k stars 519 forks source link

fossil scm support #1705

Closed fbrau closed 6 years ago

fbrau commented 6 years ago

I use fossil scm for version control. I don't know if rebar supports pulling from fossil repositories

ferd commented 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

ferd commented 6 years ago

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.

ad-pro commented 5 years ago

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..