[TYPO3-core] 0001822: There is no API to list tables in theWeb- >Page module

Holzinger Franz franz at fholzinger.com
Mon Dec 5 17:36:12 CET 2005


Hello Michael,

>>Holzinger Franz <franz at fholzinger.com> writes on
>>
>>Mon, 05 Dec 2005 16:49:49 +0100 (MET):
>>    
>>
>>>no, the editor uses TABS instead of whitespace. So the error must come
>>>from somewhere else. The command diff -ru
>>>seems to have created the whitespaces.
>>>Which command should I use in future to create the diff file?
>>>      
>>>
>>diff -u should be fine (-r is for recursive). I have never seen it change
>>tabs to spaces.
>>    
>>
>
>To me the output looks like it contains Shell contents. I hardly can believe 
>it but think that you copied the diff with copy&paste from the shell.
>  
>
Yes, I did it exactly like this. I copied the output of the shell into 
vi to create diff.txt.

>Instead, do it this way:
>
>diff -ru typo3-src-dev.orig/ typo3-src-dev/ > myfile.diff
>
>Notice: If you add the suffix ".diff" to the file, it would be displayed with 
>the correct highlighting in my mail client.
>  
>
[franz at localhost ~]$ diff -ru 
/var/www/html/typo3cvs/TYPO3core/typo3/sysext/cms/layout/db_layout.php 
/var/www/html/typo3/sysext/cms/layout/db_layout.php > diff.txt
[franz at localhost ~]$ diff -ru 
/var/www/html/typo3cvs/TYPO3core/typo3/sysext/cms/layout/class.tx_cms_layout.php 
/var/www/html/typo3/sysext/cms/layout/class.tx_cms_layout.php >> diff.txt
[franz at localhost ~]$ vi diff.txt
[franz at localhost ~]$ mv diff.txt cms_layout.diff

Thanks for your hints.

Greetings,

Franz





-------------- next part --------------
A non-text attachment was scrubbed...
Name: cms_layout.diff
Type: text/x-patch
Size: 5982 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20051205/69a5c0ed/attachment.bin 


More information about the TYPO3-team-core mailing list