[matplotlib-devel] git migration this weekend

2011-01-27 Thread Darren Dale
Hi Folks, I'm planning on freezing the sourceforge svn repository Friday evening at 8:00 (NY time), and moving the git repository to its new home on Saturday morning. If you have concerns, please speak up. Darren -- Spe

[matplotlib-devel] MacOS X backend possible leak

2011-01-27 Thread Hubert Holin
Paris (U.E.), le 28/01/2011 Bonsoir I am trying to code a specialized data visualization technique (quite old and mostly forgotten), which I will release under the Python Software License. I want to customize the navigation bar read-out so as to give more relevant infor

Re: [matplotlib-devel] git-svn matplotlib mirror

2011-01-27 Thread Darren Dale
On Thu, Jan 27, 2011 at 4:18 PM, Pauli Virtanen wrote: > to, 2011-01-27 kello 13:44 -0500, Darren Dale kirjoitti: > [clip] >> Still, Even after removing the the largest blob in the repo with >> >> run git filter-branch --index-filter \ >>    'git rm --cached --ignore-unmatch release/osx/matplotlib

Re: [matplotlib-devel] git-svn matplotlib mirror

2011-01-27 Thread Darren Dale
On Thu, Jan 27, 2011 at 12:57 PM, Pauli Virtanen wrote: > Thu, 27 Jan 2011 12:39:48 -0500, Darren Dale wrote: > [clip] >> Me too. I just posted the latest version of the repository to >> github.com/darrendale/matplotlib.git . Its ~42MB, but it has a bunch of >> unreachable objects. As soon as we f

Re: [matplotlib-devel] git-svn matplotlib mirror

2011-01-27 Thread Pauli Virtanen
to, 2011-01-27 kello 13:44 -0500, Darren Dale kirjoitti: [clip] > Still, Even after removing the the largest blob in the repo with > > run git filter-branch --index-filter \ >'git rm --cached --ignore-unmatch release/osx/matplotlib-0.98.5.tar.gz' \ >-- 750059aa09340^.. > > the blob still e

Re: [matplotlib-devel] git-svn matplotlib mirror

2011-01-27 Thread Pauli Virtanen
Thu, 27 Jan 2011 12:39:48 -0500, Darren Dale wrote: [clip] > Me too. I just posted the latest version of the repository to > github.com/darrendale/matplotlib.git . Its ~42MB, but it has a bunch of > unreachable objects. As soon as we figure out how to git rid of them, I > think we will be ready to

Re: [matplotlib-devel] git-svn matplotlib mirror

2011-01-27 Thread Darren Dale
On Thu, Jan 27, 2011 at 12:00 PM, John Hunter wrote: > On Thu, Jan 27, 2011 at 10:26 AM, Darren Dale wrote: >> On Tue, Jan 25, 2011 at 11:37 PM, Jae-Joon Lee wrote: >>> And some of the biggest blobs are associated with svg and pdf files. >>> It seems possible to remove these files (if needed) fr

Re: [matplotlib-devel] git-svn matplotlib mirror

2011-01-27 Thread John Hunter
On Thu, Jan 27, 2011 at 10:26 AM, Darren Dale wrote: > On Tue, Jan 25, 2011 at 11:37 PM, Jae-Joon Lee wrote: >> And some of the biggest blobs are associated with svg and pdf files. >> It seems possible to remove these files (if needed) from the >> repository using "git-filter-branch" to further r

Re: [matplotlib-devel] git-svn matplotlib mirror

2011-01-27 Thread Darren Dale
On Tue, Jan 25, 2011 at 11:37 PM, Jae-Joon Lee wrote: > And some of the biggest blobs are associated with svg and pdf files. > It seems possible to remove these files (if needed) from the > repository using "git-filter-branch" to further reduce the size, but > I'm not sure if we need that. Some o

Re: [matplotlib-devel] git-svn matplotlib mirror

2011-01-27 Thread Darren Dale
On Wed, Jan 26, 2011 at 6:35 AM, Jae-Joon Lee wrote: > On Wed, Jan 26, 2011 at 7:28 PM, Pauli Virtanen wrote: >> The complete magic stanza is: >> >> git reflog expire --expire=0 --all >> git prune >> git repack -f -a -d >> git gc --prune=0 > > Wonderful! > With this, I get about 40 MB! How did y