[TYPO3-dev] Git checkout tag with submodules
Fabien Udriot
fudriot at omic.ch
Mon Jun 27 13:43:39 CEST 2011
>> What is missing? Shall try something with "--force"? Didn't find
>> information on the Wiki.
> yes:
> http://wiki.typo3.org/TroubleShooting_(Git)#Checkout_fails_with_.22error:_Untracked_working_tree_file_....22
>
> Adapt it to your patch (e.g. extbase and fluid)
Thanks, it has helped :)
In fact, I managed with these lines:
# git clone --recursive git://git.typo3.org/TYPO3v4/Core.git typo3_src
# cd typo3_src
# rm -rf typo3/sysext/{dbal,version,workspaces,fluid,extbase}
# git checkout TYPO3_4-5-3
# git describe --tag
More information about the TYPO3-dev
mailing list