-
-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
21c875a
commit 96d2536
Showing
3 changed files
with
71 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
When `copyFiles` is used to copy read-only files, it now makes the copy writable. | ||
|
||
Previously, if the target file would already exist due to a prior run of Dub, `copyFiles` would produce an access | ||
denied error because the read-only target could not be overwritten. Note that if you were affected by this behaviour, | ||
you will need to remove those files by hand once to eliminate these errors. | ||
|
||
It is common for version control systems to mark binary files read-only in the working copy, to prevent concurrent | ||
edits of files in unmergeable formats. |
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