Reinier Lamers <[email protected]> added the comment:

Luca (volothamp), Petr (mornfall) and I (tux_rocker) talked about this
at the Zürich sprint. We decided to use a sort of on-line cache
conversion leaving the old cache in place. It works as follows:

Store the bucketed cache and the old-style cache in different directories.
Every time you look up a file in the cache:
    If the new-style cache exists:
        use that.
    Else:
        If the old-style cache exists:
            Create a new bucketed cache, hardlinked to the old-style one
        Else:
            Create a new, empty bucketed cache

__________________________________
Darcs bug tracker <[email protected]>
<http://bugs.darcs.net/patch72>
__________________________________
_______________________________________________
darcs-users mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-users

Reply via email to