Saving to local git and "Loading all file names from http://...pharo5/inbox"

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
22 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: Saving to local git and "Loading all file names from http://...pharo5/inbox"

Peter Uhnak
Hi,

there was an issue with presumably gitfiletree, that when checking a code against its repo (to commit or show changes), every single repository would be refreshed, which took quite a while (on the order of seconds to tens of seconds, but it was quite annoying as it happened frequently).. so as I don't need the repos unless I am fixing the bug, I removed them...

I don't use it in Pharo 6 as I haven't experienced the issue there, but I am using Iceberg now, so maybe that is the reason.

Peter


On Sat, Jun 17, 2017 at 03:19:41AM -0700, webwarrior wrote:

> Well, that is the question to the author of original script - Peter Uhnak.
>
> The goal is to avoid contacting server (takes alot of time and blocks the
> image) every time you save a package to a filetree repo. As I understand
> repositories in question are kind of special and are always checked, so
> removing them solves the problem.
>
> I just modified it to work on Pharo6.
>
>
>
> --
> View this message in context: http://forum.world.st/Saving-to-local-git-and-Loading-all-file-names-from-http-pharo5-inbox-tp4897962p4951723.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>

Reply | Threaded
Open this post in threaded view
|

Re: Saving to local git and "Loading all file names from http://...pharo5/inbox"

Stephane Ducasse-3
Ahh tx I understand now.
I can tell you that I'm eager to do integration with git to avoid to
get MC checking all the repo from earth and merging :)

Stef

On Mon, Jun 19, 2017 at 1:09 PM, Peter Uhnak <[hidden email]> wrote:

> Hi,
>
> there was an issue with presumably gitfiletree, that when checking a code against its repo (to commit or show changes), every single repository would be refreshed, which took quite a while (on the order of seconds to tens of seconds, but it was quite annoying as it happened frequently).. so as I don't need the repos unless I am fixing the bug, I removed them...
>
> I don't use it in Pharo 6 as I haven't experienced the issue there, but I am using Iceberg now, so maybe that is the reason.
>
> Peter
>
>
> On Sat, Jun 17, 2017 at 03:19:41AM -0700, webwarrior wrote:
>> Well, that is the question to the author of original script - Peter Uhnak.
>>
>> The goal is to avoid contacting server (takes alot of time and blocks the
>> image) every time you save a package to a filetree repo. As I understand
>> repositories in question are kind of special and are always checked, so
>> removing them solves the problem.
>>
>> I just modified it to work on Pharo6.
>>
>>
>>
>> --
>> View this message in context: http://forum.world.st/Saving-to-local-git-and-Loading-all-file-names-from-http-pharo5-inbox-tp4897962p4951723.html
>> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>>
>

12