Re: Joining historical repository using grafts or replace

2014-11-01 Thread Christian Couder
Hi Dmitry, On Fri, Oct 31, 2014 at 4:47 PM, Dmitry Oksenchuk oksenchu...@gmail.com wrote: Hi Christian, On Thu, Oct 30, 2014 at 6:41 PM, Dmitry Oksenchuk oksenchu...@gmail.com wrote: Yes, because of such amount of refs, push in historical repository takes 12 sec, push in working

Re: Joining historical repository using grafts or replace

2014-10-31 Thread Christian Couder
Hi Dmitry, On Thu, Oct 30, 2014 at 6:41 PM, Dmitry Oksenchuk oksenchu...@gmail.com wrote: 2014-10-30 19:54 GMT+03:00 Christian Couder christian.cou...@gmail.com: This might be a good idea. Did you already test that the small repository is really faster than the full repository? Yes, because

Re: Joining historical repository using grafts or replace

2014-10-31 Thread Dmitry Oksenchuk
Hi Christian, On Thu, Oct 30, 2014 at 6:41 PM, Dmitry Oksenchuk oksenchu...@gmail.com wrote: 2014-10-30 19:54 GMT+03:00 Christian Couder christian.cou...@gmail.com: This might be a good idea. Did you already test that the small repository is really faster than the full repository? Yes,

Joining historical repository using grafts or replace

2014-10-30 Thread Dmitry Oksenchuk
Hello, We're in the middle of conversion of a large CVS repository (20 years, 70K commits, 1K branches, 10K tags) to Git and considering two separate Git repositories: historical with CVS history and working created without history from heads of active branches (10 active branches). This allows

Re: [git] Joining historical repository using grafts or replace

2014-10-30 Thread W. Trevor King
On Thu, Oct 30, 2014 at 06:39:56PM +0300, Dmitry Oksenchuk wrote: We're in the middle of conversion of a large CVS repository (20 years, 70K commits, 1K branches, 10K tags) to Git and considering two separate Git repositories: historical with CVS history and working created without history

Re: Joining historical repository using grafts or replace

2014-10-30 Thread Christian Couder
Hi, On Thu, Oct 30, 2014 at 4:39 PM, Dmitry Oksenchuk oksenchu...@gmail.com wrote: Hello, We're in the middle of conversion of a large CVS repository (20 years, 70K commits, 1K branches, 10K tags) to Git and considering two separate Git repositories: historical with CVS history and working

Re: Joining historical repository using grafts or replace

2014-10-30 Thread Dmitry Oksenchuk
Hi Christian, Thanks for your reply. 2014-10-30 19:54 GMT+03:00 Christian Couder christian.cou...@gmail.com: On Thu, Oct 30, 2014 at 4:39 PM, Dmitry Oksenchuk oksenchu...@gmail.com wrote: We're in the middle of conversion of a large CVS repository (20 years, 70K commits, 1K branches, 10K

Re: [git] Joining historical repository using grafts or replace

2014-10-30 Thread Dmitry Oksenchuk
2014-10-30 18:44 GMT+03:00 W. Trevor King wk...@tremily.us: On Thu, Oct 30, 2014 at 06:39:56PM +0300, Dmitry Oksenchuk wrote: We're in the middle of conversion of a large CVS repository (20 years, 70K commits, 1K branches, 10K tags) to Git and considering two separate Git repositories: