<p style="padding:0 0 0 0; margin:0 0 0 0;">Hi,</p>
<p style="padding:0 0 0 0; margin:0 0 0 0;"> </p>
<p style="padding:0 0 0 0; margin:0 0 0 0;">my numbers of Lazarus on Linux, Qt (incl. binaries and *.ppu and *.o files)</p>
<p style="padding:0 0 0 0; margin:0 0 0 0;"> </p>
<p style="padding:0 0 0 0; margin:0 0 0 0;">SVN:</p>
<p style="padding:0 0 0 0; margin:0 0 0 0;">lazarus dir: 2.6 GB (40000 files, 1300 dirs)</p>
<p style="padding:0 0 0 0; margin:0 0 0 0;">.svn subdir: 1.6 GB (25000 files, 260 dirs)</p>
<p style="padding:0 0 0 0; margin:0 0 0 0;"> </p>
<p style="padding:0 0 0 0; margin:0 0 0 0;">GIT:</p>
<p style="font-size: 13.3333px;">lazarus dir: 1 GB (15000 files, 950 dirs)</p>
<p style="font-size: 13.3333px;">.git subdir: 150 MB (60 files, 40 dirs)</p>
<p style="padding:0 0 0 0; margin:0 0 0 0;"> </p>
<p style="padding:0 0 0 0; margin:0 0 0 0;">V.</p>
<p style="padding:0 0 0 0; margin:0 0 0 0;"> </p>
<p style="padding:0 0 0 0; margin:0 0 0 0;">______________________________________________________________<br />
> Od: "Bo Berglund via fpc-pascal" <fpc-pascal@lists.freepascal.org><br />
> Komu: fpc-pascal@lists.freepascal.org<br />
> Datum: 11.08.2021 23:56<br />
> Předmět: Re: [fpc-pascal] How to get fpc and lazarus sources when svn has shut down?<br />
></p>
On Wed, 11 Aug 2021 22:22:54 +0200 (CEST), Michael Van Canneyt via fpc-pascal<br />
<fpc-pascal@lists.freepascal.org> wrote:<br />
<br />
># Get sources<br />
>git clone <a href="https://gitlab.com/freepascal.org/fpc/source.git">https://gitlab.com/freepascal.org/fpc/source.git</a> $FPCVER<br />
># switch to branch/tag<br />
>cd $FPCVER<br />
>git checkout $FPCTAG<br />
>cd ..<br />
<br />
How big a size is the git clone going to pull?<br />
<br />
By the looks of it I get the impression that the git clone will download every<br />
single tag/branch/commit etc ever done and then the git checkout activates the<br />
actual tagged file set?<br />
If this is correct then the size on disk will be too big.<br />
<br />
...<br />
<br />
-- <br />
Bo Berglund<br />
Developer in Sweden<br />
<br />
_______________________________________________<br />
fpc-pascal maillist - fpc-pascal@lists.freepascal.org<br />
<a href="https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal">https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal</a><br />