datalad / datalad-ria

Adds functionality for RIA stores to DataLad
http://datalad.org
Other
0 stars 1 forks source link

create-siblings-ria recursively crashes, non git-annex repo? #22

Open bpinsard opened 3 years ago

bpinsard commented 3 years ago

What is the problem?

I am trying to recursively create a RIA siblings on a nested dataset and it fails with the following error.

[ERROR  ] RIA URI not recognized, no valid dataset ID or other supported scheme: ria+file:///project/.../.../ria-beluga/#None [clone.py:decode_source_spec:1208] (ValueError) 

Is that because one of the nested dataset is a regular git submodule (without git-annex) and as such it is missing a UUID that would be used to generate the URL ?

Thanks.

What steps will reproduce the problem?

Trying to create a sibling for a pure-git repo?

What version of DataLad are you using (run datalad --version)? On what operating system (consider running datalad wtf)?

0.14.0

Is there anything else that would be useful to know in this context?

Have you had any success using DataLad before? (to assess your expertise/prior luck. We would welcome your testimonial additions to https://github.com/datalad/datalad/wiki/Testimonials as well)

Yes!!