summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU <Matt@web>2011-12-06 12:50:28 +0000
committerGravatar admin <admin@branchable.com>2011-12-06 12:50:28 +0000
commitd62b060f0f8f765b8b7f79c453b5f1c363403f19 (patch)
tree4d15bac7a6cc2a6371c7d093c89eb0c4aef97796 /doc
parent27ce7ba5b49cf2ec4c8a778f90320d714fd17155 (diff)
Added a comment
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/git_annex_add_crash_and_subsequent_recovery/comment_1_062d0153a379c1ba1df8585b90220d3d._comment18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/forum/git_annex_add_crash_and_subsequent_recovery/comment_1_062d0153a379c1ba1df8585b90220d3d._comment b/doc/forum/git_annex_add_crash_and_subsequent_recovery/comment_1_062d0153a379c1ba1df8585b90220d3d._comment
new file mode 100644
index 000000000..e879441ff
--- /dev/null
+++ b/doc/forum/git_annex_add_crash_and_subsequent_recovery/comment_1_062d0153a379c1ba1df8585b90220d3d._comment
@@ -0,0 +1,18 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU"
+ nickname="Matt"
+ subject="comment 1"
+ date="2011-12-06T12:50:27Z"
+ content="""
+Ah HA! Looks like I found the cause of this.
+
+ [matt@rss01:~/files/matt_ford]0> git annex add mhs
+ add mhs/Accessing_Web_Manager_V10.pdf ok
+ ....
+ add mhs/MAHSC Costing Request Form Dual
+ Organisations - FINAL v20 Oct 2010.xls git-annex: unknown response from git cat-file refs/heads/git-annex:8d5/ed4/WORM-s568832-m1323164214--MAHSC Costing Request Form Dual missing
+
+Spot the file name with a newline character in it! This causes the error message above. It seems that the files proceeding this badly named file are sym-linked but not registered.
+
+Perhaps a bug?
+"""]]