İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
16271 Görünümler

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

Avatar
Vazgeç

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?

Üretici En İyi Yanıt

    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
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
2
Oca 20
26281
10
Oca 24
17650
3
Nis 24
6304
2
Tem 25
35599
1
Tem 23
3213