linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] How to clone Linphone-android with User-Agent


From: Rodrigo Pimenta Carvalho
Subject: Re: [Linphone-developers] How to clone Linphone-android with User-Agent 2.2.1.1
Date: Wed, 5 Feb 2014 11:43:35 -0200

Hi Ben,

Thank you very much for the hint!!
I have tried to update the submodule, as your explanation. But, I got a issue:

git submodule update --recursive --init
Submodule path 'submodules/belle-sip': checked out '3d37b480eb8219d64306a8d16ca1c581a946f18e'
Submodule path 'submodules/externals/antlr3': checked out '9ea1af70be642604d53e0e1f6096b9ca1ddae8a5'
Submodule path 'submodules/externals/ffmpeg': checked out '26617b47faccaf3646b767ed3062affd8252499d'
Submodule path 'submodules/externals/libvpx': checked out 'db9235657741ce3fa5b9226f55d780304320ef8c'
fatal: reference is not a tree: bfbfcab72dfa27862b05607d18bb24b6f8395fcf
Submodule path 'submodules/externals/srtp': checked out '14027d37c7574b27bf22e57f508137b4e86b6466'
Submodule path 'submodules/libilbc-rfc3951': checked out 'a70714c2e8a1f6f9958450cb612e3dc9895981e7'
Submodule path 'submodules/linphone': checked out '0138897ef049fbf124b9a324592877bfe47349b2'
Submodule path 'submodules/linphone/mediastreamer2': checked out '3433e47bc8ed15b2800bbd448f6d22f79285e66d'
Submodule path 'submodules/linphone/oRTP': checked out 'b5d1414e63b21c83eb8e26988a3fe423ff8fc3b3'


Do you have more hints on what to do?

I will also try to clone the entiry branch 2.2.1.1.

Thanks again.
Rodrigo Pimenta Carvalho.


Em 05/02/2014, às 10:56, Ben Sartor <address@hidden> escreveu:

Hi Rodrigo Pimenta Carvalho,

in order to checkout linphone-android with version 2.2.1.1 you may run:

git clone git://git.linphone.org/linphone-android.git
cd linphone-android
git checkout 2.2.1.1 -b 2.2.1.1
git submodule update --recursive --init

Or in one line:

git clone -b 2.2.1.1 git://git.linphone.org/linphone-android.git --recursive

Cheers
Ben

Hi.

When I run git clone to get linphone-android, it gives me the source code
from branch master (head). Such source code has the User-Agent
2.2.1.1-71-g62100bd.

Today I would like to clone the revision of linphone-android that has the
User-Agent 2.2.1.1. That is, an older revision.


How to do it using git?



Any hint will be very helpful!

Thanks a lot.
Rodrigo Pimenta Carvalho.
_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers

_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers


reply via email to

[Prev in Thread] Current Thread [Next in Thread]