[TYPO3-50-general] git problem -- checkout of phoenix breaks when it comes to some aloha plugins

Christof Adams christof.adams at online.de
Wed Aug 3 23:02:25 CEST 2011


Hello,

i'am new to the list,  to git, flow3 and phoenix. My aim is to provide you 
with early, early, early  user experiences, thereby helping you with your 
tremandous developing task and  get me a deeper insight in the future of 
Typo3.

By this time,  i have the demo site runnung(debian amd64 squeeze), can log in 
the management part. I get two buttons content and management, but they are 
not working. next is a line which gives me some menue but every entry leeds to 
404.
The buttons Pages/Preview/Inspect/Page seam to work.
Iceweasel has some problems which I leave beside for the moment.

The firefox(5.0.1) error.log complains: 

Fehler: $ is not a function
Quelldatei: 
http://xxx.xxx.xxx/_Resources/Static/Packages/TYPO3.TYPO3/JavaScript/phoenix/content/model.js
Zeile: 239

 Fehler: require.js load timeout for modules: css!block/css/block.css 
Quelldatei: 
http://xxx.xxx.xxx/_Resources/Static/Packages/TYPO3.TYPO3/JavaScript/require.js
Zeile: 786
which may be due to version conflicts in Javascript

 ======================
Now to come to my question:
 =========================
I didn't expect aloha working, because in the checkout process(see the log at 
the end)  i get(reproducable) an "error Permission denied (publickey)." with 
some aloha plugin submodules. I'm a "git"-Newbie but after reading some 
documents and a little investigation i sorted out, that in the file

Packages/Application/TYPO3.TYPO3/Resources/Public/Library/Aloha/src/plugins/common/.git/config

one can find for example:
 [submodule "abbr"]
        url = https://github.com/alohaeditor/Aloha-Plugin-Abbreviation
[submodule "align"]
        url = git at github.com:alohaeditor/Aloha-Plugin-Align.git
as you see in the log below "abbr" succeeded while "align" fails

I learned from my readings on the net that there are some problems with aloha. 
if this error is due to this fact i will wait. If its a misconfiguration in 
the  git file please correct it or show me the right way/address to file a bug


I hope i have not wasted your time.  My next step will be to set up a virtual 
machine with debian-wheezy-testing and to install phoenix there. I might get  
over some version conflicts (Javascript/ PHPunit/i can not build the flow3 doc 
because of squeeze's sphinx is to old).

=============================================
root:/var/www# git clone --verbose --recursive  
ssh://xxxxxxxx@review.typo3.org:29418/TYPO3v5/Distributions/Base.git test
Cloning into test...
remote: Counting objects: 3851, done
remote: Finding sources: 100% (3851/3851)
remote: Total 3851 (delta 1931), reused 3819 (delta 1931)
Receiving objects: 100% (3851/3851), 7.18 MiB | 1.53 MiB/s, done.
Resolving deltas: 100% (1931/1931), done.
Submodule 'Build/Common' (git://git.typo3.org/FLOW3/BuildEssentials.git) 
registered for path 'Build/Common'
Submodule 'Packages/Application/TYPO3.TYPO3' 
(git://git.typo3.org/FLOW3/Packages/TYPO3.git) registered for path 
        . . . . . .
Submodule path 'Resources/Public/Library/Aloha': checked out 
'9833c40f998b477675763ee77101b2ffd5010527'
Submodule 'src/plugins/common' (git://github.com/alohaeditor/Aloha-Bundle-
Common.git) registered for path 'src/plugins/common'
Cloning into src/plugins/common...
remote: Counting objects: 457, done.
remote: Compressing objects: 100% (208/208), done.
remote: Total 457 (delta 275), reused 415 (delta 233)
Receiving objects: 100% (457/457), 1.24 MiB | 741 KiB/s, done.
Resolving deltas: 100% (275/275), done.
Submodule path 'src/plugins/common': checked out 
'b61ee720337ce8723b3c8e0e08087f60136b5e4a'
Submodule 'abbr' (https://github.com/alohaeditor/Aloha-Plugin-Abbreviation) 
registered for path 'abbr'
Submodule 'align' (git at github.com:alohaeditor/Aloha-Plugin-Align.git) 
registered for path 'align'
Submodule 'format' (https://github.com/alohaeditor/Aloha-Plugin-Format) 
registered for path 'format'
Submodule 'highlighteditables' (git at github.com:alohaeditor/Aloha-Plugin-
HighlightEditables.git) registered for path 'highlighteditables'
Submodule 'link' (git at github.com:alohaeditor/Aloha-Plugin-Link.git) registered 
for path 'link'
Submodule 'list' (git at github.com:alohaeditor/Aloha-Plugin-List.git) registered 
for path 'list'
Submodule 'paste' (git at github.com:alohaeditor/Aloha-Plugin-Paste.git) 
registered for path 'paste'
Submodule 'table' (git at github.com:alohaeditor/Aloha-Plugin-Table.git) 
registered for path 'table'
Submodule 'undo' (git at github.com:alohaeditor/Aloha-Plugin-Undo.git) registered 
for path 'undo'
Cloning into abbr...
remote: Counting objects: 73, done.
remote: Compressing objects: 100% (61/61), done.
remote: Total 73 (delta 21), reused 14 (delta 2)
Unpacking objects: 100% (73/73), done.
Submodule path 'abbr': checked out '1ced6c5d1b8caf5ad112a9f8ba439985c5217a1c'
Cloning into align...
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
Clone of 'git at github.com:alohaeditor/Aloha-Plugin-Align.git' into submodule 
path 'align' failed
Failed to recurse into submodule path 'src/plugins/common'
Failed to recurse into submodule path 'Resources/Public/Library/Aloha'
Failed to recurse into submodule path 'Packages/Application/TYPO3.TYPO3'




More information about the TYPO3-project-5_0-general mailing list