diff options
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/windows_support.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/todo/windows_support.mdwn b/doc/todo/windows_support.mdwn index c7aa402e3..450dbbeff 100644 --- a/doc/todo/windows_support.mdwn +++ b/doc/todo/windows_support.mdwn @@ -10,6 +10,18 @@ now! --[[Joey]] * 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. +* The test suite does not 100% pass, although it seems to be getting + quite close! Current known failures: + * unannex test fails, but only around 50% or less of the time, + while updating the .map file. Renaming the new file into place fails + with permission denied. Possibly something else has the file + open? + * "conflict_resolution (mixed directory and file)" test fails; + not because the conflict resolution fails, but the sync fails + pushing to synced/master with a non-fast-forward failure. + * Some tests fail if git has not had the username and email configured. + This is odd because the test suite goes to some lengths to + get env vars set to prevent this problem. * `git annex assistant` has not been tested, is probably quite incomplete and/or buggy. * Doesn't daemonize. Maybe use |