Skip to content

Commit 96ea34f

Browse files
authored
Merge pull request #30010 from sjavora/ascii-only-paths-note
2 parents dc122a3 + 678e867 commit 96ea34f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,9 @@ First create a directory for all of the Swift sources:
158158
**Note:** This is important since update-checkout (see below) checks out
159159
repositories next to the Swift source directory. This means that if one clones
160160
Swift and has other unrelated repositories, update-checkout may not clone those
161-
repositories and will update them instead.
161+
repositories and will update them instead. Be aware that `update-checkout`
162+
currently does not support paths with non-ASCII characters. If such characters
163+
are present in the path to `swift-source`, `update-checkout` will fail.
162164

163165
**Via HTTPS** For those checking out sources as read-only, HTTPS works best:
164166

0 commit comments

Comments
 (0)