Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
15420 Visninger

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

Avatar
Kassér

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?

Forfatter Bedste svar

    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
Kassér
Related Posts Besvarelser Visninger Aktivitet
2
jan. 20
25209
10
jan. 24
16700
3
apr. 24
4428
2
jul. 25
33788
1
jul. 23
2425