diff options
author | achilleas.k@14be77d42a1252fab5ec9dbf4e5ea03c5833e8c8 <achilleask@web> | 2018-02-09 13:38:37 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2018-02-09 13:38:37 +0000 |
commit | 711d1f61e432a94e8b5137e43ed208d65c466092 (patch) | |
tree | c6d2602c67faacc60b149ef053aa1075fa848b81 /doc | |
parent | e200cf9cfad9103d02314faa994f8b73a0df2ff1 (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/Symlink_support_on_Windows_10_Creators_Update_with_Developer_Mode.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/bugs/Symlink_support_on_Windows_10_Creators_Update_with_Developer_Mode.mdwn b/doc/bugs/Symlink_support_on_Windows_10_Creators_Update_with_Developer_Mode.mdwn index 1999477e5..02d8be70e 100644 --- a/doc/bugs/Symlink_support_on_Windows_10_Creators_Update_with_Developer_Mode.mdwn +++ b/doc/bugs/Symlink_support_on_Windows_10_Creators_Update_with_Developer_Mode.mdwn @@ -4,7 +4,9 @@ Since the Win10 Creators Update, if Developer Mode is enabled, symlinks can be c When symlinks are created, git-annex breaks in many wonderful ways. The symlinks are not detected as annexed files and `git annex info` shows that no files are in the annex. ### What steps will reproduce the problem? -On a Windows 10 machine with Creators update (v1709) and Developer mode enabled, do a `git clone` of a git-annex repository. +On a Windows 10 machine with Creators update (v1709) and Developer mode enabled, do a `git clone` of a git-annex repository. Then `git annex init` and `git annex info`. + +Additionally, if a `git annex sync` is performed, the symlinks are deleted. ### What version of git-annex are you using? On what operating system? v6.20180112 |