move bug from forum and close

This commit is contained in:
Joey Hess 2014-02-21 13:43:20 -04:00
parent df87e94b5b
commit e834227202
Failed to extract signature
7 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1,22 @@
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.
> [[fixed|done]] --[[Joey]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="209.250.56.163"
subject="doubt this has anything to do with spaces"
date="2014-02-08T17:44:45Z"
content="""
If you want to drop the files from the remote, you need to also pass the --from option to dropunused. Otherwise, it defaults to dropping any of the unused files that are present in the local repository.
"""]]

View file

@ -0,0 +1,16 @@
[[!comment format=mdwn
username="https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8"
nickname="Hamza"
subject="comment 2"
date="2014-02-08T18:30:47Z"
content="""
I tried with/without --from still does not drop the files.
git annex dropunused --from cloud 1-3 --force
dropunused 1 (from cloud...) (gpg) ok
dropunused 2 (from cloud...) ok
dropunused 3 (from cloud...) ok
(Recording state in git...)
still running unused shows the files as unused.
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="209.250.56.163"
subject="comment 3"
date="2014-02-08T19:17:46Z"
content="""
Ok, you're right and this *does* involve spaces. Some bug in the unused log parser.
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="209.250.56.163"
subject="comment 4"
date="2014-02-08T19:28:18Z"
content="""
Fixed in git.
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8"
nickname="Hamza"
subject="comment 5"
date="2014-02-08T19:46:49Z"
content="""
Are the files dropped on the rsync repo? Or are they gonna be dropped when fix propagates to dmg build?
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="209.250.56.163"
subject="comment 6"
date="2014-02-08T19:49:11Z"
content="""
You will need to upgrade git-annex to the next autobuild or an upcoming release to get the fix.
"""]]