Re: [SR-Users] Help with install using GIT

2013-06-19 Thread John Doe
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

[SR-Users] Help with install using GIT

2013-06-19 Thread John Doe
> > 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

Re: [SR-Users] Help with install using GIT

2013-06-19 Thread Daniel-Constantin Mierla
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

[SR-Users] Help with install using GIT

2013-06-19 Thread John Doe
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