zeitgeist team mailing list archive
-
zeitgeist team
-
Mailing list archive
-
Message #02327
[Bug 670039] Re: missing handle copy/rename/move events
*** This bug is a duplicate of bug 602211 ***
https://bugs.launchpad.net/bugs/602211
** This bug has been marked a duplicate of bug 602211
Monitoring Create/Move/Copy Files events
* You can subscribe to bug 602211 by following this link: https://bugs.launchpad.net/zeitgeist/+bug/602211/+subscribe
--
missing handle copy/rename/move events
https://bugs.launchpad.net/bugs/670039
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Framework.
Status in Zeitgeist Framework: New
Bug description:
With some work being done from the taskview side we will be able to tracker files move/renamed/copied
Currently I suggest adding event interpretations for these events. However I am interested in figuring out how we want to make it reflect on the developers.
If a file has been moved then the old subject uris are not usable. How can we tell the developers that it was moved?
1) Change the subject_uri in the uri table
2) Add a table mapping ids to subject_uris with the last entry of a subject_uri being the latest destination
3) Create a logic that interprets the move events when queries of type find_events are triggered and overwrite the subject_uris on return.
References