[fpc-pascal] How to get fpc and lazarus sources when svn has shut down?
Dmitry Boyarintsev
skalogryz.lists at gmail.com
Thu Aug 12 08:08:25 CEST 2021
On Thu, Aug 12, 2021 at 2:00 AM Bo Berglund via fpc-pascal <
fpc-pascal at lists.freepascal.org> wrote:
>
> What could I replace these svn co (or svn export) calls with?
>
the current:
svn co https://svn.freepascal.org/svn/fpc/tags/$FPCTAG/ $FPCVER
turns into:
svn co https://github.com/fpc/FPCSource/tags/$FPCTAG/$FPCVER
If you open https://github.com/fpc/ you can find all the mirrors are there.
And this is the official Github mirror, so all the latest changes should be
reflected there pretty quickly.
thanks,
Dmitry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20210812/130e5f54/attachment.htm>
More information about the fpc-pascal
mailing list