From 80f61cfaaa28fcbbeb442479e27fdddb297e6e64 Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Thu, 6 Sep 2018 23:43:12 +0000 Subject: [PATCH] initial report on problem with v6 in subdirectory --- ...____44___git_commit___34__blows__34__.mdwn | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 doc/bugs/v6_-_under_subdir__58___git_add___34__whines__34____44___git_commit___34__blows__34__.mdwn diff --git a/doc/bugs/v6_-_under_subdir__58___git_add___34__whines__34____44___git_commit___34__blows__34__.mdwn b/doc/bugs/v6_-_under_subdir__58___git_add___34__whines__34____44___git_commit___34__blows__34__.mdwn new file mode 100644 index 0000000000..74209966ee --- /dev/null +++ b/doc/bugs/v6_-_under_subdir__58___git_add___34__whines__34____44___git_commit___34__blows__34__.mdwn @@ -0,0 +1,49 @@ +### Please describe the problem. + + +### What steps will reproduce the problem? + + +### What version of git-annex are you using? On what operating system? + + +### Please provide any additional information below. + +[[!format sh """ +$> mkdir repo; cd repo; git init; git annex init; git annex upgrade; mkdir -p subdir; cd subdir; touch file; git add file +Initialized empty Git repository in /tmp/repo/.git/ +init ok +(recording state in git...) +upgrade (v5 to v6...) ok +git-annex: git: createProcess: runInteractiveProcess: chdir: does not exist (No such file or directory) +error: external filter 'git-annex smudge --clean %f' failed 1 +error: external filter 'git-annex smudge --clean %f' failed + +$> echo $?; git status +0 +git-annex: git: createProcess: runInteractiveProcess: chdir: does not exist (No such file or directory) +error: external filter 'git-annex smudge --clean %f' failed 1 +error: external filter 'git-annex smudge --clean %f' failed +On branch master + +Initial commit + +Changes to be committed: + (use "git rm --cached ..." to unstage) + + new file: file + +$> git commit -m 'added file' +git-annex: git: createProcess: runInteractiveProcess: chdir: does not exist (No such file or directory) + +$> echo $? +1 + +$> git annex version +git-annex version: 6.20180807+git230-gaa291acfe-1~ndall+1 + +"""]] + +also happens with 6.20180807-1 but not with 6.20170101-1+deb9u2, so it is a regression + +[[!meta author=yoh]]