Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] How to clone 1.12 branch source code

From: wsgd <wsgd@xxxxxxx>
Date: Sun, 15 Jun 2014 14:34:33 +0200
Le 15/06/2014 14:02, Jeff Morriss a �crit :
On 06/15/2014 07:31 AM, wsgd wrote:
Le 15/06/2014 12:20, Pascal Quantin a �crit :


Le 15 juin 2014 12:16, "wsgd" <wsgd@xxxxxxx <mailto:wsgd@xxxxxxx>> a
�crit :
>
> Hello,
>
> I'm want to get (clone) 1.12 branch source code.
>
> I have cloned https://code.wireshark.org/review/wireshark (as
specified into
http://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html#_install_and_prepare_sources).
>
> I get source code for a version 1.99.
> Is it normal ?
> Which repository should be cloned to have 1.12 branch source code ?
>
>
> Thanks,
> Olivier
>

Hi Olivier,

You can checkout master-1.12 branch in your fresh clone with the
following command:
git checkout origin/master-1.12 -b master-1.12

Regards,
Pascal.


It works.
Thanks.

Must be possible to clone directly the good branch, no ?

git clone --branch master-1.12 https://code.wireshark.org/review/wireshark master-1.12


Thanks,
Olivier