Re: [matplotlib-devel] svn ancient history broken

2011-02-11 Thread Darren Dale
On Thu, Feb 10, 2011 at 5:54 PM, Pauli Virtanen wrote: > On Thu, 10 Feb 2011 17:34:32 -0500, Darren Dale wrote: > [clip] >> Unfortunately, I am getting exactly the same results: the matplotlib/ >> directory is missing in the earliest history. I've tried adding >> --use-cvs and --keep-trivial-impor

Re: [matplotlib-devel] svn ancient history broken

2011-02-10 Thread Pauli Virtanen
On Thu, 10 Feb 2011 17:34:32 -0500, Darren Dale wrote: [clip] > Unfortunately, I am getting exactly the same results: the matplotlib/ > directory is missing in the earliest history. I've tried adding > --use-cvs and --keep-trivial-imports, to no avail. I've tried checking > out a working copy of th

Re: [matplotlib-devel] svn ancient history broken

2011-02-10 Thread Darren Dale
On Sat, Jan 29, 2011 at 9:00 AM, Darren Dale wrote: > On Sat, Jan 29, 2011 at 3:35 AM, Andrew Straw wrote: >> On 29-Jan-11 01:08, John Hunter wrote: >>> cvs -z3 -d:pserver:anonym...@cvs.sourceforge.net:/cvsroot/matplotlib co -P matplotlib >>> >>> cvs [checkout aborted]: connect to >>> c

Re: [matplotlib-devel] svn ancient history broken

2011-01-29 Thread Darren Dale
On Sat, Jan 29, 2011 at 3:35 AM, Andrew Straw wrote: > On 29-Jan-11 01:08, John Hunter wrote: >> >>> cvs -z3 -d:pserver:anonym...@cvs.sourceforge.net:/cvsroot/matplotlib co >>> -P matplotlib >> >> cvs [checkout aborted]: connect to >> cvs.sourceforge.net(216.34.181.96):2401 failed: Connection refu

Re: [matplotlib-devel] svn ancient history broken

2011-01-29 Thread Andrew Straw
On 29-Jan-11 01:08, John Hunter wrote: > >> cvs -z3 -d:pserver:anonym...@cvs.sourceforge.net:/cvsroot/matplotlib co -P >> matplotlib > cvs [checkout aborted]: connect to > cvs.sourceforge.net(216.34.181.96):2401 failed: Connection refused > > Amazing how fragile digital data is! SF may simply hav

Re: [matplotlib-devel] svn ancient history broken

2011-01-28 Thread John Hunter
On Fri, Jan 28, 2011 at 5:58 PM, Darren Dale wrote: >> It's not a completely fleshed out thought, but if we got the cvs repo >> before the directory move, did cvs to svn on that repo, and then >> converted that to git, we might be able to stitch the two git >> histories together, one from before

Re: [matplotlib-devel] svn ancient history broken

2011-01-28 Thread Darren Dale
On Fri, Jan 28, 2011 at 6:56 PM, John Hunter wrote: > On Fri, Jan 28, 2011 at 4:41 PM, Darren Dale wrote: > >> Stitched in from where? The jdhunter branch appears to only contain >> one commit, so it only contains the contents of matplotlib/ for rev4. > > It's not a completely fleshed out thought

Re: [matplotlib-devel] svn ancient history broken

2011-01-28 Thread John Hunter
On Fri, Jan 28, 2011 at 4:41 PM, Darren Dale wrote: > Stitched in from where? The jdhunter branch appears to only contain > one commit, so it only contains the contents of matplotlib/ for rev4. It's not a completely fleshed out thought, but if we got the cvs repo before the directory move, did c

Re: [matplotlib-devel] svn ancient history broken

2011-01-28 Thread Darren Dale
On Fri, Jan 28, 2011 at 4:14 PM, John Hunter wrote: > On Fri, Jan 28, 2011 at 2:09 PM, Darren Dale wrote: > >>> The first good svn version is apparently 541; the prior commit 540 had >>> the log message "reorganizes py code". >>> This was when we moved "matplotlib" to "lib/matplotlib" which I >>>

Re: [matplotlib-devel] svn ancient history broken

2011-01-28 Thread John Hunter
On Fri, Jan 28, 2011 at 2:09 PM, Darren Dale wrote: >> The first good svn version is apparently 541; the prior commit 540 had >> the log message "reorganizes py code". >> This was when we moved "matplotlib" to "lib/matplotlib" which I >> thought svn would handle gracefully.  Any gurus have any id

Re: [matplotlib-devel] svn ancient history broken

2011-01-28 Thread John Hunter
On Fri, Jan 28, 2011 at 2:57 PM, Pauli Virtanen wrote: > There seems to be some code under "branches/jdhunter/matplotlib/". > Is it the correct stuff? It's hard for me to know exactly if it the correct code (ie what was in the HEAD of the trunk at revision 7) but it is at least the right files i

Re: [matplotlib-devel] svn ancient history broken

2011-01-28 Thread Pauli Virtanen
On Fri, 28 Jan 2011 14:00:40 -0600, John Hunter wrote: [clip] > The first good svn version is apparently 541; the prior commit 540 had > the log message "reorganizes py code". This was when we moved > "matplotlib" to "lib/matplotlib" which I thought svn would handle > gracefully. Any gurus have an

Re: [matplotlib-devel] svn ancient history broken

2011-01-28 Thread Darren Dale
On Fri, Jan 28, 2011 at 3:00 PM, John Hunter wrote: > I was trying to spot check the git repo by checking out the first > commit that we have a history for in the log > >> git checkout 48111d043ec52f9afb511ac447438877b236e7f3 > > and notice that the main code directory 'matplotlib' was missing.  I