Re: Checkout entire release with git

2010-08-18 Thread Andreas Schwab
David Woodhouse writes: > On Tue, 2010-08-17 at 23:22 +0200, Till Maas wrote: >> This is how I did it for CVS, I did not yet implement this for git: >> http://blogs.23.nu/till/2008/12/ssh-via-cvs-with-automatic-control-socket-support/ > > https://bugzilla.mindrot.org/show_bug.cgi?id=1330 has a mu

Re: Checkout entire release with git

2010-08-17 Thread David Woodhouse
On Tue, 2010-08-17 at 23:22 +0200, Till Maas wrote: > This is how I did it for CVS, I did not yet implement this for git: > http://blogs.23.nu/till/2008/12/ssh-via-cvs-with-automatic-control-socket-support/ https://bugzilla.mindrot.org/show_bug.cgi?id=1330 has a much nicer solution than the shell

Re: Checkout entire release with git

2010-08-17 Thread Orion Poplawski
On 08/17/2010 03:22 PM, Till Maas wrote: > On Tue, Aug 17, 2010 at 03:12:14PM -0600, Orion Poplawski wrote: >> On 08/17/2010 02:28 PM, Jesse Keating wrote: >>> If you're able to create a long term ssh socket to the git server you >>> could re-use the connection and save a significant portion of the

Re: Checkout entire release with git

2010-08-17 Thread Till Maas
On Tue, Aug 17, 2010 at 03:12:14PM -0600, Orion Poplawski wrote: > On 08/17/2010 02:28 PM, Jesse Keating wrote: > > If you're able to create a long term ssh socket to the git server you > > could re-use the connection and save a significant portion of the > > connection overhead. > > Interesting i

Re: Checkout entire release with git

2010-08-17 Thread Jesse Keating
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 8/17/10 2:12 PM, Orion Poplawski wrote: > On 08/17/2010 02:28 PM, Jesse Keating wrote: >> If you're able to create a long term ssh socket to the git server you >> could re-use the connection and save a significant portion of the >> connection overhe

Re: Checkout entire release with git

2010-08-17 Thread Orion Poplawski
On 08/17/2010 02:28 PM, Jesse Keating wrote: > If you're able to create a long term ssh socket to the git server you > could re-use the connection and save a significant portion of the > connection overhead. Interesting idea, but I don't see how to do this. git clone is taking the ssh: url and m

Re: Checkout entire release with git

2010-08-17 Thread Jesse Keating
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 8/17/10 1:07 PM, Orion Poplawski wrote: > On 08/16/2010 03:01 PM, Jesse Keating wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On 8/16/10 1:38 PM, Orion Poplawski wrote: >>> Is it possible to checkout an entire Fedora release now w

Re: Checkout entire release with git

2010-08-17 Thread Orion Poplawski
On 08/16/2010 03:01 PM, Jesse Keating wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 8/16/10 1:38 PM, Orion Poplawski wrote: >> Is it possible to checkout an entire Fedora release now with git? I used to >> have a checkout of the "devel" branch which was useful for grepping all of

Re: Checkout entire release with git

2010-08-16 Thread Jesse Keating
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 8/16/10 1:38 PM, Orion Poplawski wrote: > Is it possible to checkout an entire Fedora release now with git? I used to > have a checkout of the "devel" branch which was useful for grepping all of > the > spec files. Not without some scripting.