
* Fix minor FD leak in journal code. Closes: #754608 * direct: Fix handling of case where a work tree subdirectory cannot be written to due to permissions. * migrate: Avoid re-checksumming when migrating from hashE to hash backend. * uninit: Avoid failing final removal in some direct mode repositories due to file modes. * S3: Deal with AWS ACL configurations that do not allow creating or checking the location of a bucket, but only reading and writing content to it. * resolvemerge: New plumbing command that runs the automatic merge conflict resolver. * Deal with change in git 2.0 that made indirect mode merge conflict resolution leave behind old files. * sync: Fix git sync with local git remotes even when they don't have an annex.uuid set. (The assistant already did so.) * Set gcrypt-publish-participants when setting up a gcrypt repository, to avoid unncessary passphrase prompts. This is a security/usability tradeoff. To avoid exposing the gpg key ids who can decrypt the repository, users can unset gcrypt-publish-participants. * Install nautilus hooks even when ~/.local/share/nautilus/ does not yet exist, since it is not automatically created for Gnome 3 users. * Windows: Move .vbs files out of git\bin, to avoid that being in the PATH, which caused some weird breakage. (Thanks, divB) * Windows: Fix locking issue that prevented the webapp starting (since 5.20140707). # imported from the archive
46 lines
2.1 KiB
Text
46 lines
2.1 KiB
Text
[[!comment format=mdwn
|
|
username="https://www.google.com/accounts/o8/id?id=AItOawnaH44G3QbxBAYyDwy0PbvL0ls60XoaR3Y"
|
|
nickname="Nigel"
|
|
subject="git annex get failed"
|
|
date="2013-08-02T14:29:30Z"
|
|
content="""
|
|
Hi, I am coming back to this and testing Flickr as a repository for moving files about and have run into what may be my very basic misunderstanding with vanilla annex.
|
|
|
|
I copied one file to Flickr and dropped it elsewhere (--force). I assumed that the file was on Flickr ok but that the numcopies setting required the force because of the semi-trust level of the Flickr remote.
|
|
|
|
Then I find I can't get the file back, even though there is a record of it from whereis.
|
|
|
|
Can you help enlighten me as to what am I missing? I assumed whereis would only report files that exist and can be copied back. If not my error, I can raise bug or search for logs. Thanks in advance for any help.
|
|
|
|
[[!format perl \"\"\"
|
|
|
|
|
|
nrb@nrb-ThinkPad-T61:~/tmp$ git annex whereis
|
|
whereis libpeerconnection.log (3 copies)
|
|
31124688-0792-4214-9e00-7ed115aa6b8e -- flickr (the flickr library)
|
|
3e3d40d7-de8f-4591-a4ab-747d74a3b278 -- origin (my laptop)
|
|
ec2d64fc-30d6-48b4-99bf-7b1bc22d420d -- portable USB drive
|
|
ok
|
|
whereis test.cgi (1 copy)
|
|
31124688-0792-4214-9e00-7ed115aa6b8e -- flickr (the flickr library)
|
|
ok
|
|
whereis walkthrough.sh (3 copies)
|
|
31124688-0792-4214-9e00-7ed115aa6b8e -- flickr (the flickr library)
|
|
3e3d40d7-de8f-4591-a4ab-747d74a3b278 -- origin (my laptop)
|
|
ec2d64fc-30d6-48b4-99bf-7b1bc22d420d -- portable USB drive
|
|
ok
|
|
whereis walkthrough.sh~ (3 copies)
|
|
31124688-0792-4214-9e00-7ed115aa6b8e -- flickr (the flickr library)
|
|
3e3d40d7-de8f-4591-a4ab-747d74a3b278 -- origin (my laptop)
|
|
ec2d64fc-30d6-48b4-99bf-7b1bc22d420d -- portable USB drive
|
|
ok
|
|
nrb@nrb-ThinkPad-T61:~/tmp$ git annex get test.cgi
|
|
get test.cgi (from flickr...)
|
|
|
|
git-annex: /home/nrb/tmp/.git/annex/tmp/SHA256E-s48--a01eedbee949120aeda41e566f9ae8faef1c2bacaa6d7bb8e45050fb8df6d09d.cgi: rename: does not exist (No such file or directory)
|
|
failed
|
|
git-annex: get: 1 failed
|
|
nrb@nrb-ThinkPad-T61:~/tmp$
|
|
|
|
\"\"\"]]
|
|
"""]]
|