summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-02-13 12:40:10 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-02-13 12:40:10 -0400
commit3b27ac0a3072b6c9c5907d867439fdb096d4253f (patch)
tree050f2b57476e7bd606b4dce9a40a0683e5dd2bae /doc
parent7b2a2192cc6871a74177f35543a0590a022e51ca (diff)
windows: fix fsck --incremental to not crash
Although it is still not incremental.
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/windows_support.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/todo/windows_support.mdwn b/doc/todo/windows_support.mdwn
index aefec9f50..357697fee 100644
--- a/doc/todo/windows_support.mdwn
+++ b/doc/todo/windows_support.mdwn
@@ -38,9 +38,6 @@ now! --[[Joey]]
starting git-annex from the menu failed with `file://C:\Documents does
not exist`. The local repo was `C:\Documents and Settings\...\...`
* View debug log is empty in windows -- all log must goes to console.
-* Adding removable drive repo failed setting core.fsyncobjectfiles
- Error: `could not lock config file /annex/.git/config: No such file or
- directory` -- seems to be a drive path problem?
* Local pairing seems to fail, after acking on Linux box, it stalls.
* rsync.net setup failed. Seems to have generated a hostname including
the directory somehow.
@@ -51,6 +48,9 @@ now! --[[Joey]]
* glacier-cli is not easily available (probably)
* When clicking on the Files at the top of the webapp, a file
browser *is* opened, but it has a Z-order underneath the web browser.
+* Incremental fsck sets the sticky bit to record when a file is fscked,
+ and this is not done on windows, so fsck doesn't behave incrementally
+ there.
## stuff needing testing