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" 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. > >> > > >> > I

Re: Stalled git cloning and possible solutions

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

Re: Stalled git cloning and possible solutions

2013-08-30 Thread Duy Nguyen
On Fri, Aug 30, 2013 at 4:10 AM, Jonathan Nieder 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 ?

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" 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. > >> > > >> > I

Re: Stalled git cloning and possible solutions

2013-08-29 Thread Junio C Hamano
"V.Krishn" 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 fi

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

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

Stalled git cloning and possible solutions

2013-08-29 Thread V.Krishn
Hi, 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 ? Please point me to an archive url if solution exists. (though I continue to search