[TYPO3-core] SVN read access to master via github.com possible

Ernesto Baschny [cron IT] ernst at cron-it.de
Mon May 30 10:28:29 CEST 2011


Stanislas Rolland schrieb am 28.05.2011 19:21:
> Le 2011-05-27 12:39, Ernesto Baschny [cron IT] a écrit :
>> Stanislas Rolland schrieb am 27.05.2011 17:09:
>>> Hi Xavier,
>>>>
>>>>> Updating these submodules also fails even on a freshly cloned Core.Git
>>>>> repository, using Windows command line and/or TortoiseGit.
>>>>
>>>> Did you "init" them before?
>>>>
>>> I get:
>>> git.exe submodule update --init
>>>
>>> Cloning into typo3/sysext/dbal...
>>> fatal: reference is not a tree: 2329d5ace7fbcbc81759b62abe052a189f810f47
>>> Unable to checkout '2329d5ace7fbcbc81759b62abe052a189f810f47' in
>>> submodule path 'typo3/sysext/dbal'
>>
>> Probably your object tree is not up-to-date? Try a "git fetch" first.
>>
> Unfortunately, it does not change anything. In fact the tree was already
> up-to-date.

That's strange. 22329d5... is the HEAD in the dbal project and it
definitively present there:

typo3/sysext/dbal ((2329d5a...)) $ git log --oneline
2329d5a [TASK] Fix coding guideline issues
96b4ce9 [BUGFIX] sql_fetch_assoc may return FALSE as in Core
...

Try to just delete typo3/sysext/dbal (rm -rf) and then "git submodule
update --init" again. Or go into typo3/sysext/dbal and do a "git pull".
Check out the "git log" to see if it matches the lines I pasted above.
And also a "git remote -v" to see if the repository URL is correct:

typo3/sysext/dbal ((2329d5a...)) $ git remote  -v
origin  git://git.typo3.org/TYPO3v4/Extensions/dbal.git (fetch)
origin  ssh://review.typo3.org/TYPO3v4/Extensions/dbal.git (push)

Cheers,
Ernesto


More information about the TYPO3-team-core mailing list