Hi Hilaire,

On Wed, Feb 27, 2013 at 12:11 PM, Hilaire Fernandes
<[email protected]> wrote:
> I will like to import drgeo package history in SmalltalkHub. Is it
> already possible? I remember Steph mentionned this feature a couple of
> days ago.

================================
fetch script

| go |
go := Gofer new squeaksource: 'XXX'.
go allResolved
    do: [:each |
        self crLog: each packageName.
        go package: each packageName.
        Transcript show: each printString ; cr.
        go fetch.].

==================================
push script

|go repo|
repo := MCSmalltalkhubRepository
    owner: 'XXX'
    project: 'XXX'
    user: 'XXX'
    password: 'XXX'.


go := Gofer new.
go repository: repo.
go package: 'XXX'; push.

=======================================


--
Damien Cassou
http://damiencassou.seasidehosting.st

"Success is the ability to go from one failure to another without
losing enthusiasm."
Winston Churchill

Reply via email to