You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It creates data.xml.dvc in different locations (data/data.xml.dvc vs data.xml.dvc)
Good catch!
It doesn't mention .gitignore in the first case in the git add hint.
Works for me, I suppose you just had gitignore entry before that (probably from the previous run).
efiop
added
bug
Did we break something?
p2-medium
Medium priority, should be done, but less important
p1-important
Important, aka current backlog of things to do
and removed
triage
Needs to be triaged
p2-medium
Medium priority, should be done, but less important
labels
Jul 5, 2020
DVC Version
Reproduce
Run the same command:
dvc import https://github.com/iterative/dataset-registry get-started/data.xml -o data/data.xml
when
data
directory exists and when it does not.In the first case we get:
In the second case:
There are two bugs:
data.xml.dvc
in different locations (data/data.xml.dvc
vsdata.xml.dvc
).gitignore
in the first case in thegit add
hint.The text was updated successfully, but these errors were encountered: