Get Xorg7.1 by git
Clemens Koller
clemens.koller at anagramm.de
Thu Sep 20 03:18:45 PDT 2007
LawrenceLee at viatech.com.cn schrieb:
> I’m newbie of Xorg and git. I want to download Xorg 7.1 version using
> git. But I always get the latest version of Xorg. How can I specify the
> version to download?
I usually download the whole git repository and then then checkout the
desired tag from the branch I want. I.e.:
$ git checkout <branch name>
$ git checkout <tag object name>
$ git checkout <commit name>
A <branch name> is i.e. "master".
A <tag object name> is i.e. "v2.6.23-rc1".
A <commit name> is i.e. "1b2e1d63ff".
(without the "" quotes)
...checkout -f forces this and overwrites local changes.
Read: http://www.kernel.org/pub/software/scm/git/docs/tutorial.html
And there are other tutorials for git... it's all explained with
several examples.
Regards,
Clemens Koller
__________________________________
R&D Imaging Devices
Anagramm GmbH
Rupert-Mayer-Straße 45/1
Linhof Werksgelände
D-81379 München
Tel.089-741518-50
Fax 089-741518-19
http://www.anagramm-technology.com
More information about the xorg
mailing list