From e18c6c9f3bb1a72d80c73bdeeb10a35dc8781fe2 Mon Sep 17 00:00:00 2001 From: robconnolly Date: Wed, 10 Apr 2013 09:32:32 +0000 Subject: [PATCH] --- .../Addurl_downloads_but_does_not_checkout_files.mdwn | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/bugs/Addurl_downloads_but_does_not_checkout_files.mdwn b/doc/bugs/Addurl_downloads_but_does_not_checkout_files.mdwn index 2f06297962..77e24cd2a3 100644 --- a/doc/bugs/Addurl_downloads_but_does_not_checkout_files.mdwn +++ b/doc/bugs/Addurl_downloads_but_does_not_checkout_files.mdwn @@ -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