Thank you Daniel, it worked.
> From: jdoe_...@hotmail.com
> To: sr-users@lists.sip-router.org
> Subject: Help with install using GIT
> Date: Wed, 19 Jun 2013 10:06:36 -0400
>
>>
>> Hi all, I am trying to install the latest version using git (new to git) and
>
> Hi all, I am trying to install the latest version using git (new to git) and
> after running "git checkout -b 4.0 origin/4.0" I got these messages:
>
>
> [root@test kamailio-4.0.2]# git checkout -b 4.0 origin/4.0
>
> fatal: Cannot update paths and switch to branch '4.0' at the same time.
> Did
Hello,
recent versions of git changed behaviour for --depth 1, fetching only
one branch. You have to give --no-single-branch as parameter, see:
http://www.kamailio.org/wiki/install/4.0.x/git#getting_sources_from_git
Cheers,
Daniel
On 6/18/13 9:29 PM, John Doe wrote:
Hi all, I am trying to i
Hi all, I am trying to install the latest version using git (new to git) and
after running "git checkout -b 4.0 origin/4.0" I got these messages:
[root@test kamailio-4.0.2]# git checkout -b 4.0 origin/4.0
fatal: Cannot update paths and switch to branch '4.0' at the same time.
Did you intend to