diff options
author | https://www.google.com/accounts/o8/id?id=AItOawnwNDA50ZupMvOgpgDqzDRyu5B-mYlVwa4 <Andreas@web> | 2015-01-21 07:30:51 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-01-21 07:30:51 +0000 |
commit | 0f4dfe91a84acdd5c2cccfdaf7548c0067e673cb (patch) | |
tree | 34412731a4377da6e031bebed07619a8617b87b4 | |
parent | 5f21f637df38af10354d3ecd7941c21bfa9d874c (diff) |
Added a comment
-rw-r--r-- | doc/bugs/git_annex_direct_-__62___rename:_does_not_exist/comment_4_3c7a7a0983d3a75a04395141aaf16dbb._comment | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_direct_-__62___rename:_does_not_exist/comment_4_3c7a7a0983d3a75a04395141aaf16dbb._comment b/doc/bugs/git_annex_direct_-__62___rename:_does_not_exist/comment_4_3c7a7a0983d3a75a04395141aaf16dbb._comment new file mode 100644 index 000000000..fb1c5641d --- /dev/null +++ b/doc/bugs/git_annex_direct_-__62___rename:_does_not_exist/comment_4_3c7a7a0983d3a75a04395141aaf16dbb._comment @@ -0,0 +1,33 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawnwNDA50ZupMvOgpgDqzDRyu5B-mYlVwa4" + nickname="Andreas" + subject="comment 4" + date="2015-01-21T07:30:51Z" + content=""" +This is what I see: + + ➜ ~ mkdir test + ➜ ~ cd test + ➜ test git init + Initialized empty Git repository in /home/deas/test/.git/ + ➜ test git:(master) + ➜ test git:(master) git annex init + init ok + (Recording state in git...) + ➜ test git:(master) touch foobar.txt + ➜ test git:(master) ✗ git annex add + add foobar.txt ok + (Recording state in git...) + ➜ test git:(master) ✗ git annex direct + commit + [master (root-commit) a6e3d83] commit before switching to direct mode + 1 file changed, 1 insertion(+) + create mode 120000 foobar.txt + ok + direct foobar.txt + /home/deas/test/.git/annex/misctmp/tmp6895: rename: does not exist (No such file or directory) + + leaving this file as-is; correct this problem and run git annex fsck on it + direct ok + ➜ test git:(annex/direct/master) +"""]] |