> Does Monticello/PackageInfo see a change in method category (aka package) as > a change to the package? It appears not, and it worries me a little in that > it seems to make it easy to lose work by forgetting to save it.
The MCWorkingCopy class is notified about changes in the system and marks the involved packages as dirty. Normally that works well. > Do any of you script saving your packages? In Seaside 2.9 consists of 72 packages. In the class WADevelopment we created a couple of scripts to update, diff, merge and commit all packages at once. Cheers, Lukas -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
