Skip to content

Commit 678e867

Browse files
committed
[README] Add note about ASCII-only paths
Add a note to the README that `update-checkout` does not support non-ASCII characters in the path to `swift-source`.
1 parent 5f0ccca commit 678e867

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
@@ -149,7 +149,9 @@ First create a directory for all of the Swift sources:
149149
**Note:** This is important since update-checkout (see below) checks out
150150
repositories next to the Swift source directory. This means that if one clones
151151
Swift and has other unrelated repositories, update-checkout may not clone those
152-
repositories and will update them instead.
152+
repositories and will update them instead. Be aware that `update-checkout`
153+
currently does not support paths with non-ASCII characters. If such characters
154+
are present in the path to `swift-source`, `update-checkout` will fail.
153155

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

0 commit comments

Comments
 (0)