summaryrefslogtreecommitdiff
path: root/doc/bugs/Assistant_dropping_files_it_has_just_transferred_elsewhere_again.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-05-29 15:23:05 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-05-29 15:23:05 -0400
commit1f6cfecc972b121fa42ea80383183bbaccc2195a (patch)
tree0a450c4226f5e05c2a3597a9f520376de281fffe /doc/bugs/Assistant_dropping_files_it_has_just_transferred_elsewhere_again.mdwn
parenta95fb731cd117f35a6e0fce90d9eb35d0941e26e (diff)
remove old closed bugs and todo items to speed up wiki updates and reduce size
Remove closed bugs and todos that were least edited before 2014. Command line used: for f in $(grep -l '\[\[done\]\]' *.mdwn); do if [ -z $(git log --since=2014 --pretty=oneline "$f") ]; then git rm $f; git rm -rf $(echo "$f" | sed 's/.mdwn$//'); fi; done
Diffstat (limited to 'doc/bugs/Assistant_dropping_files_it_has_just_transferred_elsewhere_again.mdwn')
-rw-r--r--doc/bugs/Assistant_dropping_files_it_has_just_transferred_elsewhere_again.mdwn26
1 files changed, 0 insertions, 26 deletions
diff --git a/doc/bugs/Assistant_dropping_files_it_has_just_transferred_elsewhere_again.mdwn b/doc/bugs/Assistant_dropping_files_it_has_just_transferred_elsewhere_again.mdwn
deleted file mode 100644
index cb463ba07..000000000
--- a/doc/bugs/Assistant_dropping_files_it_has_just_transferred_elsewhere_again.mdwn
+++ /dev/null
@@ -1,26 +0,0 @@
-Setup:
-
-* fresh install of Debian Wheezy on machines A & B, git-annex 4.20130227 pulled in from unstable
-* clone repository onto A & B and pair them (manual SSH key setup), and plug USB backup drive, U, into A
-* U has repository group `backup` and preferred content string `standard`
-* A & B have repository group `client` and preferred content string `present or include=subdir1/* or ...`
-
-Steps:
-
-* Add a new file to B
-* On B, `git annex copy -t A newfile`
-
-Expected:
-
-* File arrives at B and is copied to U by B's assistant
-* File remains on B
-
-Actual:
-
-* File arrives on B and is copied to U
-* File is dropped from B
-
-Seems like a resurfacing of [[forum/assistant_overzealously_moving_stuff_to_other_repos]]? Thanks.
-
-> 4.20130227 used a regex library that was broken, at least for certian
-> filenames. I suspect that's what'd going on here. [[done]] --[[Joey]]