<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><font size="4">I had a few frustrations recently </font><font
        size="4"><font size="4">with the Emergency Evaluator poping up
          all around </font>but fault was completely mine.</font></p>
    <p><font size="4">My stock Cuis image was completely roted, but so
        was my local repository Cuis-Smalltalk-Dev<br>
      </font></p>
    <p><font size="4">As a small reminder,<br>
      </font></p>
    <p><font size="4">- keep the stock cuis image virgin of any local
        changes. Juan wrote it in several place. Lazy, I was constantly
        updating it with the github changeset and saving it. In the
        process I likely save unwished changes, may be some with roted
        state. <br>
      </font></p>
    <p><font size="4">- instead copy the stock image/changes, and do
        your update from here. From now I will build my environment from
        these copies of the image and changes, including installing
        change set new updates.</font></p>
    <p><font size="4">Simple bash script like below, will preserve from
        such trouble in the future:<br>
      </font></p>
    <p><font size="4"><font face="monospace"><font color="#a61d40">#!/bin/bash<br>
            #<br>
            # Start DrGeo IDE<br>
            #<br>
            <br>
            cuisVersion=Cuis6.0-5542<br>
            ide=drgeoIDE<br>
            <br>
            rm $ide.image $ide.changes $ide.user.*<br>
            <br>
            cp $cuisVersion.image $ide.image<br>
            cp $cuisVersion.changes $ide.changes<br>
            <br>
            ../VM/squeak $ide -s drgeo/src/setupDrGeoDevelopment.st </font><br>
        </font></font></p>
    <p><font size="4"><br>
      </font></p>
    <p><font size="4">setupDrGeoDevelopment:</font></p>
    <p><font size="4"><a class="moz-txt-link-freetext" href="https://bazaar.launchpad.net/~drgeo-developers/drgeo/trunk/view/head:/src/setupDrGeoDevelopment.st">https://bazaar.launchpad.net/~drgeo-developers/drgeo/trunk/view/head:/src/setupDrGeoDevelopment.st</a><br>
      </font></p>
    <p>- last tip, start as often as it seems with fresh repo. Mine was
      too old, several years<br>
    </p>
    <p><br>
    </p>
    <p>Thanks!<br>
    </p>
    <pre class="moz-signature" cols="72">-- 
GNU Dr. Geo
<a class="moz-txt-link-freetext" href="http://drgeo.eu">http://drgeo.eu</a>
<a class="moz-txt-link-freetext" href="http://blog.drgeo.eu">http://blog.drgeo.eu</a></pre>
  </body>
</html>