Re: Stalled git cloning and possible solutions

2013-09-03 Thread V.Krishn
On Friday, August 30, 2013 03:48:44 AM you wrote: V.Krishn vkris...@gmail.com writes: On Friday, August 30, 2013 02:40:34 AM you wrote: V.Krishn wrote: Quite sometimes when cloning a large repo stalls, hitting Ctrl+c cleans what been downloaded, and process needs re-start. Is

Re: Stalled git cloning and possible solutions

2013-08-30 Thread Duy Nguyen
On Fri, Aug 30, 2013 at 4:10 AM, Jonathan Nieder jrnie...@gmail.com wrote: V.Krishn wrote: Quite sometimes when cloning a large repo stalls, hitting Ctrl+c cleans what been downloaded, and process needs re-start. Is there a way to recover or continue from already downloaded files during

Re: Stalled git cloning and possible solutions

2013-08-30 Thread Duy Nguyen
On Fri, Aug 30, 2013 at 7:17 PM, Duy Nguyen pclo...@gmail.com wrote: OK how about a new capability resume to upload-pack. fetch-pack can then send capability resume[=SHA-1,skip] to upload-pack. The first time it sends resume without parameters, and upload-pack will send back an SHA-1 to

Re: Stalled git cloning and possible solutions

2013-08-29 Thread Jonathan Nieder
V.Krishn wrote: Quite sometimes when cloning a large repo stalls, hitting Ctrl+c cleans what been downloaded, and process needs re-start. Is there a way to recover or continue from already downloaded files during cloning ? No, sadly. The pack sent for a clone is generated dynamically, so

Re: Stalled git cloning and possible solutions

2013-08-29 Thread V.Krishn
On Friday, August 30, 2013 02:40:34 AM you wrote: V.Krishn wrote: Quite sometimes when cloning a large repo stalls, hitting Ctrl+c cleans what been downloaded, and process needs re-start. Is there a way to recover or continue from already downloaded files during cloning ? No, sadly.

Re: Stalled git cloning and possible solutions

2013-08-29 Thread Junio C Hamano
V.Krishn vkris...@gmail.com writes: On Friday, August 30, 2013 02:40:34 AM you wrote: V.Krishn wrote: Quite sometimes when cloning a large repo stalls, hitting Ctrl+c cleans what been downloaded, and process needs re-start. Is there a way to recover or continue from already downloaded

Re: Stalled git cloning and possible solutions

2013-08-29 Thread V.Krishn
On Friday, August 30, 2013 03:48:44 AM you wrote: V.Krishn vkris...@gmail.com writes: On Friday, August 30, 2013 02:40:34 AM you wrote: V.Krishn wrote: Quite sometimes when cloning a large repo stalls, hitting Ctrl+c cleans what been downloaded, and process needs re-start. Is