summaryrefslogtreecommitdiff
path: root/doc/bugs/Windows__58___git_annex_get_failed.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-04-04 15:42:33 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-04-04 15:42:33 -0400
commit18851f0e8fc12978907bc596e3392de3b8f27e3a (patch)
tree258f0c66e61a9aeed147f018c09d29e0bb6c6c70 /doc/bugs/Windows__58___git_annex_get_failed.mdwn
parent34b94d09278cd4deb1157230a05360163245188f (diff)
v6: Close pointer file handles more quickly, to avoid problems on Windows.
Was using L.readFile, so the Handle would remain open until the garbage collector got around to it. Changed to explicit open and close, so we know it's always closed when the function returns.
Diffstat (limited to 'doc/bugs/Windows__58___git_annex_get_failed.mdwn')
-rw-r--r--doc/bugs/Windows__58___git_annex_get_failed.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/Windows__58___git_annex_get_failed.mdwn b/doc/bugs/Windows__58___git_annex_get_failed.mdwn
index 78b964de3..6c7416653 100644
--- a/doc/bugs/Windows__58___git_annex_get_failed.mdwn
+++ b/doc/bugs/Windows__58___git_annex_get_failed.mdwn
@@ -3,6 +3,8 @@ I'm using git-annex v6 in windows and seems `git annex get` fails.
Deleting the pointer files and doing a hard reset seems to fix the problem.
Another bug report named "v6 repo can not restore files with executable permission" seems to point to the same problem but a little different.
+[[!retitle "git annex get fails sometimes in v6 repository on Windows"]]
+
### What steps will reproduce the problem?
I have a repo in D:\annex with a file `test`
Now I create another repo: