From 70b5d853710ae5208e2a8a4ac3f984b2b7078ea6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 13 May 2013 20:00:45 -0400 Subject: [PATCH] update --- doc/todo/windows_support.mdwn | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/todo/windows_support.mdwn b/doc/todo/windows_support.mdwn index 5e0993b5a4..200f8cea5c 100644 --- a/doc/todo/windows_support.mdwn +++ b/doc/todo/windows_support.mdwn @@ -3,7 +3,11 @@ now! --[[Joey]] ## status -* `git annex add` doesn't work +* git-annex fails to access a clone located on the local machine + (including other drives). It thinks that `c:\clone` is a ssh remote. + (When Cygwin's build of git is used to make the clone, it puts the + slashes the other way around in .git/config, which also doesn't work + for git-annex.) * 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.