Hi Everyone, I've migrated Glorp v130, including GlorpSQLite, from smalltalkhub to github using Peter Uhnak's excellent git-migration tool, see: https://github.com/akgrant43/Glorp To load Glorp: Metacello new repository: 'github://akgrant43/Glorp/src'; baseline: 'Glorp'; load. To load Glorp with the UDBC SQLite drivers: Metacello new repository: 'github://akgrant43/Glorp/src'; baseline: 'GlorpSQLite'; load. I'm not familiar with the other drivers, so I'm happy to help, but would like some assistance before migrating the other drivers. If I don't hear any complaints in the next week I'll eventually get around to modifying the ConfigurationOfGlorp on smalltalkhub to use the github version for Pharo 6.1 and 7.0. Older versions of Pharo will continue to load Glorp from smalltalkhub. If there's an official account that should own this project, I'm more than happy to hand it over. Cheers, Alistair You received this message because you are subscribed to the Google Groups "glorp-group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at https://groups.google.com/group/glorp-group. For more options, visit https://groups.google.com/d/optout. |
Well, thank you :-( for no other contributions from me. But yeah, others
will be rejoiced, I presume. Herby [hidden email] wrote: > Hi Everyone, > > I've migrated Glorp v130, including GlorpSQLite, from smalltalkhub to > github using Peter Uhnak's excellent git-migration tool, see: > https://github.com/akgrant43/Glorp > > To load Glorp: > > Metacello new > repository: 'github://akgrant43/Glorp/src'; > baseline: 'Glorp'; > load. > > > To load Glorp with the UDBC SQLite drivers: > > Metacello new > repository: 'github://akgrant43/Glorp/src'; > baseline: 'GlorpSQLite'; > load. > > > I'm not familiar with the other drivers, so I'm happy to help, but would > like some assistance before migrating the other drivers. > > If I don't hear any complaints in the next week I'll eventually get > around to modifying the ConfigurationOfGlorp on smalltalkhub to use the > github version for Pharo 6.1 and 7.0. Older versions of Pharo will > continue to load Glorp from smalltalkhub. > > If there's an official account that should own this project, I'm more > than happy to hand it over. > > Cheers, > Alistair > > -- > You received this message because you are subscribed to the Google > Groups "glorp-group" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to [hidden email] > <mailto:[hidden email]>. > To post to this group, send email to [hidden email] > <mailto:[hidden email]>. > Visit this group at https://groups.google.com/group/glorp-group. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "glorp-group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at https://groups.google.com/group/glorp-group. For more options, visit https://groups.google.com/d/optout. |
Hi Herby,
-- On Monday, 11 December 2017 17:19:25 UTC+1, Herbert Vojčík wrote: Well, thank you :-( for no other contributions from me. But yeah, others This sounds like I've said or done something wrong. If I have, my apologies, but I've no idea what it might be. Cheers, Alistair You received this message because you are subscribed to the Google Groups "glorp-group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at https://groups.google.com/group/glorp-group. For more options, visit https://groups.google.com/d/optout. |
In reply to this post by alistairgrant
Hi Everyone, As a couple of people kindly pointed out, Glorp has already been migrated to github at https://github.com/pharo-rdbms So, the load instructions are actually: Metacello new repository: 'github://pharo-rdbms/glorp'; baseline: 'Glorp'; load. Note that the required database drivers must be loaded separately. To load Glorp with the UDBC SQLite drivers: Metacello new repository: 'github://pharo-rdbms/glorp-sqlite3'; baseline: 'GlorpSQLite'; load. Cheers, Alistair You received this message because you are subscribed to the Google Groups "glorp-group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at https://groups.google.com/group/glorp-group. For more options, visit https://groups.google.com/d/optout. |
Thanks Alistair :) On Tue, Dec 12, 2017 at 10:45 PM, <[hidden email]> wrote:
You received this message because you are subscribed to the Google Groups "glorp-group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at https://groups.google.com/group/glorp-group. For more options, visit https://groups.google.com/d/optout. |
Free forum by Nabble | Edit this page |