summaryrefslogtreecommitdiff
path: root/doc/bugs/Assistant_dropping_files_it_has_just_transferred_elsewhere_again.mdwn
blob: cb463ba07a3df25e5bbb8767e007faa992a41245 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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]]