![Joey Hess](/assets/img/avatar_default.png)
* unannex, uninit: Avoid committing after every file is unannexed, for massive speedup. * --notify-finish switch will cause desktop notifications after each file upload/download/drop completes (using the dbus Desktop Notifications Specification) * --notify-start switch will show desktop notifications when each file upload/download starts. * webapp: Automatically install Nautilus integration scripts to get and drop files. * tahoe: Pass -d parameter before subcommand; putting it after the subcommand no longer works with tahoe-lafs version 1.10. (Thanks, Alberto Berti) * forget --drop-dead: Avoid removing the dead remote from the trust.log, so that if git remotes for it still exist anywhere, git annex info will still know it's dead and not show it. * git-annex-shell: Make configlist automatically initialize a remote git repository, as long as a git-annex branch has been pushed to it, to simplify setup of remote git repositories, including via gitolite. * add --include-dotfiles: New option, perhaps useful for backups. * Version 5.20140227 broke creation of glacier repositories, not including the datacenter and vault in their configuration. This bug is fixed, but glacier repositories set up with the broken version of git-annex need to have the datacenter and vault set in order to be usable. This can be done using git annex enableremote to add the missing settings. For details, see http://git-annex.branchable.com/bugs/problems_with_glacier/ * Added required content configuration. * assistant: Improve ssh authorized keys line generated in local pairing or for a remote ssh server to set environment variables in an alternative way that works with the non-POSIX fish shell, as well as POSIX shells. # 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$
|
|
|
|
\"\"\"]]
|
|
"""]]
|