File: comment_3_2744e42db662486b46e203a72c3e56c7._comment

package info (click to toggle)
git-annex 6.20170101-1%2Bdeb9u2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 50,088 kB
  • sloc: haskell: 53,116; sh: 1,582; ansic: 341; makefile: 292; perl: 144
file content (21 lines) | stat: -rw-r--r-- 653 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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.
"""]]