summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar spwhitton <spwhitton@web>2012-12-06 15:13:02 +0000
committerGravatar admin <admin@branchable.com>2012-12-06 15:13:02 +0000
commit0d65d07a18562e0f264f2a6e2bbcb115fdb9c90d (patch)
tree3a60446bb9a497080e99221a8e70d662c8129a68 /doc
parent0819353b0bf0109d478d2a7880b2a132450891b4 (diff)
Added a comment
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/Error_when_dropping___34__hGetLine:_end_of_file__34__/comment_2_b0796d3b1913e1b6f7b34d75a591be42._comment16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/bugs/Error_when_dropping___34__hGetLine:_end_of_file__34__/comment_2_b0796d3b1913e1b6f7b34d75a591be42._comment b/doc/bugs/Error_when_dropping___34__hGetLine:_end_of_file__34__/comment_2_b0796d3b1913e1b6f7b34d75a591be42._comment
new file mode 100644
index 000000000..696bdb5aa
--- /dev/null
+++ b/doc/bugs/Error_when_dropping___34__hGetLine:_end_of_file__34__/comment_2_b0796d3b1913e1b6f7b34d75a591be42._comment
@@ -0,0 +1,16 @@
+[[!comment format=mdwn
+ username="spwhitton"
+ ip="163.1.167.50"
+ subject="comment 2"
+ date="2012-12-06T15:13:02Z"
+ content="""
+Sure, I've added --debug to the assistant autostart file and am running `git annex --debug drop`. For the first type of error given above I get output like
+
+ [2012-12-06 15:08:50 GMT] read: git [\"--git-dir=/home/swhitton/var/.git\",\"--work-tree=/home/swhitton/var\",\"ls-files\",\"--cached\",\"-z\",\"--\",\".\"]
+ [2012-12-06 15:08:50 GMT] chat: git [\"--git-dir=/home/swhitton/var/.git\",\"--work-tree=/home/swhitton/var\",\"check-attr\",\"-z\",\"--stdin\",\"annex.backend\",\"annex.numcopies\",\"--\"]
+
+ git-annex: fd:10: hGetLine: end of file
+ failed
+
+and for the \"resource vanished\" errors I get no further output. There is also nothing further in `daemon.log`.
+"""]]