Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
15319 Vizualizări

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

Imagine profil
Abandonează

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 Cel mai bun răspuns

    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

 

 

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
2
ian. 20
25121
10
ian. 24
16598
3
apr. 24
4299
2
iul. 25
33604
1
iul. 23
2365