summaryrefslogtreecommitdiff
path: root/doc/todo/windows_support.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-14 15:14:11 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-14 15:14:11 -0400
commitccb74be7a8d74e7c17571fd5cf6d66c1b8bda343 (patch)
treeb40d9232c97ca64772b3b3c780ab624c2f5167c1 /doc/todo/windows_support.mdwn
parent9d5f62b2f93ca9cd83d9e620ac9e9c46960cdc5d (diff)
update
Diffstat (limited to 'doc/todo/windows_support.mdwn')
-rw-r--r--doc/todo/windows_support.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/todo/windows_support.mdwn b/doc/todo/windows_support.mdwn
index bd71f3f6f..777dd0c67 100644
--- a/doc/todo/windows_support.mdwn
+++ b/doc/todo/windows_support.mdwn
@@ -9,8 +9,10 @@ now! --[[Joey]]
slashes the other way around in .git/config, which also doesn't work
for git-annex.)
* 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).
+ support use of DOS style paths, which git-annex uses on Windows).
Must use the upstream build of git for Windows.
+* OTOH, you do need to install Cygwin's build of rsync (unless you can
+ find another one), and Cygwin's build of ssh.
* test suite doesn't work
* Bad file locking, it's probably not safe to run more than one git-annex
process at the same time on Windows.