Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
15470 มุมมอง

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

อวตาร
ละทิ้ง

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?

ผู้เขียน คำตอบที่ดีที่สุด

    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

 

 

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
2
ม.ค. 20
25253
10
ม.ค. 24
16746
Stuck at Odoo database manager แก้ไขแล้ว
3
เม.ย. 24
4494
2
ก.ค. 25
33859
1
ก.ค. 23
2460