moreinfo needed
authorJoey Hess <joeyh@joeyh.name>
Wed, 16 Nov 2016 19:12:46 +0000 (15:12 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 16 Nov 2016 19:12:46 +0000 (15:12 -0400)
doc/bugs/addurl_pathdepth_description_misleading/comment_3_2744e42db662486b46e203a72c3e56c7._comment [new file with mode: 0644]

diff --git a/doc/bugs/addurl_pathdepth_description_misleading/comment_3_2744e42db662486b46e203a72c3e56c7._comment b/doc/bugs/addurl_pathdepth_description_misleading/comment_3_2744e42db662486b46e203a72c3e56c7._comment
new file mode 100644 (file)
index 0000000..45be251
--- /dev/null
@@ -0,0 +1,21 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 3"""
+ date="2016-11-16T19:04:37Z"
+ content="""
+Seems to work as described here:
+
+       joey@darkstar:~/tmp/r>rm localhost__joey_blog_index.html 
+       joey@darkstar:~/tmp/r>git annex addurl --pathdepth 2 http://localhost/~joey/blog/index.html
+       addurl blog/index.html (downloading http://localhost/~joey/blog/index.html ...) 
+       /home/joey/tmp/r/ 100%[===========>]  40.70K  --.-KB/s    in 0s      
+       ok
+       (recording state in git...)
+       joey@darkstar:~/tmp/r>ls
+       blog/
+       joey@darkstar:~/tmp/r>ls blog
+       index.html
+
+It would probably help if you can provide a test case where it does not work
+as described.
+"""]]