Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
15441 Переглядів

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
25218
10
січ. 24
16710
3
квіт. 24
4443
2
лип. 25
33807
1
лип. 23
2436