summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-02-25 16:41:44 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-02-25 16:41:44 -0400
commit0b5501daae79521a3dba77f2968f9e867b4f0f12 (patch)
treece7bc0420f9040a8976d635110367f4ecb88a152
parent67b52a441b98f4699688fe21e49178794a6feeeb (diff)
webdav and S3 tested and working on windows, for real now
-rw-r--r--doc/todo/windows_support.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/todo/windows_support.mdwn b/doc/todo/windows_support.mdwn
index 75c576401..bddd92098 100644
--- a/doc/todo/windows_support.mdwn
+++ b/doc/todo/windows_support.mdwn
@@ -47,7 +47,8 @@ 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.
+ Must use Msysgit. (Actually, this may no longer be the case; git-annex's
+ handling of paths has improved significantly on windows..)
* rsync special remotes with a rsyncurl of a local directory are known
buggy. (git-annex tells rsync C:foo and it thinks it means a remote host
named C...)
@@ -60,7 +61,6 @@ now! --[[Joey]]
## stuff needing testing
-* test S3 and box.com setup in webapp now that they should work..
* test that adding a repo on a removable drive works; that git is synced to
it and files can be transferred to it and back
* Does stopping in progress transfers work in the webapp?