<div dir="ltr">Hi Marcel,<div><br></div><div>I did some investigating on the server.  I found these entries in the log:</div><div><div><br></div><div>  2019-09-12T11:15:58.125222+00:00 PUT /trunk/update-mt.453.mcm (mt)<br>  2019-09-12T11:23:54.681303+00:00 PUT /trunk/update-pre.453.mcm (pre)<br>  2019-09-12T11:24:03.604443+00:00 update-pre.453 of trunk --> committed to ss.magma<br></div></div><div><br></div><div>There should've been a commit message for yours.  The fact it didn't, and the fact you didn't get a response both suggest it had an exception upon trying to process your .mcm before it got to the part where it saves.  Below is basically all what it does.  Please substitute "aString", below, with the total literal contents of your <span style="color:rgb(0,0,0);font-family:Arial;font-size:13.3333px">update-mt.453.mcm file, and do-it.  My guess is, it'll blow somewhere.  It would be nice if either the Squeak client and/or SqueakSource server would provide you better error-handling in that situation.</span><br></div><div><br></div><div>(MCMcmReader<br>               on: aString readStream<br>                fileName: anUrl) version repositories do: [ : each | each description ]<br></div><div><br></div><div>Please let me know how that goes, because I did make a change to a critical method yesterday, and I *thought* I may have broken something.  But I reviewed it again, very closely, and I can't see any problem with it.</div><div><br></div><div>Best,</div><div>   Chris</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Sep 12, 2019 at 6:28 AM Marcel Taeumel <<a href="mailto:marcel.taeumel@hpi.de">marcel.taeumel@hpi.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div id="gmail-m_8814005081687261672__MailbirdStyleContent" style="font-size:10pt;font-family:Arial;color:rgb(0,0,0)">
                                        Patrick (pre) just updated the update map as required. Not sure why SqueakSource rejected my change... :-)<div><br></div><div>Best,</div><div>Marcel</div><div class="gmail-m_8814005081687261672mb_sig"></div><blockquote class="gmail-m_8814005081687261672history_container" type="cite" style="border-left-style:solid;border-width:1px;margin-top:20px;margin-left:0px;padding-left:10px">
                        <p style="color:rgb(170,170,170);margin-top:10px">Am 12.09.2019 13:20:53 schrieb Marcel Taeumel <<a href="mailto:marcel.taeumel@hpi.de" target="_blank">marcel.taeumel@hpi.de</a>>:</p><div style="font-family:Arial,Helvetica,sans-serif"><div id="gmail-m_8814005081687261672__MailbirdStyleContent" style="font-size:10pt;font-family:Arial;color:rgb(0,0,0)">
                                        Hi Chris,<div><br></div><div>I am still not able to update Trunk configurations. I just tried to upload "update-mt.453.mcm" and it does not show up.</div><div><br></div><div>Trunk builds are broken at the moment. "MonticelloConfigurations" have to be pushed below "Tools". And version numbers should be updated.</div><div><br></div><div>Best,</div><div>Marcel</div><div class="gmail-m_8814005081687261672mb_sig"></div><blockquote class="gmail-m_8814005081687261672history_container" type="cite" style="border-left-style:solid;border-width:1px;margin-top:20px;margin-left:0px;padding-left:10px">
                        <p style="color:rgb(170,170,170);margin-top:10px">Am 10.09.2019 02:00:57 schrieb Chris Muller <<a href="mailto:asqueaker@gmail.com" target="_blank">asqueaker@gmail.com</a>>:</p><div style="font-family:Arial,Helvetica,sans-serif">
<div dir="ltr">Hi Marcel,<div><br></div><div><div>I'm aware of the "Move to Trunk" performance problem.  I think it's an easy fix, I just need to find time to do it and test it and deploy it.  The code is not too bad if anyone else wants to take a crack at it.<br></div><div><br></div><div>   Installer new merge: #squeaksource</div><div></div></div><div><br></div><div>As for the other issue, I just checked on the server and, indeed, the Mutex problem had struck again -- a bunch of backed up Process objects waiting on the one synchronizing Mutex at the front of the line, stuck for the last 3 days.  Server requests since then were only waiting (stuck), and not replying.  The server uses a 2016-era version of the Spur VM.<br></div><div><br></div><div>Best,</div><div>  Chris</div><div><div></div><div></div></div><div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Sep 9, 2019 at 3:48 AM Marcel Taeumel <<a href="mailto:marcel.taeumel@hpi.de" target="_blank">marcel.taeumel@hpi.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div id="gmail-m_8814005081687261672gmail-m_-4905842969208357517__MailbirdStyleContent" style="font-size:10pt;font-family:Arial;color:rgb(0,0,0)">
                                        It is also not possible to update the (mcm) configurations at the moment. No error, but it just does not show up.<div><br></div><div>Best,</div><div>Marcel</div><div class="gmail-m_8814005081687261672gmail-m_-4905842969208357517mb_sig"></div><blockquote class="gmail-m_8814005081687261672gmail-m_-4905842969208357517history_container" type="cite" style="border-left-style:solid;border-width:1px;margin-top:20px;margin-left:0px;padding-left:10px">
                        <p style="color:rgb(170,170,170);margin-top:10px">Am 09.09.2019 10:13:55 schrieb Marcel Taeumel <<a href="mailto:marcel.taeumel@hpi.de" target="_blank">marcel.taeumel@hpi.de</a>>:</p><div style="font-family:Arial,Helvetica,sans-serif"><div id="gmail-m_8814005081687261672gmail-m_-4905842969208357517__MailbirdStyleContent" style="font-size:10pt;font-family:Arial;color:rgb(0,0,0)">Hi, there.<div class="gmail-m_8814005081687261672gmail-m_-4905842969208357517mb_sig"></div><div><br></div><div>As of today, I can only perform a single operation after logging in to <a href="http://source.squeak.org" target="_blank">source.squeak.org</a>. For example, a "Move to Trunk" on the inbox.</div><div><br></div><div>Then, I have to log in again because of a gateway time out.</div><div><br></div><div><img width="auto"></div><div><br></div><div>This is frustrating ... -.-"</div><div><br></div><div>Best,</div><div>Marcel</div></div></div></blockquote>
                                        </div></div><br>
</blockquote></div>
</div></blockquote>
                                        </div></div></blockquote>
                                        </div></div><br>
</blockquote></div>