[TYPO3-german] Re: Re: Re: Re: version und workspaces nicht auswählbar im EM vers. 4.5.3-dev

Andreas Kiessling kiessling at pluspol.info
Wed May 11 14:55:51 CEST 2011


Hi,

>>
>>> $ git pull
>>> $ git submodule update --init
>>
>> Das hat mir gefehlt, vielen Dank für den Tipp. Muss man das
>> $ git submodule update --init
>> immer ausführen wenn sich die submodule liste der Systemextensions
>> geändert haben?
>
> Da bin ich überfrage, aber ich denke schon.
>

Dazu hat mir Olly in der v4 Newsgroup ausführlich geantwortet:

########################
The "pull" ensures that you get the recent submodule pointers. The
"--init" parameter ensures that the submodules are initialized correctly
if it's the first time on the accordant branch - if initialization is
not required, Git will just do the update - thus "--init" does not hurt.

The difference between svn:externals and the Git submodule is, that in
the Git world a pointer to a specific commit in the submodule is used.
If something is changed in the submodule then the pointer has to be
raised in the super project (TYPO3 Core in this case). Raising the
pointers will be done by the Release Team or any automatic script later on.
#########################

-> auch bei Aktualisierung muss ein "git submodule update" ausgeführt 
werden, das --init schadet dabei nicht.

HTH,
Andreas


More information about the TYPO3-german mailing list