[TYPO3-dev] Bug? No language-merging for cType RECORDS - so also not for TV!?!

Sebastian Kurfuerst sebastian at garbage-group.de
Mon Mar 13 21:46:56 CET 2006


Hi Franz,

you can create a diff file by creating a backup of the file or the
entire source tree - I do it like that when changing something: I have 2
folders:
TYPO3core_orig_cvs - which always contains the original CVS sources
TYPO3core_testing - where I change one function.

I then create the patch with

diff -ur TYPO3core_orig_cvs TYPO3core_testing > patchfile.patch

u means unified diff (that is most important, cause it specifies the
correct "format")
r means recursive
[N means to take new and deleted files into account as well - not always
needed!]

After creating the diff, I remove the TYPO3core_testing directory and
copy it again from _orig_cvs.
Maybe this helps...
Greets, Sebastian




More information about the TYPO3-dev mailing list