aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/addurl_--batch___40__--json_or_not__41___doesn__39__t_report_failure_correctly_if_non-annexed_file_exists.mdwn
blob: c135f7f32457ce72be7e216893b330e6cacb3112 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
### Please describe the problem.

Complained elsewhere (http://git-annex.branchable.com/bugs/inconsistent_output_upon_addurl_--batch_complicates_if_not_forbids_reliable_parsing_of_output/) haven't mentioned it was marked fixed, so reiterating as independent bugreport

With today's version
[[!format sh """

$> echo "http://www.onerussian.com/tmp/banner.png 123" | git annex addurl --batch --with-files
addurl 123 git-annex: 123 already exists and is not annexed; not overwriting                  

$> echo "http://www.onerussian.com/tmp/banner.png 123" | git annex addurl --batch --with-files 2>/dev/null
addurl 123 %       

$> echo "http://www.onerussian.com/tmp/banner.png 123" | git annex addurl --batch --with-files --json 2>/dev/null 
{"command":"addurl","file":"123"% 

"""]]

[[!meta author=yoh]]

> [[fixed|done]] --[[Joey]]