summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar robconnolly <robconnolly@web>2013-04-10 09:32:32 +0000
committerGravatar admin <admin@branchable.com>2013-04-10 09:32:32 +0000
commitd1ee186b110e3961c5379a56aee46408c01e62ce (patch)
treeb793f0960088e17b135294a56eea46d2be2d8358 /doc
parent908542b08508697ae47b883df5f984c833d8ea60 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/Addurl_downloads_but_does_not_checkout_files.mdwn8
1 files 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 2f0629796..77e24cd2a 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