Re: [Python-Dev] Checking working copy consistency

2005-11-12 Thread skip
Martin> I made a script that runs through a subversion sandbox and Martin> checks whether all md5sums are correct. Please run that on your Martin> working copy to see whether there are still any inconsistent Martin> files. Thanks Martin. I got no complaints (trunk, release23-mai

[Python-Dev] Checking working copy consistency

2005-11-12 Thread Martin v. Löwis
Hi Skip, I made a script that runs through a subversion sandbox and checks whether all md5sums are correct. Please run that on your working copy to see whether there are still any inconsistent files. Regards, Martin import os, xml.dom.minidom, md5 def checkdir(arg, path, files): if not pat