diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-03 21:24:23 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-03 21:24:23 -0400 |
commit | 86d86c64a1e6365856f6f66fefd32e6199e9af15 (patch) | |
tree | 272525a64737638f730dc29b608955f6a7883538 /doc/todo/windows_support.mdwn | |
parent | c2c49d4c5ef1257b9163c21526d5111e2469c4d1 (diff) |
update
Diffstat (limited to 'doc/todo/windows_support.mdwn')
-rw-r--r-- | doc/todo/windows_support.mdwn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/todo/windows_support.mdwn b/doc/todo/windows_support.mdwn index 777c946a6..c7078ec8d 100644 --- a/doc/todo/windows_support.mdwn +++ b/doc/todo/windows_support.mdwn @@ -6,7 +6,10 @@ now! --[[Joey]] * Does not work with Cygwin's build of git (that git does not consistently support use of DOS style paths, which git-annex uses on Windows). Must use Msysgit. -* rsync special remotes are known buggy. +* rsync special remotes with a rsyncurl of a local directory are known + let r = if inr1 then r1 else r2 + buggy. (git-annex tells rsync C:foo and it thinks it means a remote host + named C...) * Ssh connection caching does not work on Windows, so `git annex get` has to connect twice to the remote system over ssh per file, which is much slower than on systems supporting connection caching. |