This commit is contained in:
parent
ef3541612c
commit
73ac9c81f6
1 changed files with 67 additions and 0 deletions
67
doc/bugs/Addurl_downloads_but_does_not_checkout_files.mdwn
Normal file
67
doc/bugs/Addurl_downloads_but_does_not_checkout_files.mdwn
Normal file
|
@ -0,0 +1,67 @@
|
||||||
|
What steps will reproduce the problem?rob@riker:~/Podcasts/TuxRadar Linux Podcast (Ogg)$ ls
|
||||||
|
|
||||||
|
Example below illustrates downloading a podcast with git annex addurl:
|
||||||
|
|
||||||
|
# list directory before...
|
||||||
|
~/Podcasts/TuxRadar Linux Podcast (Ogg)$ ls
|
||||||
|
folder.jpg tuxradar_s04e24.ogg
|
||||||
|
tuxradar_s04e09.ogg tuxradar_s05e01.ogg
|
||||||
|
tuxradar_s04e11.ogg tuxradar_s05e02.ogg
|
||||||
|
tuxradar_s04e13.ogg tuxradar_s05e03.ogg
|
||||||
|
tuxradar_s04e15.ogg tuxradar_s05e04.ogg
|
||||||
|
tuxradar_s04e16.ogg www.tuxradar.com_files_podcast_tuxradar_s04e10.ogg
|
||||||
|
tuxradar_s04e19.ogg www.tuxradar.com_files_podcast_tuxradar_s04e12.ogg
|
||||||
|
tuxradar_s04e20.ogg www.tuxradar.com_files_podcast_tuxradar_s04e14.ogg
|
||||||
|
tuxradar_s04e21.ogg www.tuxradar.com_files_podcast_tuxradar_s04e17.ogg
|
||||||
|
tuxradar_s04e22.ogg www.tuxradar.com_files_podcast_tuxradar_s04e18.ogg
|
||||||
|
tuxradar_s04e23.ogg
|
||||||
|
|
||||||
|
# download file
|
||||||
|
~/Podcasts/TuxRadar Linux Podcast (Ogg)$ git annex addurl http://www.tuxradar.com/files/podcast/tuxradar_s05e05.ogg
|
||||||
|
addurl www.tuxradar.com_files_podcast_tuxradar_s05e05.ogg (downloading http://www.tuxradar.com/files/podcast/tuxradar_s05e05.ogg ...) --2013-04-10 21:18:12-- http://www.tuxradar.com/files/podcast/tuxradar_s05e05.ogg
|
||||||
|
Resolving www.tuxradar.com (www.tuxradar.com)... 80.244.178.150
|
||||||
|
Connecting to www.tuxradar.com (www.tuxradar.com)|80.244.178.150|:80... connected.
|
||||||
|
HTTP request sent, awaiting response... 200 OK
|
||||||
|
Length: 33249291 (32M) [application/ogg]
|
||||||
|
Saving to: `/home/rob/Podcasts/.git/annex/tmp/URL--http&c%%www.tuxradar.com%files%podcast%tuxradar_s05e05.ogg'
|
||||||
|
|
||||||
|
100%[===============================>] 33,249,291 404K/s in 81s
|
||||||
|
|
||||||
|
2013-04-10 21:19:35 (399 KB/s) - `/home/rob/Podcasts/.git/annex/tmp/URL--http&c%%www.tuxradar.com%files%podcast%tuxradar_s05e05.ogg' saved [33249291/33249291]
|
||||||
|
|
||||||
|
(checksum...) ok
|
||||||
|
(Recording state in git...)
|
||||||
|
|
||||||
|
# file appears to have been downloaded, but isn't there
|
||||||
|
~/Podcasts/TuxRadar Linux Podcast (Ogg)$ ls
|
||||||
|
folder.jpg tuxradar_s04e24.ogg
|
||||||
|
tuxradar_s04e09.ogg tuxradar_s05e01.ogg
|
||||||
|
tuxradar_s04e11.ogg tuxradar_s05e02.ogg
|
||||||
|
tuxradar_s04e13.ogg tuxradar_s05e03.ogg
|
||||||
|
tuxradar_s04e15.ogg tuxradar_s05e04.ogg
|
||||||
|
tuxradar_s04e16.ogg www.tuxradar.com_files_podcast_tuxradar_s04e10.ogg
|
||||||
|
tuxradar_s04e19.ogg www.tuxradar.com_files_podcast_tuxradar_s04e12.ogg
|
||||||
|
tuxradar_s04e20.ogg www.tuxradar.com_files_podcast_tuxradar_s04e14.ogg
|
||||||
|
tuxradar_s04e21.ogg www.tuxradar.com_files_podcast_tuxradar_s04e17.ogg
|
||||||
|
tuxradar_s04e22.ogg www.tuxradar.com_files_podcast_tuxradar_s04e18.ogg
|
||||||
|
tuxradar_s04e23.ogg
|
||||||
|
|
||||||
|
What is the expected output? What do you see instead?
|
||||||
|
|
||||||
|
File should exist in current directory. As you can see from above output, this has worked in the past (with older versions).
|
||||||
|
|
||||||
|
What version of git-annex are you using? On what operating system?
|
||||||
|
|
||||||
|
git-annex version: 4.20130405
|
||||||
|
local repository version: 3
|
||||||
|
default repository version: 3
|
||||||
|
supported repository versions: 3 4
|
||||||
|
upgrade supported from repository versions: 0 1 2
|
||||||
|
build flags: Assistant Webapp Pairing Testsuite S3 WebDAV Inotify DBus XMPP
|
||||||
|
|
||||||
|
OS: Debian Testing/Unstable
|
||||||
|
|
||||||
|
Please provide any additional information below.
|
||||||
|
|
||||||
|
The repository in question was created by the assistant and I tried the above with the assistant both running and not running, with no difference. I have also tried downloading other files.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue