-
Notifications
You must be signed in to change notification settings - Fork 867
Closed as not planned
Labels
Description
A bit of a minor issue, but when cloning on Windows, symlinks are simply copied as regular files with the symlink target as the content.
This still works mostly fine, but this can cause some inconsistencies and differences between ingests generated from Windows and Linux.
Eg:
Linux:
================================================
SYMLINK: link.test -> sample.pdf
================================================
Windows:
================================================
FILE: link.test
================================================
sample.pdf