2013/11/13 Cédric Krier <[email protected]>: > Hi, > > At the TUB2013, some expressed concerns about the slowness of mercurial > for Tryton. Here are few tips to speed-up the workflow: > > - clone using “--uncompressed” option [1] if you have a good connection: > > hg clone --uncompressed http://hg.tryton.org/trytond > > - keep a local clean repository that you update daily and work on > local clone of this repository. You will update only once from the > internet, others update will be local and fast. Using local clone > doesn't waste space because it uses hard-link and is very fast.
Alternatively one can use multiple threads. We have a set of tools to download core and other repositories which do just that using some config files and "invoke". We have a blog post were we give a short introduction to those tools. It is in Spanish but google translate does a decent job: http://www.tryton-erp.es/posts/crear-un-entorno-tryton-con-las-herramientas-nantic.html Let us know if you want more information. -- Albert Cervera i Areny Tel. 93 553 18 03 @albertnan www.NaN-tic.com
