> I am strongly in favor of keeping the entire commit history of
> trunk/matplotlib.  While the repo is large now, most of the size comes
> from data and regression test images, and the early history is largely
> code so will not add much incremental size.  I suppose one of the
> downsides of git is since you have to get the *entire* history on one
> checkout, you end up with a bunch of stuff you are unlikely to ever
> need, like data that was once in the repo but has now been removed (eg
> the stuff we migrated to sampledata).  Not sure if there is an easy
> solution here.

I think you should be able to use git clone --depth=x to get a shallow
copy of the repository.  The limitation is that you cannot push from
or pull from your new repository.  You can pull to it and create
patches though, which is enough for most people I think.

Best,
Jon.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to