[TYPO3-core] FYI: Changed newlines of typo3/jsfunc.tbe_editor.js from Windows to Unix style

Ingmar Schlecht ingmar at typo3.org
Sun Feb 4 18:44:51 CET 2007


Hi Stucki,

the problem actually was missing SVN properties on that file.

All files in TYPO3 have the following SVN Properties:
    svn:eol-style 	native
    svn:executable 	*
    svn:keywords	Author Date Id Revision

And somewhere in the each file there needs to be a string $Id:$ which is
automatically replaced by SVN if svn:keywords is set to the above value.

Now, if svn:eol-style had been set to native already, you wouldn't have
noticed the line-ending differences because SVN would have adjusted them
automatically.

I have fixed this for this file, but it would be good, if you could
write a sentence about properties for new files in the Core Team Guide.

See ChangeSet:
http://svn.t3.digitaldistrict.de/cgi-bin/trac.cgi/changeset/6695

cheers
Ingmar

Ps.: We could discuss, if svn:executable = * is really necessary.

Michael Stucki schrieb:
> See http://svn.t3.digitaldistrict.de/cgi-bin/trac.cgi/changeset/6692 to find
> no (bug in Trac?) differences... ;-)
> 
> - michael


-- 
Want to know about latest core development? Subscribe to the core list!
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-team-core


More information about the TYPO3-team-core mailing list