On 2016-01-21 17:25, Bo Berglund wrote: > Sizewise this is what I got: > pi@rpi2-jessie2:~/dev $ du -sh ./indy10/ > 77M ./indy10/ > > So the total download is 77 MB
Yes, and that is only one revision. SVN is terrible! As far as I remember from SVN, it keeps a full (uncompressed) copy of everything you checked out side the hidden ".svn" directory. That's how SVN can do a diff comparison. Git doesn't work like that at all. Git stores history as compressed files, and only deltas of each commit - never full copies of managed files. The complete history of Indy (in Git) is the size of a single revision checkout in SVN. > So I will make an attempt to copy only the Lib dir to Lazarus > components dir (renaming to indy10) and run the install from there. You don't need to do that. Simply open the indylaz.lpk package and click Compile. After that, Lazarus IDE will automatically be able to find the Indy source code, no matter the location on your hard drive. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ My public PGP key: http://tinyurl.com/graeme-pgp -- _______________________________________________ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus