summaryrefslogtreecommitdiff
path: root/doc/bugs/git-annex_deletes_file_when_using___34__git_annex_get__34___after___34__git_annex_addurl_--file__34__/comment_1_dca81d5db9a966fc992ed28bb3c2a242._comment
blob: 65ebab1f2c598cf45d7d60f91cff0712182932ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[[!comment format=mdwn
 username="joey"
 subject="""comment 1"""
 date="2015-05-05T17:11:38Z"
 content="""
Thanks for a great bug report!

Unfortunately, this turns out to be a bug in wget, as shown by this transcript:

	joey@darkstar:~/tmp/y>ls
	README@
	joey@darkstar:~/tmp/y>wget -q --show-progress --clobber -c -O .git/annex/tmp/SHA256E-s1495--8822780b87a880ca9956ac108812557044618859cecb07df488df57e8134e34f ftp://ftp.funet.fi/pub/Linux/mirrors/debian/README --user-agent git-annex/5.20150505-gcdb212f
	joey@darkstar:~/tmp/y>ls
	joey@darkstar:~/tmp/y>

I have filed a bug report on wget <http://bugs.debian.org/784348>,
and I guess I'll try to work around it in git-annex by running wget
inside an empty temp directory.
"""]]