After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 311903 - timestamps for file nodes in ~/.nautilus/metafiles
timestamps for file nodes in ~/.nautilus/metafiles
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Metadata
2.11.x
Other All
: High normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-07-28 21:58 UTC by Joe Shaw
Modified: 2005-08-03 15:00 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12


Attachments
A patch which implements timestamps (2.01 KB, patch)
2005-07-28 21:59 UTC, Joe Shaw
committed Details | Review

Description Joe Shaw 2005-07-28 21:58:59 UTC
For beagle, we want to be able to index Nautilus metadata, like emblems.  This
data is stored per-directory in files in ~/.nautilus/metafiles.  Unfortunately,
there is no timestamp information available in these files, which means that if
one of the files changes, we have to assume that *all* files in that directory
have changed.  Obviously we can't do this for very large directories.

Attached is a patch which adds a timestamp attribute to the file nodes in the
XML file.
Comment 1 Joe Shaw 2005-07-28 21:59:53 UTC
Created attachment 49905 [details] [review]
A patch which implements timestamps

The patch should be very straightforward.
Comment 2 Christian Neumair 2005-07-29 06:14:02 UTC
Thanks for your bug report! Maybe you could also submit this patch to the
nautilus mailing list [1] for review?

[1] http://mail.gnome.org/mailman/listinfo/nautilus-list
Comment 3 Christian Neumair 2005-08-03 15:00:55 UTC
Patch committed, closing.