Re: [Pharo-dev] how to update monticello cypress repository downloaded from github?

2016-07-18 Thread Dale Henrichs
Nicolas and Peter, At this point, I assume that both of you using metadata-less GitFileTree repositories and you have the choice of either replacing the github:// scheme with a gitfiletree:// scheme so that GitFileTree is used to load the packages or using "the Cypress package extension" for

Re: [Pharo-dev] how to update monticello cypress repository downloaded from github?

2016-07-17 Thread Nicolas Passerini
It happens the same to me. On Sun, Jul 17, 2016 at 4:37 PM, Peter Uhnák wrote: > Metacello new >> baseline: 'FileDialog'; >> repository: 'github://peteruhnak/file-dialog/repository'; >> get; >> load. > > > Using #get indeed downloads a fresh copy, however

Re: [Pharo-dev] how to update monticello cypress repository downloaded from github?

2016-07-17 Thread Peter Uhnák
> > Metacello new > baseline: 'FileDialog'; > repository: 'github://peteruhnak/file-dialog/repository'; > get; > load. Using #get indeed downloads a fresh copy, however the code in Pharo is _not_ reloaded. Is this a bug? Or do I need to do yet something more to reload that too?

Re: [Pharo-dev] how to update monticello cypress repository downloaded from github?

2016-07-16 Thread Dale Henrichs
On 7/16/16 10:26 AM, Peter Uhnák wrote: Hi, how can one update a cypress github repository? e.g. I install it like this Metacello new baseline: 'FileDialog'; repository: 'github://peteruhnak/file-dialog/repository'; load. And then later I want to pull latest changes as the

Re: [Pharo-dev] how to update monticello cypress repository downloaded from github?

2016-07-16 Thread Nicolas Passerini
AFAIK that is the only way > > 1. delete github-cache folder in the image folder > 2. unload all the loaded packages > 3. execute this script again > At least if you have a metadata less github repository, is that the case? But that was the conclusion to which we arrived with Dale a few weeks

[Pharo-dev] how to update monticello cypress repository downloaded from github?

2016-07-16 Thread Peter Uhnák
Hi, how can one update a cypress github repository? e.g. I install it like this Metacello new baseline: 'FileDialog'; repository: 'github://peteruhnak/file-dialog/repository'; load. And then later I want to pull latest changes as the repo itself doesn't contain commits I cannot do