[Pharo-project] Migrating to Gemstone
Would it be possible to write some kind of import / migrate script for ss3.gemstone.com? The following lines copy the complete version history to an *existing* project on gemstone: Gofer new url: 'http:/squeaksource.com/FOO'; package: 'FOO'; package: 'BAR'; ... url: 'http://ss3.gemstone.com/ss/FOO'; push but that still requires me to define all packages I want to import *and* to create a new project on gemstone.... I would really love to see a one-click experience here? best ben & cami
Ben, I think that Mariano describes what you are looking for[1] [1] http://marianopeck.wordpress.com/2011/11/08/migrating-projects-to-squeaksour... ----- Original Message ----- | From: "Benjamin" <benjamin.vanryseghem.pharo@gmail.com> | To: Pharo-project@lists.gforge.inria.fr | Sent: Tuesday, February 7, 2012 11:29:56 AM | Subject: [Pharo-project] Migrating to Gemstone | | Would it be possible to write some kind of import / migrate script | for ss3.gemstone.com ? | | The following lines copy the complete version history to an | *existing* project on gemstone: | | Gofer new | url: 'http:/squeaksource.com/FOO'; | package: 'FOO'; package: 'BAR'; ... | url: 'http://ss3.gemstone.com/ss/FOO'; | push | | but that still requires me to define all packages I want to import | *and* to create a new | project on gemstone.... | | I would really love to see a one-click experience here? | | best | ben & cami
Well the main thing here is that I still have to manually create the project on gemstone :P On 2012-02-07, at 20:55, Dale Henrichs wrote:
Ben,
I think that Mariano describes what you are looking for[1]
[1] http://marianopeck.wordpress.com/2011/11/08/migrating-projects-to-squeaksour...
----- Original Message ----- | From: "Benjamin" <benjamin.vanryseghem.pharo@gmail.com> | To: Pharo-project@lists.gforge.inria.fr | Sent: Tuesday, February 7, 2012 11:29:56 AM | Subject: [Pharo-project] Migrating to Gemstone | | Would it be possible to write some kind of import / migrate script | for ss3.gemstone.com ? | | The following lines copy the complete version history to an | *existing* project on gemstone: | | Gofer new | url: 'http:/squeaksource.com/FOO'; | package: 'FOO'; package: 'BAR'; ... | url: 'http://ss3.gemstone.com/ss/FOO'; | push | | but that still requires me to define all packages I want to import | *and* to create a new | project on gemstone.... | | I would really love to see a one-click experience here? | | best | ben & cami
That one is not quite as easy:) Dale ----- Original Message ----- | From: "Camillo Bruni" <camillo.bruni@inria.fr> | To: Pharo-project@lists.gforge.inria.fr | Sent: Wednesday, February 8, 2012 4:03:40 AM | Subject: Re: [Pharo-project] Migrating to Gemstone | | Well the main thing here is that I still have to manually create the | project on gemstone :P | | | On 2012-02-07, at 20:55, Dale Henrichs wrote: | | > Ben, | > | > I think that Mariano describes what you are looking for[1] | > | > [1] | > http://marianopeck.wordpress.com/2011/11/08/migrating-projects-to-squeaksour... | > | > ----- Original Message ----- | > | From: "Benjamin" <benjamin.vanryseghem.pharo@gmail.com> | > | To: Pharo-project@lists.gforge.inria.fr | > | Sent: Tuesday, February 7, 2012 11:29:56 AM | > | Subject: [Pharo-project] Migrating to Gemstone | > | | > | Would it be possible to write some kind of import / migrate | > | script | > | for ss3.gemstone.com ? | > | | > | The following lines copy the complete version history to an | > | *existing* project on gemstone: | > | | > | Gofer new | > | url: 'http:/squeaksource.com/FOO'; | > | package: 'FOO'; package: 'BAR'; ... | > | url: 'http://ss3.gemstone.com/ss/FOO'; | > | push | > | | > | but that still requires me to define all packages I want to | > | import | > | *and* to create a new | > | project on gemstone.... | > | | > | I would really love to see a one-click experience here? | > | | > | best | > | ben & cami | > | | |
look into the gofer chapter on pbe2 Stef On Feb 7, 2012, at 8:29 PM, Benjamin wrote:
Would it be possible to write some kind of import / migrate script for ss3.gemstone.com?
The following lines copy the complete version history to an *existing* project on gemstone:
Gofer new url: 'http:/squeaksource.com/FOO'; package: 'FOO'; package: 'BAR'; ... url: 'http://ss3.gemstone.com/ss/FOO'; push
but that still requires me to define all packages I want to import *and* to create a new project on gemstone....
I would really love to see a one-click experience here?
best ben & cami
participants (4)
-
Benjamin -
Camillo Bruni -
Dale Henrichs -
Stéphane Ducasse