This commit is contained in:
robconnolly 2013-04-10 09:32:32 +00:00 committed by admin
parent 1662bdf6aa
commit e18c6c9f3b

View file

@ -3,6 +3,7 @@ What steps will reproduce the problem?
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
@ -16,7 +17,8 @@ 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
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
@ -32,7 +34,8 @@ Saving to: `/home/rob/Podcasts/.git/annex/tmp/URL--http&c%%www.tuxradar.com%file
(checksum...) ok
(Recording state in git...)
file appears to have been downloaded, but isn't there
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
@ -65,3 +68,4 @@ 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.
EDIT: formatting