| commit | bcbc883a5ca17770346000fe4ee7ab904cc0d6bf | [log] [tgz] |
|---|---|---|
| author | Hannu Valtonen <hannu.valtonen@ohmu.fi> | Thu Jun 13 10:36:08 2013 +0300 |
| committer | Hannu Valtonen <hannu.valtonen@ohmu.fi> | Mon Jun 24 14:03:50 2013 +0300 |
| tree | 2aa88ea973376249d86601dfdd27fcc180da04c8 | |
| parent | 2d14857c14266c3f7249b9c1aa92f582d12b6e52 [diff] |
Fix DirectorySnapshot to handle 2 different cases
1) file X and Y exist.
move X Y
was not reporting proper results. Was only reporting
that Y was deleted.
2) file dir1/X and dir2/X exist.
move dir1/X dir2/X
similar issue. Old code reported 'dir1/X' was deleted. And
nothing about dir2/X
Proper event is that the file was 'Moved'
Original patch from Peter Potrebic <potrebic@gmail.com> that was further
improved by Hannu Valtonen <hannu.valtonen@ohmu.fi>