On Sat, 28 Oct 2006 17:09:10 -0400
Alec Warner <[EMAIL PROTECTED]> wrote:

> It doesn't cover updates/.  I don't think that corner case is easily 
> covered.

Ehm, if you have a list of CP entries that were added/removed and
access to the update files it shouldn't be all that complicated.

Just made up pseudocode:

for x in $raw_added_cps; do
        grep "^move [^ ]* $x\$" $current_update_file ||
$real_added_cps="$real_added_cps $x"
done

Hardest part is probably to select $current_update_file correctly.

Marius

-- 
Public Key at http://www.genone.de/info/gpg-key.pub

In the beginning, there was nothing. And God said, 'Let there be
Light.' And there was still nothing, but you could see a bit better.
-- 
[email protected] mailing list

Reply via email to