-
Notifications
You must be signed in to change notification settings - Fork 31
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
workspace clone: always copy local-only file paths #1149
Comments
Also: When you
|
@kba this is a severe problem IMO. |
Another example of this (trying to get ocrd_tesserocr tests to work on v3):
So because |
When you
ocrd workspace clone /some/path/to/mets.xml
(without the indiscriminate download option) on a workspace which contains local files, the following happens:IMO, either
workspace clone
from a relative path should either always copy all local files, or at least the ones in 2 (and removing the local refs in 1).Copying of the content files itself could also attempt to do CoW (zero-cost) copies, in case the filesystem permits it.
The text was updated successfully, but these errors were encountered: