Skip to Content
Menú
This question has been flagged
1 Respondre
15022 Vistes

How to clone just 7.0 branch of odoo to my local server ?

Avatar
Descartar

if you want to use to ocb server (using community backports) that should be: git clone https://github.com/OCA/OCB --branch 7.0 right?

Autor Best Answer

    git clone https://www.github.com/odoo/odoo --branch 7.0

This will download the 7.0 branch.

Is it slow ? if ssh connections are persistent and shared it will increase the speed of cloning connection around 5x time. (in my case it was 50kb before after this it downloaded with 800Kb)

add

    ~/.ssh/config 

    ControlMaster auto
    ControlPath /tmp/%r@%h:%p
    ControlPersist yes

 

 

Avatar
Descartar
Related Posts Respostes Vistes Activitat
2
de gen. 20
24670
10
de gen. 24
16285
3
d’abr. 24
3629
2
de març 25
32657
1
de jul. 23
2078