[Python-Dev] CVS server hosed?

Skip Montanaro skip@pobox.com
Mon, 25 Mar 2002 19:11:36 -0600


    SM> (Fred's response worries me though.  Do we make directory-level
    SM> backups of the CVS repository?)

    BAW> Yes.  We still don't make backups of the tracker data though.  I
    BAW> thought you (or someone else) were working on that...?

All I've got is a little screen scraper that diffs the current set of bugs
and patches with a local snapshot.  Once a bug is closed, it disappears from
the screen I scrape, and then from my local database.

I think Jeremy has a tool that downloads the entire set of open bugs into a
local ZODB.

Skip