-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
list: -R fails #4875
Comments
Hi there, First of all, thanks for dvc! Our lab members always use dvc to manage large files. Any update on this issue? I am very much looking forward to this issue being resolved. In my use case, I just want to check a part of a big repository before actually pulling it. For example: $ tree
.
└── dataset
├── cifar.dvc
└── imagenet.dvc $ dvc list . -R
.dvcignore
dataset/.gitignore
dataset/cifar.dvc
dataset/cifar/train/1.png
dataset/cifar/train/2.png
dataset/cifar/val/1.png
dataset/cifar/val/2.png
dataset/imagenet.dvc
dataset/imagenet/train/1.png
dataset/imagenet/train/2.png
dataset/imagenet/val/1.png
dataset/imagenet/val/2.png $ dvc list . dataset/cifar
train
val The above all commands work as I expected. However, the following command fails: $ dvc list . dataset/cifar -R
ERROR: failed to list '.' - The path 'dataset/cifar' does not exist in the target repository '/XXX/YYY' neither as a DVC output nor as a Git-tracked file. I just want the following results: train/1.png
train/2.png
val/1.png
val/2.png Best, |
@matsui528 unfortunately there is no ETA on when this issue will be addressed right now |
I got it, so I'm looking forward to this feature being implemented someday :) |
Can't reproduce this one:
Closing, but feel free to reopen if I missed something. |
Bug Report
dvc list -R
(recursive) fails.Please provide information about your setup
Output of
dvc version
:Additional Information (if any):
The text was updated successfully, but these errors were encountered: