The following patch updated the status of issue687 to be resolved:
* resolve issue687: don't clean out pristine cache except when optimizing.
The trouble is that we can never tell when someone might be waiting to grab
one of these older files. Atomicity doesn't gain us much if we drop the
old files immediately. The downside is that now repositories will
monotonically grow until an optimize is performed. :( |