-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
feature requestRequesting a new featureRequesting a new featurep1-importantImportant, aka current backlog of things to doImportant, aka current backlog of things to do
Description
Even though #2977 solved this for dvc import, it looks like it is still not supported for dvc get. It might be a simple bug or code path is different. We need to fix and add tests for this.
Version:
VC version: 0.80.0+82cdce
Python version: 3.7.5
Platform: Darwin-18.2.0-x86_64-i386-64bit
Binary: False
Package: None
Cache: reflink - True, hardlink - True, symlink - True
Filesystem type (cache directory): ('apfs', '/dev/disk1s1')
Filesystem type (workspace): ('apfs', '/dev/disk1s1')
Reproduce:
mkdir git-repo
cd git-repo
git init
touch test
git commit -a -m "add test"
cd ..
dvc get ./git-repo testoutputs:
ERROR: failed to get 'test' from './git-repo' - URL './git-repo' is not a dvc repository.
efiop
Metadata
Metadata
Assignees
Labels
feature requestRequesting a new featureRequesting a new featurep1-importantImportant, aka current backlog of things to doImportant, aka current backlog of things to do