summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-11-30 15:45:05 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-11-30 15:45:05 -0400
commit06e9037a72a98702c720539ed833182a9c83d565 (patch)
tree35a61047c72bf61d587afefeb5fa3f2d087c8171
parentd7476b20b96c4717b465df92b369837abf6fa28e (diff)
response
-rw-r--r--doc/forum/git_annex_drop_not_freeing_space_on_filesystem/.comment_3_de4aa12c84a6025497f8c743a397ef63._comment.swpbin0 -> 12288 bytes
-rw-r--r--doc/forum/git_annex_drop_not_freeing_space_on_filesystem/comment_3_248cb012c87605479fb17fa4aadc1185._comment16
2 files changed, 16 insertions, 0 deletions
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
index 000000000..b1e91fa2e
--- /dev/null
+++ b/doc/forum/git_annex_drop_not_freeing_space_on_filesystem/.comment_3_de4aa12c84a6025497f8c743a397ef63._comment.swp
Binary files 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
index 000000000..3f35c5016
--- /dev/null
+++ b/doc/forum/git_annex_drop_not_freeing_space_on_filesystem/comment_3_248cb012c87605479fb17fa4aadc1185._comment
@@ -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.
+"""]]