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 \

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

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, then

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, yeah, my

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 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

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