[Tim Peters] >> Something that worked was to delete every file reachable from zopeskel/ >> that wasn't under SVN control, and start over. Maybe that's what the >> Makefile's `clean` target does (in part): >> >> rm -f zopeskel/etc/package-includes/*.zcml
[Fred Drake] > Yes, that's exactly what you need to do. We can probably make that > even more automatic for the Unix user, but don't know about the > Windows world. Well, I added a new Windows script (wclean.bat), which does on cmd.exe systems what the current "make clean" does on Linux. The obvious place to put something both automatic and x-platform is in setup.py (since that's what everyone uses to compile a checkout ...). _______________________________________________ Zope3-dev mailing list [email protected] Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com
