[git-users] Automatic repacking when cloning

2012-09-03 Thread Haasip Satang
Hi all, I'm having a question regarding the packs and the repacking of those during cloning. I'm migrating a big repository which after initial commit of all files contains only one pack file of 120MB in size (about 800 extracted). On this big repo I created various subtree branches so I

[git-users] Re: Automatic repacking when cloning

2012-09-03 Thread Haasip Satang
to make the cloning even faster (so git doesn't have to create those packs dynamically when cloning) Thanks again! Am Montag, 3. September 2012 19:51:30 UTC+2 schrieb Haasip Satang: Hi all, I'm having a question regarding the packs and the repacking of those during cloning. I'm migrating

Re: [git-users] Size of cloned git subtrees - only history / files for subtree needed

2012-08-30 Thread Haasip Satang
project you want to build and then it either works or it doesn't, and the clone is then deleted. So is 'git clone --depth depth' what you need? Use depth := 1 Just a thought Philip - Original Message - *From:* Haasip Satang javascript: *To:* git

[git-users] Re: Size of cloned git subtrees - only history / files for subtree needed

2012-08-30 Thread Haasip Satang
Nicolaisen: On Thursday, August 30, 2012 2:21:15 AM UTC+2, Haasip Satang wrote: Hi all, in short the question of the lenghty explanation below will be: How can I create a clone of a subtree that only contains the data needed for that subtree in the .git folder. In detail here is what

[git-users] Re: Size of cloned git subtrees - only history / files for subtree needed

2012-08-30 Thread Haasip Satang
or somehow creating some artificial ones... but might be totally off here). More ideas on that? Would just love to understand what is going on in detail. Am Donnerstag, 30. August 2012 14:12:07 UTC+2 schrieb Thomas Ferris Nicolaisen: On Thursday, August 30, 2012 1:04:56 PM UTC+2, Haasip Satang

[git-users] Re: Size of cloned git subtrees - only history / files for subtree needed

2012-08-30 Thread Haasip Satang
. Any ideas how I can force the repacking when cloning? Am Donnerstag, 30. August 2012 14:18:51 UTC+2 schrieb Philip Oakley: On Aug 30, 11:34 am, Haasip Satang haasip.sat...@googlemail.com wrote: ;-) That's what I did as you can see in my explanation above ;-) The problem still

[git-users] Re: Size of cloned git subtrees - only history / files for subtree needed

2012-08-30 Thread Haasip Satang
in the dev list if that really is the expected behavior for ssh and git. Thanks a lot guys! Am Donnerstag, 30. August 2012 18:00:59 UTC+2 schrieb Philip Oakley: On Aug 30, 3:57 pm, Haasip Satang haasip.sat...@googlemail.com wrote: I found something that might be interesting. To me