<div dir="auto">Hi David,<div dir="auto">(only to Squeak since I'm not subscribed to Pharo) <div dir="auto"><br></div><div dir="auto">Just two notes:</div><div dir="auto"><br></div><div dir="auto">I hope that either you don't have any crucial merges in your Monticello histories or that the git-migration tool does preserve them by now (but AFAIK it does not, it linearizes history). Nicolas Cellier can tell you the story what's wrong with that. You might want to check if it creates any issues in your opinion.</div><div dir="auto"><br></div><div dir="auto">Squot does not have its own output format. It does add some hidden files, but if you store only code + non-Smalltalk files, it can often live without them. So any FileTree or Tonel Git repository (preferably with proper history) suffices.</div><div dir="auto"><br></div><div dir="auto">Best regards,</div><div dir="auto">Jakob</div></div><br><br><div class="gmail_quote" dir="auto"><div dir="ltr" class="gmail_attr">David T. Lewis <<a href="mailto:lewis@mail.msen.com">lewis@mail.msen.com</a>> schrieb am Mo., 3. Juni 2019, 15:32:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Alistair Grant and I, with the support of Feenk, have made GitHub repositories<br>
for OSProcess and CommandShell at:<br>
<br>
  <a href="https://github.com/dtlewis290/OSProcess-Tonel" rel="noreferrer noreferrer" target="_blank">https://github.com/dtlewis290/OSProcess-Tonel</a><br>
  <a href="https://github.com/dtlewis290/CommandShell-Tonel" rel="noreferrer noreferrer" target="_blank">https://github.com/dtlewis290/CommandShell-Tonel</a><br>
<br>
Alistair did the conversions using Peter Uhn??k's migration tool, and I set up<br>
the repositories so that they can now be loading in Pharo as follows:<br>
<br>
  Metacello new<br>
        repository: 'github://dtlewis290/OSProcess-Tonel/src';<br>
        baseline: 'OSProcess';<br>
        load.<br>
<br>
  Metacello new<br>
        repository: 'github://dtlewis290/CommandShell-Tonel/src';<br>
        baseline: 'CommandShell';<br>
        load.<br>
<br>
Note, the two respositories are named *-Tonel because I also maintain a GitHub<br>
repository for OSProcess on Cuis, and will probably do repositories in Squot<br>
format in the future. <br>
<br>
@Thierry Goubier - If you have an account on GitHub I will add you as a<br>
collaborator (but my own development work remains on squeaksource so I prefer<br>
contributions there anyway).<br>
<br>
Enjoy,<br>
<br>
Dave and Alistair<br>
<br>
<br>
</blockquote></div></div>