close as dup
authorJoey Hess <joeyh@joeyh.name>
Mon, 8 Feb 2021 18:19:43 +0000 (14:19 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 8 Feb 2021 18:19:43 +0000 (14:19 -0400)
doc/todo/Add_FAT_mode_without_double_using_disk_space.mdwn
doc/todo/Add_FAT_mode_without_double_using_disk_space/comment_1_133738096ed65997f2f4e9cb3332f957._comment [new file with mode: 0644]

index ce47e57d49a8733d67e3ca9b0dc0f6871a1dd9ef..2ea193f6b3ac4c02f380b664e1af71a866683d8f 100644 (file)
@@ -3,3 +3,6 @@ At the FAT disks annex uses ajusted unlocked branch. Files use double space: in
 
 # As I wonder
 At such disks, with option annex.thin, annex uses only file tree for keeping content. Content of the files in the .git folder is wiped.
+
+> [[done]], dup of other todo, and I don't know how to avoid the problem
+> with git deleting the file. --[[Joey]]
diff --git a/doc/todo/Add_FAT_mode_without_double_using_disk_space/comment_1_133738096ed65997f2f4e9cb3332f957._comment b/doc/todo/Add_FAT_mode_without_double_using_disk_space/comment_1_133738096ed65997f2f4e9cb3332f957._comment
new file mode 100644 (file)
index 0000000..dbd06d7
--- /dev/null
@@ -0,0 +1,15 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2021-02-08T18:17:00Z"
+ content="""
+This has the following problem: You run git pull. A file got deleted. git
+deletes the file in the repository directory. That was the only copy of the
+content, so it's now impossible to revert the deletion and get the file
+back, which you're supposed to be able to do.
+
+This is why git-annex has to either make a copy or hard link the file
+away for safekeeping.
+
+As already discussed in [[annex.thin without hardlinks]].
+"""]]