response
authorJoey Hess <joeyh@joeyh.name>
Mon, 30 Nov 2015 19:45:05 +0000 (15:45 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 30 Nov 2015 19:45:05 +0000 (15:45 -0400)
doc/forum/git_annex_drop_not_freeing_space_on_filesystem/.comment_3_de4aa12c84a6025497f8c743a397ef63._comment.swp [new file with mode: 0644]
doc/forum/git_annex_drop_not_freeing_space_on_filesystem/comment_3_248cb012c87605479fb17fa4aadc1185._comment [new file with mode: 0644]

diff --git a/doc/forum/git_annex_drop_not_freeing_space_on_filesystem/.comment_3_de4aa12c84a6025497f8c743a397ef63._comment.swp b/doc/forum/git_annex_drop_not_freeing_space_on_filesystem/.comment_3_de4aa12c84a6025497f8c743a397ef63._comment.swp
new file mode 100644 (file)
index 0000000..b1e91fa
Binary files /dev/null and b/doc/forum/git_annex_drop_not_freeing_space_on_filesystem/.comment_3_de4aa12c84a6025497f8c743a397ef63._comment.swp differ
diff --git a/doc/forum/git_annex_drop_not_freeing_space_on_filesystem/comment_3_248cb012c87605479fb17fa4aadc1185._comment b/doc/forum/git_annex_drop_not_freeing_space_on_filesystem/comment_3_248cb012c87605479fb17fa4aadc1185._comment
new file mode 100644 (file)
index 0000000..3f35c50
--- /dev/null
@@ -0,0 +1,16 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 3"""
+ date="2015-11-30T19:42:47Z"
+ content="""
+git annex drop can only drop files that the local repository knows about.
+Perhaps you forgot to update your local repo (eg with `git annex sync`) so
+it didn't know about the files in the remote and so couldn't drop them.
+
+Of course, git annex drop also will refuse to drop a file from a repository
+if that not preserve the required number of copies of the file. It will
+tell you if this is the case.
+
+You need to post more details. I can assure you that git annex drop drops
+content from a repository.
+"""]]