<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        The package cache is treated special anyway. I don't know what would happen if you would added it explicitely. Maybe you would also have to manually update it if the package-cache location changes?<div><br></div><div>Best,</div><div>marcel</div><div class="mb_sig"></div><blockquote class="history_container" type="cite" style="border-left-style:solid;border-width:1px; margin-top:20px; margin-left:0px;padding-left:10px;">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 17.06.2020 19:21:46 schrieb Jakob Reschke <forums.jakob@resfarm.de>:</p><div style="font-family:Arial,Helvetica,sans-serif">
<div dir="auto">Why did the repositoryGroup not contain the package cache? the cache is displayed for all working copies as far as I know. Or is that just a hack of MCWorkingCopyBrowser as well...?<div dir="auto"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr"> <<a href="mailto:commits@source.squeak.org">commits@source.squeak.org</a>> schrieb am Di., 16. Juni 2020, 14:06:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Marcel Taeumel uploaded a new version of Monticello to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/Monticello-mt.724.mcz" rel="noreferrer noreferrer" target="_blank">http://source.squeak.org/trunk/Monticello-mt.724.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: Monticello-mt.724<br>
Author: mt<br>
Time: 16 June 2020, 2:06:17.310762 pm<br>
UUID: a6026367-76f2-d84d-9fd2-2a829c174d64<br>
Ancestors: Monticello-mt.723<br>
<br>
Also check the package cache when looking for a new unique version name because that cache may hold local experiments.<br>
<br>
=============== Diff against Monticello-mt.723 ===============<br>
<br>
Item was changed:<br>
  ----- Method: MCWorkingCopy>>uniqueVersionName (in category 'private') -----<br>
  uniqueVersionName<br>
        |versionName|<br>
        counter := nil.<br>
        [versionName := self nextVersionName.<br>
+       (MCRepository packageCache includesVersionNamed: versionName)<br>
+               or: [self repositoryGroup includesVersionNamed: versionName]] whileTrue.<br>
-       self repositoryGroup includesVersionNamed: versionName] whileTrue.<br>
        ^ versionName!<br>
<br>
<br>
</blockquote></div>
</div></blockquote>
                                        </div></body>