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
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an