Migrating to Gemstone

classic Classic list List threaded Threaded
5 messages Options
Benjamin Van Ryseghem-2 Benjamin Van Ryseghem-2
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

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
Dale Henrichs Dale Henrichs
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Migrating to Gemstone

Ben,

I think that Mariano describes what you are looking for[1]

[1] http://marianopeck.wordpress.com/2011/11/08/migrating-projects-to-squeaksource3/

----- Original Message -----
| From: "Benjamin" <[hidden email]>
| To: [hidden email]
| 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

Camillo Bruni Camillo Bruni
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: 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-squeaksource3/
>
> ----- Original Message -----
> | From: "Benjamin" <[hidden email]>
> | To: [hidden email]
> | 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
>


Stéphane Ducasse Stéphane Ducasse
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Migrating to Gemstone

In reply to this post by Benjamin Van Ryseghem-2
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


Dale Henrichs Dale Henrichs
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Migrating to Gemstone

In reply to this post by Camillo Bruni
That one is not quite as easy:)

Dale

----- Original Message -----
| From: "Camillo Bruni" <[hidden email]>
| To: [hidden email]
| 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-squeaksource3/
| >
| > ----- Original Message -----
| > | From: "Benjamin" <[hidden email]>
| > | To: [hidden email]
| > | 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
| >
|
|
|

Loading...