[Pharo-project] The Pharo Toolset Guide (request)
Hi, As I told, I'm new to this squeak/pharo world, particulary in relation with its toolset. I'm developing, and by now I was using fileOut/fileIn to manage, save, version, etc my codebase. I would like to know how to create a Monticello repository to host my projects, how to create a package for them, etc. I know there are many versions around, and don't know which is the one in use in the latest Pharo core. Is there a "terse guide" to get a smalltalker coming from other smalltalk to understand the phylosophy behind the Pharo tools, and how to use them? Besides http://www.wiresong.ca/Monticello/UserManual/, is there any other resource I should be aware to learn the mentioned above? Best regards, Esteban A. Maringolo
Esteban, try selecting a package and doing "publish" so it goes into your fislesystem, you benefit from saving hierarchies into a single compressed file that you can load later on from the same and other images. Carlos -----Mensaje original----- De: pharo-project-bounces@lists.gforge.inria.fr [mailto:pharo-project-bounces@lists.gforge.inria.fr]En nombre de Esteban A. Maringolo Enviado el: Miercoles, 22 de Julio de 2009 09:16 p.m. Para: Pharo-project@lists.gforge.inria.fr Asunto: [Pharo-project] The Pharo Toolset Guide (request) Hi, As I told, I'm new to this squeak/pharo world, particulary in relation with its toolset. I'm developing, and by now I was using fileOut/fileIn to manage, save, version, etc my codebase. I would like to know how to create a Monticello repository to host my projects, how to create a package for them, etc. I know there are many versions around, and don't know which is the one in use in the latest Pharo core. Is there a "terse guide" to get a smalltalker coming from other smalltalk to understand the phylosophy behind the Pharo tools, and how to use them? Besides http://www.wiresong.ca/Monticello/UserManual/, is there any other resource I should be aware to learn the mentioned above? Best regards, Esteban A. Maringolo _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project -- Internal Virus Database is out-of-date. Checked by AVG. Version: 7.5.560 / Virus Database: 269.21.6/1323 - Release Date: 10/03/2008 11:07 a.m.
Esteban, Take a look at http://squeakbyexample.org Its description of Monticello is probably the best you will find. Bill -----Original Message----- From: pharo-project-bounces@lists.gforge.inria.fr [mailto:pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Esteban A. Maringolo Sent: Wednesday, July 22, 2009 7:16 PM To: Pharo-project@lists.gforge.inria.fr Subject: [Pharo-project] The Pharo Toolset Guide (request) Hi, As I told, I'm new to this squeak/pharo world, particulary in relation with its toolset. I'm developing, and by now I was using fileOut/fileIn to manage, save, version, etc my codebase. I would like to know how to create a Monticello repository to host my projects, how to create a package for them, etc. I know there are many versions around, and don't know which is the one in use in the latest Pharo core. Is there a "terse guide" to get a smalltalker coming from other smalltalk to understand the phylosophy behind the Pharo tools, and how to use them? Besides http://www.wiresong.ca/Monticello/UserManual/, is there any other resource I should be aware to learn the mentioned above? Best regards, Esteban A. Maringolo _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (3)
-
Carlos Crosetti -
Esteban A. Maringolo -
Schwab,Wilhelm K