<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, May 10, 2014 at 9:50 AM, Chris Muller <span dir="ltr">&lt;<a href="mailto:asqueaker@gmail.com" target="_blank">asqueaker@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">There was no regression, MonticelloConfigurations-cmm.117 was focused<br>

on specifying the trunk repository, and left the backslashes from<br>
Bert&#39;s original version alone.  But, I see you&#39;ve moved them.   :)<br></blockquote><div><br></div><div>Apologies.  I got the number wrong.  But there was a regression when the string was split by the  <span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px">MCHttpRepository trunkUrlString, because that meant that withCRs was only sent to the last half of the string and hence the double backslashes printed literally rather than as two crs.</span></div>
<div><span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px"><br></span></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<br>
On Sat, May 10, 2014 at 9:23 AM,  &lt;<a href="mailto:commits@source.squeak.org">commits@source.squeak.org</a>&gt; wrote:<br>
&gt; Eliot Miranda uploaded a new version of MonticelloConfigurations to project The Trunk:<br>
&gt; <a href="http://source.squeak.org/trunk/MonticelloConfigurations-eem.124.mcz" target="_blank">http://source.squeak.org/trunk/MonticelloConfigurations-eem.124.mcz</a><br>
&gt;<br>
&gt; ==================== Summary ====================<br>
&gt;<br>
&gt; Name: MonticelloConfigurations-eem.124<br>
&gt; Author: eem<br>
&gt; Time: 10 May 2014, 7:23:29.379 am<br>
&gt; UUID: 6de964a7-f2da-4ed4-bc68-0dbb328936d4<br>
&gt; Ancestors: MonticelloConfigurations-fbs.123<br>
&gt;<br>
&gt; Fix the regression in the usage comment in the configurations<br>
&gt; browser in MonticelloConfigurations-cmm.117 (the withCRs<br>
&gt; was sent to a part of the string that has no backslashes),<br>
&gt; and add more verbiage to make usage clearer.<br>
&gt;<br>
&gt; =============== Diff against MonticelloConfigurations-fbs.123 ===============<br>
&gt;<br>
&gt; Item was changed:<br>
&gt;   ----- Method: MCConfigurationBrowser&gt;&gt;description (in category &#39;description&#39;) -----<br>
&gt;   description<br>
&gt;         self selectedDependency ifNotNil:<br>
&gt;                 [:dep |<br>
&gt;                 ^ (&#39;Package: &#39;, dep package name, String cr, dep versionInfo summary) asText].<br>
&gt;         self selectedRepository ifNotNil:<br>
&gt;                 [:repo |<br>
&gt;                 ^repo creationTemplate<br>
&gt;                         ifNotNil: [repo creationTemplate asText]<br>
&gt;                         ifNil: [repo asCreationTemplate asText addAttribute: TextColor red]].<br>
&gt; +       ^(&#39;A configuration is a set of particular versions of packages.  These can be used to manage multiple dependencies amongst packages when an update requires changes to multiple packages.  One stores the current configuration and then modifies the various packages needing modification.  On load, the image will be updated to at least the versions in the current configuration, hence providing the support needed to load the new packages.\\To create a new configuration first load the most up-to-date configuration in your repository (e.g.&#39;,  MCHttpRepository trunkUrlString, &#39;), open that repository in the Monticello browser, scroll down to the &quot;update&quot; package, select the first entry in the list on the right hand side and click Browse, which will open the configuration in a new MCConfigurationBrowser.  Then in the new MCConfigurationBrowser click Update, and choose &quot;update all from image&quot; from the pop-up menu.  Click Store to save back to the repository.  If required, one can add repositories to the browser to store the configuration in a different repository.&#39;) withCRs!<br>

&gt; -       ^&#39;A configuration is a set of particular versions of packages.  These can be used to manage multiple dependencies amongst packages when an update requires changes to multiple packages.  One stores the current configuration and then modifies the various packages needing modification.\\To create a new configuration first load the most up-to-date configuration in your repository (e.g.&#39;,  MCHttpRepository trunkUrlString, &#39;), open that repository in the Monticello browser, scroll down to the &quot;update&quot; package, select the first entry in the list on the right hand side and click Browse, which will open the configuration in a new MCConfigurationBrowser.  Then in the new MCConfigurationBrowser click Update, and choose &quot;update all from image&quot; from the pop-up menu.  Click Store to save back to the repository.&#39; withCRs!<br>

&gt;<br>
&gt;<br>
<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>best,<div>Eliot</div>
</div></div>