summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8 <Hamza@web>2014-02-08 14:28:18 +0000
committerGravatar admin <admin@branchable.com>2014-02-08 14:28:18 +0000
commit2eee0492ddca1dbe1f4593c46fe910e82b1ba985 (patch)
tree3a96ba88fec733ca064525472825324a778f9811
parent33426c4255c874ee607dd701d405f07eb10e969d (diff)
-rw-r--r--doc/forum/Can_not_Drop_Unused_Files_With_Spaces.mdwn20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/forum/Can_not_Drop_Unused_Files_With_Spaces.mdwn b/doc/forum/Can_not_Drop_Unused_Files_With_Spaces.mdwn
new file mode 100644
index 000000000..70a573ff4
--- /dev/null
+++ b/doc/forum/Can_not_Drop_Unused_Files_With_Spaces.mdwn
@@ -0,0 +1,20 @@
+I have a repository at rsync.net, even though following files are shown as unused I can not drop them.
+
+Running unused,
+
+ git annex unused --from cloud
+ unused cloud (checking for unused data...) (checking annex/direct/master...)
+ Some annexed data on cloud is not used by any files:
+ NUMBER KEY
+ 1 SHA256E-s4189547--43aef42540e7f50fc454ab3a2ce4aa28a13b57cccff725359cea0470eb88704b. Bir.mp3
+ 2 SHA256E-s853765--c0964d3af493d78b7b8393a2aefdd8c290390a03c8cb5cccdcac4647c0fc52a0. 1.jpg
+ 3 SHA256E-s8706267--e34988b70048a512ad0f431a2a91fa7dd553f96c2bd6caca0bcef928bdfafb93. 3.mp3
+ (To see where data was previously used, try: git log --stat -S'KEY')
+
+ To remove unwanted data: git-annex dropunused --from cloud NUMBER
+
+show these then running,
+
+ git annex dropunused 1-3 --force
+
+reports ok for each drop operation but rerunning git annex unused --from cloud still shows these three files as unused. I am using git-annex on mac os x (current dmg) on a direct repo. I have similar problems dropping files on the current repo even though I drop unused they still show up as unused.