Skip to content
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

Improve symlink handling in lib/fsutil.CopyTree() function. #645

Merged
merged 1 commit into from
Oct 11, 2019
Merged

Improve symlink handling in lib/fsutil.CopyTree() function. #645

merged 1 commit into from
Oct 11, 2019

Conversation

rgooch
Copy link
Contributor

@rgooch rgooch commented Oct 11, 2019

This fixes the case where the target directory has an existing entry, which caused creating the target symlink to fail. Now remove the target symlink (unless it's the same as the source symlink) before creating the target.

@cviecco
Copy link
Contributor

cviecco commented Oct 11, 2019

LGTM

@cviecco cviecco merged commit 93f4023 into Symantec:master Oct 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants