[TYPO3-english] howto: git checkout "TYPO3 4.6.0beta2"?

Björn Pedersen pedersen at frm2.tum.de
Wed Sep 7 07:21:08 CEST 2011


Am 07.09.2011 00:59, schrieb Martin Bless:
> Hhm, I'm still struggling with "GITting things right". I'm doing:
> 
> git clone --recursive git://git.typo3.org/TYPO3v4/Core.git
> git pull
> git submodule update --init
> git log --pretty=format:"%h %ad | %s%d [%an]" --graph --date=short


> git checkout  -b typo3_src-4.6.0beta2   9f8c9c9
Looks OK up to here
Now you have to update the submodules to the wanted state:
 git submodule update --init

> 
> Q: Shouldn't this lead to the same files I find in
> http://prdownloads.sourceforge.net/typo3/typo3_src-4.6.0beta2.tar.gz?download
> ?
> 
> comparing files ...: I don't think they match.

Then only the release notes and README differ, as they are added to the
release tarball only.

Björn



More information about the TYPO3-english mailing list