summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-09-05 14:22:59 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-09-05 14:22:59 -0400
commitff197dd2a17f19cfbe2dc5e2d4449a0c581f8d18 (patch)
tree00c06d832617f3c8c8451b378c85cd0e6acf513b
parent43d88b16fbe7a8141570cc23c99dfe224e997ba3 (diff)
moreinfo; probably not a bug
-rw-r--r--doc/bugs/fsck_does_not_update_the_inventory_for_external_special_remotes.mdwn2
-rw-r--r--doc/bugs/fsck_does_not_update_the_inventory_for_external_special_remotes/comment_1_345f71917c053b4903cdf640ddcdf682._comment37
2 files changed, 39 insertions, 0 deletions
diff --git a/doc/bugs/fsck_does_not_update_the_inventory_for_external_special_remotes.mdwn b/doc/bugs/fsck_does_not_update_the_inventory_for_external_special_remotes.mdwn
index 57464f0cf..132b61f67 100644
--- a/doc/bugs/fsck_does_not_update_the_inventory_for_external_special_remotes.mdwn
+++ b/doc/bugs/fsck_does_not_update_the_inventory_for_external_special_remotes.mdwn
@@ -46,3 +46,5 @@ Some files in my external special remote got removed outside of git-annex's know
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
git-annex is fantastic! It is the only program that I trust to store my most precious files. If there is another way to get git-annex to update its inventory for files removed in special remotes I will gladly try it! Keep up the good work!
+
+[[!tag moreinfo]]
diff --git a/doc/bugs/fsck_does_not_update_the_inventory_for_external_special_remotes/comment_1_345f71917c053b4903cdf640ddcdf682._comment b/doc/bugs/fsck_does_not_update_the_inventory_for_external_special_remotes/comment_1_345f71917c053b4903cdf640ddcdf682._comment
new file mode 100644
index 000000000..327da7fd9
--- /dev/null
+++ b/doc/bugs/fsck_does_not_update_the_inventory_for_external_special_remotes/comment_1_345f71917c053b4903cdf640ddcdf682._comment
@@ -0,0 +1,37 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2016-09-05T18:14:24Z"
+ content="""
+I do not reproduce this bug with the current version of git-annex.
+
+Using a directory special remote:
+
+ joey@darkstar:~/tmp/me>git annex copy foo --to d
+ copy foo (to d...)
+ ok
+ joey@darkstar:~/tmp/me>sudo rm ../d/e70/8a4/SHA256E-s30--8f6ec07ba3543f8ae5da1d85602a389e36b15f291c2d1e02bc1920565c1a1f25/SHA256E-s30--8f6ec07ba3543f8ae5da1d85602a389e36b15f291c2d1e02bc1920565c1a1f25
+ fsck foo (fixing location log)
+ ** Based on the location log, foo
+ ** was expected to be present, but its content is missing.
+ failed
+ (recording state in git...)
+ git-annex: fsck: 1 failed
+ joey@darkstar:~/tmp/me>git annex whereis
+ whereis foo (1 copy)
+ e32ee842-ff63-4c23-b239-53cd887d79b1 -- joey@darkstar:~/tmp/me [here]
+ ok
+
+But, you omitted the "error message from special remote" for some reason.
+That information you omitted is almost certianly *crucial* information to understanding
+your bug report.
+
+If git-annex thinks it was not able to talk to the special remote at all,
+it won't record it as not having the file, because more likely the special
+remote is temporarily not accessible.
+
+At the moment, I see no indication of a bug. I'll leave this open for a little while marked moreinfo.
+
+(I'm also curious how you managed to report this bug without giving any
+title at all. I had to rename ".mdwn" to a more reasonable filename.)
+"""]]