summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-11 11:22:49 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-11 11:22:49 -0400
commitd40dc6c2a523bc4756b89f9e0973b93b13e44a73 (patch)
treed6e33602095bd4784dc76cb364ea89f00d0c065e
parenta7df8c5dc7aac79dc5074e01b8b08ad88f9ec7c9 (diff)
response
-rw-r--r--doc/forum/importfeed_loads_files_a_second_time_prepending_a_2__95__/comment_1_1623344457fbe10c464506e41fbac3d8._comment19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/forum/importfeed_loads_files_a_second_time_prepending_a_2__95__/comment_1_1623344457fbe10c464506e41fbac3d8._comment b/doc/forum/importfeed_loads_files_a_second_time_prepending_a_2__95__/comment_1_1623344457fbe10c464506e41fbac3d8._comment
new file mode 100644
index 000000000..03b935f4a
--- /dev/null
+++ b/doc/forum/importfeed_loads_files_a_second_time_prepending_a_2__95__/comment_1_1623344457fbe10c464506e41fbac3d8._comment
@@ -0,0 +1,19 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2017-10-11T15:17:41Z"
+ content="""
+RSS feeds have unique IDs that are attached to a post in the feed.
+They are supposed to be allocated once and remain unchanged. It's not
+entirely uncommon for the unique IDs to change (due to broken feed
+generation software, changing feed generation software, etc), and then git-annex
+thinks this is a new file in the feed, that happens to have the same
+title as another file, so it makes up a unique name for it with the "2_".
+
+Since the alternative is to miss downloading new files from the RSS feed
+if they happen to have the same title as a previous file, I think we have
+to live with this.
+
+(git-annex was improved in version 5.20150727 to avoid some cases
+of this)
+"""]]