kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #30906
Re: GitHub Plugin (my nemesis)
Hi,
It would be better to not rely on a GitHub specific SVN API. We can use git with --depth=1 for clones and updates (I added this to kicad-library-utils download_pretty_libs.py script recently). AFAIK, 3d modules take up the most space, so a shallow (depth=1) clone of (all) the symbol and footprint libraries could be acceptable.
--
Regards,
Gaurav Juvekar
References