Tom Arnold wrote:
 
> Gerade nochmal die 4.5.2 von typo3.org gezogen - ebenfalls 101M.
> Egal ob theoretisch oder praktisch relevant, das würde mich jetzt doch
> interessieren, wo die Größenunterschiede herkommen :-)

Also ich mache dies:
$ git pull
$ git checkout origin/TYPO3_4-5
$ cd ..
$ cp -R t3-trunk/ test-size
$ cd test-size/
$ du -hs .
149M    .
$ rm -rf .git
$ du -hs .
76M     .
$ cd typo3/sysext/
$ du -hs .
53M     .
$ du -hs *
40K     about
32K     aboutmodules
1,8M    adodb
88K     belog
116K    beuser
4,9M    cms
696K    context_help
28K     cshmanual
1,4M    css_styled_content
2,8M    dbal
1,4M    em
2,3M    extbase
28K     extra_page_cm_options
44K     feedit
288K    felogin
52K     filelist
1,8M    fluid
40K     func
32K     func_wizards
784K    impexp
664K    indexed_search
44K     info
180K    info_pagetsconfig
1,6M    install
2,7M    lang
392K    linkvalidator
300K    lowlevel
72K     opendocs
880K    openid
88K     perm
4,0K    README.txt
56K     recordlist
368K    recycler
160K    reports
248K    rsaauth
3,8M    rtehtmlarea
276K    saltedpasswords
1,3M    scheduler
328K    setup
32K     simulatestatic
2,9M    statictemplates
76K     sv
208K    sys_action
28K     sys_note
704K    t3editor
8,9M    t3skin
160K    taskcenter
1,1M    tsconfig_help
72K     tstemplate
36K     tstemplate_analyzer
592K    tstemplate_ceditor
52K     tstemplate_info
56K     tstemplate_objbrowser
972K    version
56K     viewpage
68K     wizard_crpages
60K     wizard_sortpages
5,1M    workspaces
$ rm -rf workspaces/.git/ dbal/.git/ version/.git/
$ du -hs *
40K     about
32K     aboutmodules
1,8M    adodb
88K     belog
116K    beuser
4,9M    cms
696K    context_help
28K     cshmanual
1,4M    css_styled_content
660K    dbal
1,4M    em
2,3M    extbase
28K     extra_page_cm_options
44K     feedit
288K    felogin
52K     filelist
1,8M    fluid
40K     func
32K     func_wizards
784K    impexp
664K    indexed_search
44K     info
180K    info_pagetsconfig
1,6M    install
2,7M    lang
392K    linkvalidator
300K    lowlevel
72K     opendocs
880K    openid
88K     perm
4,0K    README.txt
56K     recordlist
368K    recycler
160K    reports
248K    rsaauth
3,8M    rtehtmlarea
276K    saltedpasswords
1,3M    scheduler
328K    setup
32K     simulatestatic
2,9M    statictemplates
76K     sv
208K    sys_action
28K     sys_note
704K    t3editor
8,9M    t3skin
160K    taskcenter
1,1M    tsconfig_help
72K     tstemplate
36K     tstemplate_analyzer
592K    tstemplate_ceditor
52K     tstemplate_info
56K     tstemplate_objbrowser
484K    version
56K     viewpage
68K     wizard_crpages
60K     wizard_sortpages
2,9M    workspaces
$ du -hs .
48M     .
$ cd ../../
$ du -hs .
71M     .
$ sudo tune2fs -l /dev/mapper/luks-xxxxx | grep -i 'block size'
Block size:               4096
$ cd ..
$ du -hs t3-trunk/ --exclude=.git
71M     t3-trunk/
$ rm -rf test-size/

Also der aktuelle Stand von 4.5 ist 71M.
Der Master branch ist genauso groß, falls du hier nicht implizit die Größe 
cached.

Viele Grüße
-- 
Philipp Gampe
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an