From 3e5a5762b7d006438b36b320bbef1c92ae647a6e Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawkywesyg6tKBZcmxJ2EMUO89DZL1LZ7Sng" Date: Wed, 17 Oct 2012 11:41:54 +0000 Subject: Added a comment --- ...mment_3_aa5e0f99000a5b4988bccbb2ca28353b._comment | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 doc/bugs/submodule_path_problem/comment_3_aa5e0f99000a5b4988bccbb2ca28353b._comment (limited to 'doc/bugs/submodule_path_problem/comment_3_aa5e0f99000a5b4988bccbb2ca28353b._comment') diff --git a/doc/bugs/submodule_path_problem/comment_3_aa5e0f99000a5b4988bccbb2ca28353b._comment b/doc/bugs/submodule_path_problem/comment_3_aa5e0f99000a5b4988bccbb2ca28353b._comment new file mode 100644 index 000000000..3f446a777 --- /dev/null +++ b/doc/bugs/submodule_path_problem/comment_3_aa5e0f99000a5b4988bccbb2ca28353b._comment @@ -0,0 +1,20 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawkywesyg6tKBZcmxJ2EMUO89DZL1LZ7Sng" + nickname="Peter" + subject="comment 3" + date="2012-10-17T11:41:54Z" + content=""" +One step closer, but still not perfect: + + git annex add big-file + > add big-file (checksum...) ok + > (Recording state in git...) + + git commit -a -m \"Added file\" + > git-annex: /Users/ptx/tmp/test-annex/test/.git/lib/submod: changeWorkingDirectory: does not exist (No such file or directory) + +So when applying the post-hook, git-annex is getting the wrong directory. + +`test/.git/lib/submod` should be `test/.git/modules/lib/submod` + +"""]] -- cgit v1.2.3