[TYPO3-core] src-, dummy- and blankpackage: back and forth - and forth and back?!
Philipp Gampe
typo3.lists at philippgampe.info
Thu Jul 28 02:18:47 CEST 2011
Hi,
Markus Klein wrote:
> Another suggestion that would be really convenient for people updating via
> FTP: We could provide a Differential Package containing only the changed
> files since the last version. I think this really makes sense, as the
> current 4.5.4 source zip package already has respectable 44 MB.
This should be really easy:
$ git diff --name-only TYPO3_4-5-2 TYPO3_4-5-3
This returns all changed files between 4.5.2 and 4.5.3.
Just pipe the result to cp in order to copy them into a folder and you
should be able to reuse the normal build scripts.
Best regards
--
Philipp Gampe
More information about the TYPO3-team-core
mailing list