Re: TAP historical versions

2007-03-13 Thread Sam Vilain
Sam Vilain wrote: > I just gave the cg- commands initially because I didn't want to write > this git-core equivalent in public: > mkdir perl > cd perl > git-init > git-remote add catalyst git://git.catalyst.net.nz/perl.git > git-config remote.catalyst.fetch \ > '+refs/heads/restorica

Re: TAP historical versions

2007-03-12 Thread Sam Vilain
Michael G Schwern wrote: >> cg-branch-add p4-perl git://git.catalyst.net.nz/perl.git#p4-perl >> cg-fetch p4-perl >> cg-switch p4-perl >> > cg-switch: refusing to switch to a remote branch - see README for lengthy > explanation; use cg-seek to just quickly inspect it > Oops, yea

Re: TAP historical versions

2007-03-12 Thread Sam Vilain
Sam Vilain wrote: > You can add them all as branches with that cg-branch-add command then > suck them all down with a big cg-fetch command. Another option is to > just grab the lot with "git-clone". Forgot to say, that's almost a 200MB download at the moment. > Actually if you've got the lot, the

Re: TAP historical versions

2007-03-12 Thread Dave Mitchell
On Sun, Mar 11, 2007 at 03:46:37PM -0700, Michael G Schwern wrote: > The repo browser unfortunately only goes back 50 revisions. It can display *any* 50 revisions; for example, http://public.activestate.com/cgi-bin/perlbrowse/c/1 shows you changes 9951 - 1. Admittedly it could do wit

Re: TAP historical versions

2007-03-12 Thread Sam Vilain
Michael G Schwern wrote: > Sam Vilain wrote: > >> Try this (after installing cogito): >> >> cg-clone git://git.catalyst.net.nz/perl.git#restorical >> git-log -p t/TEST >> > > Thanks, but that only gets me up to August of 1996. Where's the rest? > Ah right, I assumed you'd just be i

Re: TAP historical versions

2007-03-11 Thread Michael G Schwern
Dave Mitchell wrote: > On Sun, Mar 11, 2007 at 03:46:37PM -0700, Michael G Schwern wrote: >> The repo browser unfortunately only goes back 50 revisions. > > It can display *any* 50 revisions; for example, > > http://public.activestate.com/cgi-bin/perlbrowse/c/1 > > shows you changes 9951

Re: TAP historical versions

2007-03-11 Thread Michael G Schwern
Sam Vilain wrote: > If you grab the "p4-perl" branch, that's pretty much (sans importing > bugs) blead; > > cg-branch-add p4-perl git://git.catalyst.net.nz/perl.git#p4-perl > cg-fetch p4-perl > cg-switch p4-perl cg-switch: refusing to switch to a remote branch - see README for lengthy

Re: TAP historical versions

2007-03-11 Thread Michael G Schwern
Sam Vilain wrote: > Ah right, I assumed you'd just be interested in the pre-perforce stuff - I could get it from Perforce but that would require access to the repo. And, of course, using Perforce. *yuck* The repo browser unfortunately only goes back 50 revisions. > that above download is ab

Re: TAP historical versions

2007-03-11 Thread Michael G Schwern
Sam Vilain wrote: > Try this (after installing cogito): > > cg-clone git://git.catalyst.net.nz/perl.git#restorical > git-log -p t/TEST Thanks, but that only gets me up to August of 1996. Where's the rest?

Re: TAP historical versions

2007-03-11 Thread Sam Vilain
Michael G Schwern wrote: > We're in the process of adding a version number to TAP (ya know, ok 1, not > ok 2) and I'm trying to figure out what version number we're actually at. > I've been tracing back through the features added since Perl 1 but things > are a bit jumbled. > > I'd like to pick bra

TAP historical versions

2007-03-10 Thread Michael G Schwern
We're in the process of adding a version number to TAP (ya know, ok 1, not ok 2) and I'm trying to figure out what version number we're actually at. I've been tracing back through the features added since Perl 1 but things are a bit jumbled. I'd like to pick brains for what you remember about what