<div dir="ltr"><div dir="ltr">On Thu, Aug 12, 2021 at 2:00 AM Bo Berglund via fpc-pascal <<a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
What could I replace these svn co (or svn export) calls with?<br></blockquote><div>the current:</div><div>svn co <a href="https://svn.freepascal.org/svn/fpc/tags/$FPCTAG/" rel="noreferrer" target="_blank">https://svn.freepascal.org/svn/fpc/tags/$FPCTAG/</a> $FPCVER</div><div>turns into:<br></div><div>svn co <a href="https://github.com/fpc/FPCSource/tags/$FPCTAG/$FPCVER">https://github.com/fpc/FPCSource/tags/$FPCTAG/$FPCVER</a> <br></div><div><br></div><div>If you open <a href="https://github.com/fpc/">https://github.com/fpc/</a> you can find all the mirrors are there.<br>And this is the official Github mirror, so all the latest changes should be reflected there pretty quickly.</div><div><br></div><div>thanks,<br>Dmitry</div></div></div>