We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dvc version = 0.93.0 Platform = Ubuntu and Windows 10
On Windows, calling dvc cache dir ..\xyz results in an entry in .dvc/config like
dvc cache dir ..\xyz
.dvc/config
[cache] dir = ..\..\xyz
On Linux it results in
[cache] dir = ../../xyz
This inconsistency results in noise in the git history when you work sometimes on Windows, sometimes on Linux.
Manually editing the file to a Posix-style path on Windows works fine.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
dvc version = 0.93.0
Platform = Ubuntu and Windows 10
On Windows, calling
dvc cache dir ..\xyz
results in an entry in.dvc/config
likeOn Linux it results in
This inconsistency results in noise in the git history when you work sometimes on Windows, sometimes on Linux.
Manually editing the file to a Posix-style path on Windows works fine.
The text was updated successfully, but these errors were encountered: