Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
15439 Vues

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

Avatar
Ignorer

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?

Auteur Meilleure réponse

    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
Ignorer
Publications associées Réponses Vues Activité
2
janv. 20
25216
10
janv. 24
16709
3
avr. 24
4443
2
juil. 25
33804
1
juil. 23
2436