gofer is cooooool

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

gofer is cooooool

Stéphane Ducasse
now with the pull I could dl all the petitParser...coral and work in the library without net.
My gut feeling is that you will soon do Sync :)

Here is what I do rigth now.
I imagine that soon or later somebody will do a simple interface or add button to MCBrowser to
do that with one menu.


sync
        "to sync local and remote repositories"
        "self sync"
        Gofer new
                squeaksource: 'Coral';
                addVersion: 'Coral';
                addVersion: 'LoadCoral';
                push.
        Gofer new
                squeaksource: 'Coral';
                addVersion: 'Coral';
                addVersion: 'LoadCoral';
                pull.

Stef
_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project