summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-11-16 15:12:46 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-11-16 15:12:46 -0400
commit84db9788226be2c558906fb5debc994b855dd063 (patch)
treece73364b6335a34d38b132cd1ac42d0f20f2318f /doc
parent3bb456c298f06899d83aecb85249c3edd5fb4ce6 (diff)
moreinfo needed
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/addurl_pathdepth_description_misleading/comment_3_2744e42db662486b46e203a72c3e56c7._comment21
1 files changed, 21 insertions, 0 deletions
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
index 000000000..45be25186
--- /dev/null
+++ b/doc/bugs/addurl_pathdepth_description_misleading/comment_3_2744e42db662486b46e203a72c3e56c7._comment
@@ -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.
+"""]]