[Pharo-project] how to save a package in a repository
Hi all I have a working copy of a package and I would like to be able to save it into another repository. Does any of you know how to do that? I found repo storeVersion: (but I do not know how to get a version from a working copy). May be with an UML diagram I could find my way, but so far after 25 min nothing besides trying in the dark I'm really sad that there is not a single comment on MC. This is exactly what pharo should pay attention to: documentation, simple design, ... stef
On Mon, Jun 30, 2008 at 5:41 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi all
I have a working copy of a package and I would like to be able to save it into another repository. Does any of you know how to do that? I found repo storeVersion: (but I do not know how to get a version from a working copy). May be with an UML diagram I could find my way, but so far after 25 min nothing besides trying in the dark
Just click on the Copy button once you have selected the package. This will display a list of available repositories. -- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/override_snafu)
No this is not what I want. I do not work at the interface level. I'm trying to script MC. What I did is blindly create a MCVersion from the package of the working copy and save it. and it works but it could have failed. Really we should really make sure that code has comment and even class diagram to support the design. Smalltalk is cool but a simple overview of the design and class comments would make pharo really cool.
On Mon, Jun 30, 2008 at 5:41 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi all
I have a working copy of a package and I would like to be able to save it into another repository. Does any of you know how to do that? I found repo storeVersion: (but I do not know how to get a version from a working copy). May be with an UML diagram I could find my way, but so far after 25 min nothing besides trying in the dark
Just click on the Copy button once you have selected the package. This will display a list of available repositories.
-- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/override_snafu)
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On Tue, Jul 1, 2008 at 8:46 AM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
No this is not what I want. I do not work at the interface level. I'm trying to script MC. What I did is blindly create a MCVersion from the package of the working copy and save it. and it works but it could have failed. Really we should really make sure that code has comment and even class diagram to support the design.
I would not loose time to do that for MC. Better invest time in MC2 which already has a clean design with comments and diagrams. -- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/override_snafu)
Yes my point was not about MC. But any class! Now we will see if MC2 works well for us (which I hope). On Jul 1, 2008, at 9:24 AM, Damien Cassou wrote:
On Tue, Jul 1, 2008 at 8:46 AM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
No this is not what I want. I do not work at the interface level. I'm trying to script MC. What I did is blindly create a MCVersion from the package of the working copy and save it. and it works but it could have failed. Really we should really make sure that code has comment and even class diagram to support the design.
I would not loose time to do that for MC. Better invest time in MC2 which already has a clean design with comments and diagrams.
-- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/override_snafu)
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (2)
-
Damien Cassou -
Stéphane Ducasse