[TYPO3-core] how to contribute to "version", "workspaces", "extbase", "fluid", "dbal" and "linkvalidator"?

Peter Niederlag peter.niederlag at typo3.org
Mon Jun 4 22:41:47 CEST 2012


Hi,

On 04.06.2012 22:12, Roland wrote:
> thanks philipp!
[...]
> a "git status" indicates that there are changes in "dba" and
> "linkvalidator".

in the superproject or in the ext/submodule folder?
> 
> after that i went to these 2 folders and did a "git checkout TYPO3_4-7-1" -
> now a git checkout indicates a clear repository, but "TYPO3_4-7-1" was only
> a guess...
> 
> what would be the right and safe way to handle this?

if you want your submodules to be in the state that is recorded in the
superproject you have to go to the root folder of the superproject and do a:
'git submodule update'

git submodule status
git submodule summary

will give you some information on the state of the submodules in
relation to the sha1 that is recorded for them in the superproject.

Sounds Super? ;)

Greets and hth,
Peter


More information about the TYPO3-team-core mailing list