-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): avoid crash when using
copyFrom
together with symlinks (#…
…6485) * fix(core): avoid crash when using `copyFrom` together with symlinks This commit resolves an error "Failed copying a file because a directory exists at the target path" which was a regression introduced in #6430. Fixes #6456 * fix: also reproduce symlinks when using patterns * fix: allow type changes (e.g. replacing a file with a symlink) * fix(vcs): fix several issues with symlinks - Do not ignore symlinks whose target does not exist. These symlinks are perfectly valid. - Ignore relative symlinks that point outside of the repository, even if they do not start with ..
- Loading branch information
Showing
5 changed files
with
195 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.