diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-13 22:48:14 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-13 22:48:14 -0400 |
commit | 4d53eac1bbe50eb2ce333baec7fd5e42d86e7373 (patch) | |
tree | d884cdc9ceaa99fdf85f04bd5c91be2cb76b2247 /doc/bugs | |
parent | af9c3a2bb2954b9a82eb98dfa9a94c9f74a24feb (diff) | |
parent | 9ad0cab29ab28829324b4b0302c5e9860b2622c9 (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/Assistant_does_not_actually_check_newly_annex-added_files_into_git_until_daily_sanity_check.mdwn | 100 | ||||
-rw-r--r-- | doc/bugs/unannex_removes_object_even_if_referred_to_by_others.mdwn | 18 |
2 files changed, 118 insertions, 0 deletions
diff --git a/doc/bugs/Assistant_does_not_actually_check_newly_annex-added_files_into_git_until_daily_sanity_check.mdwn b/doc/bugs/Assistant_does_not_actually_check_newly_annex-added_files_into_git_until_daily_sanity_check.mdwn new file mode 100644 index 000000000..149f63c56 --- /dev/null +++ b/doc/bugs/Assistant_does_not_actually_check_newly_annex-added_files_into_git_until_daily_sanity_check.mdwn @@ -0,0 +1,100 @@ +What steps will reproduce the problem? + +Move any file into a git annex repository using "mv". The symlink is created, content is stored in .git/annex, content may even be moved to other repos, but the symlink is not checked into git. A day later, the daily sanity check will add and check-in the link. + +What is the expected output? What do you see instead? + +After adding content to git-annex, "git status" should show a clean repo with everything checked in. + +Instead it looks like this: + + ~$ touch foobar + ~$ rm foobar + ~$ echo "foo" > bar + ~$ mv bar annex/Incoming/ + ~$ cd annex + annex$ git status + # On branch master + # Untracked files: + # (use "git add <file>..." to include in what will be committed) + # + # Incoming/bar + nothing added to commit but untracked files present (use "git add" to track) + annex$ + + + +I ran the assistant with the --debug option and this is what was in the daemon.log when this happened: + + [2013-03-13 09:23:36 EDT] read: git ["--git-dir=/Users/ed/annex/.git","--work-tree=/Users/ed/annex","ls-files","--others","--exclude-standard","-z","--","/Users/ed/annex/Incoming/bar"] + [2013-03-13 09:23:37 EDT] read: lsof ["-F0can","+d","/Users/ed/annex/.git/annex/tmp/"] + [2013-03-13 09:23:39 EDT] Committer: Adding bar + + + (Recording state in git...) + (Recording state in git...) + (Recording state in git...) + (Recording state in git...) + add Incoming/bar (checksum...) recv: resource vanished (Connection reset by peer) + [2013-03-13 09:23:39 EDT] 127.0.0.1 GET /sidebar/NotificationId%201 Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:19.0) Gecko/20100101 Firefox/19.0 + [2013-03-13 09:23:40 EDT] 127.0.0.1 GET /sidebar/NotificationId%201 Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:19.0) Gecko/20100101 Firefox/19.0 + + +What version of git-annex are you using? On what operating system? + +A fresh compile from last night (git hash fe2df85f0db08227556897db3b076ef321e4303a). OS X Lion. + + +Please provide any additional information below. + +I get the same effect when doing this with a newly created "testannex" repo with nothing in it but a newly created file -- I just haven't left the assistant running in a test repo all day to confirm that the file doesn't get checked in till the next daily sanity check. + +Here it is on a newly-created, empty repo: + + testannex$ git init + Initialized empty Git repository in /Users/ed/testannex/.git/ + testannex$ git annex init + init ok + (Recording state in git...) + testannex$ git annex assistant --debug + [2013-03-13 09:31:10 EDT] read: git ["--git-dir=/Users/ed/testannex/.git","--work-tree=/Users/ed/testannex","show-ref","git-annex"] + [2013-03-13 09:31:10 EDT] read: git ["--git-dir=/Users/ed/testannex/.git","--work-tree=/Users/ed/testannex","show-ref","--hash","refs/heads/git-annex"] + [2013-03-13 09:31:10 EDT] read: git ["--git-dir=/Users/ed/testannex/.git","--work-tree=/Users/ed/testannex","log","refs/heads/git-annex..4aeceaff629c83c35c1244da9eeeac4b7c228fef","--oneline","-n1"] + [2013-03-13 09:31:10 EDT] chat: git ["--git-dir=/Users/ed/testannex/.git","--work-tree=/Users/ed/testannex","cat-file","--batch"] + testannex$ cd + ~$ echo "foo" > bar + ~$ mv bar testannex/ + ~$ cd testannex/ + testannex$ git status + # On branch master + # + # Initial commit + # + # Untracked files: + # (use "git add <file>..." to include in what will be committed) + # + # bar + nothing added to commit but untracked files present (use "git add" to track) + + + (meanwhile.....) + + ~$ cd testannex/.git/annex/ + annex$ tail -f daemon.log + [2013-03-13 09:31:10 EDT] TransferWatcher: watching for transfers + [2013-03-13 09:31:10 EDT] read: git ["--git-dir=/Users/ed/testannex/.git","--work-tree=/Users/ed/testannex","show-ref","git-annex"] + [2013-03-13 09:31:10 EDT] read: git ["--git-dir=/Users/ed/testannex/.git","--work-tree=/Users/ed/testannex","show-ref","--hash","refs/heads/git-annex"] + [2013-03-13 09:31:10 EDT] read: git ["--git-dir=/Users/ed/testannex/.git","--work-tree=/Users/ed/testannex","log","refs/heads/git-annex..4aeceaff629c83c35c1244da9eeeac4b7c228fef","--oneline","-n1"] + [2013-03-13 09:31:10 EDT] Merger: watching /Users/ed/testannex/.git/refs + [2013-03-13 09:31:10 EDT] read: git ["--git-dir=/Users/ed/testannex/.git","--work-tree=/Users/ed/testannex","ls-tree","-z","--","refs/heads/git-annex","uuid.log","remote.log","trust.log","group.log","preferred-content.log"] + [2013-03-13 09:31:10 EDT] read: git ["--git-dir=/Users/ed/testannex/.git","--work-tree=/Users/ed/testannex","ls-tree","-z","--","refs/heads/git-annex","uuid.log","remote.log","trust.log","group.log","preferred-content.log"] + (scanning...) [2013-03-13 09:31:10 EDT] Watcher: Performing startup scan + [2013-03-13 09:31:10 EDT] read: git ["--git-dir=/Users/ed/testannex/.git","--work-tree=/Users/ed/testannex","ls-files","--deleted","-z","--","/Users/ed/testannex"] + (started...) [2013-03-13 09:31:10 EDT] Watcher: watching . + [2013-03-13 09:31:48 EDT] read: git ["--git-dir=/Users/ed/testannex/.git","--work-tree=/Users/ed/testannex","ls-files","--others","--exclude-standard","-z","--","/Users/ed/testannex/bar"] + [2013-03-13 09:31:49 EDT] read: lsof ["-F0can","+d","/Users/ed/testannex/.git/annex/tmp/"] + [2013-03-13 09:31:51 EDT] Committer: Adding bar + + add bar [2013-03-13 09:31:51 EDT] chat: git ["--git-dir=/Users/ed/testannex/.git","--work-tree=/Users/ed/testannex","check-attr","-z","--stdin","annex.backend","annex.numcopies","--"] + (checksum...) [2013-03-13 09:31:51 EDT] chat: git ["--git-dir=/Users/ed/testannex/.git","--work-tree=/Users/ed/testannex","cat-file","--batch"] + diff --git a/doc/bugs/unannex_removes_object_even_if_referred_to_by_others.mdwn b/doc/bugs/unannex_removes_object_even_if_referred_to_by_others.mdwn new file mode 100644 index 000000000..69a4496fe --- /dev/null +++ b/doc/bugs/unannex_removes_object_even_if_referred_to_by_others.mdwn @@ -0,0 +1,18 @@ +##What steps will reproduce the problem? + + echo text > foo + echo text > bar + git annex add foo bar + git annex unannex foo + +##What is the expected output? What do you see instead? + +I would expect that the object behind 'bar' remained intact, what happens is that the object is moved out of the annex and 'bar' is left as a dangling symlink, if you are unlucky and don't spot this, it could be potentially dangerous, since you can easily lose data. + +##What version of git-annex are you using? On what operating system? + +git-annex built from git on Tue Mar 12 15:58:36 2013 -0400 + +From commit: 70b7555eaf9ac5f88bb137985d93bed8d5a434e8 + +On Debian Sid |