Page 1 of 1

How to retrieve tag VLC 1.0.2 from git

Posted: 09 Oct 2009 02:59
by abhijitayarekar
Is it possibe to download the vlc source for tag VLC 1.0.2 from git?
What is the git command for it.
I tried to use
git clone "git://git.videolan.org/vlc.git -t VLC 1.0.2"

regards
Abhijit

Re: How to retrieve tag VLC 1.0.2 from git

Posted: 16 Dec 2011 05:41
by echang
Sorry for digging an old post. I have the similar request that I want to download vlc source code of 1.1.12 from git. Could anyone help?

Re: How to retrieve tag VLC 1.0.2 from git

Posted: 16 Dec 2011 06:49
by nkoriyama
First, clone vlc-1.1 branch:

Code: Select all

git clone git://git.videolan.org/vlc/vlc-1.1.git
If you really want to get 1.1.12 not current 1.1 branch:

Code: Select all

cd vlc-1.1 git checkout 1.1.12