[TYPO3-core] RFC #9474: Integrate OpenID authentication support to TYPO3

Dmitry Dulepov dmitry.dulepov at gmail.com
Wed Oct 29 13:45:48 CET 2008


Hi!

Martin Kutschker wrote:
> Whatever. I changed the properties for openid and committed the new
> values. But it seems that this property isn't set for any files though I
> think it should be.

I know you use Windows, so my way will not be helpful. Under *nix it
is simple:

find . -name "*.php" -exec svn propset "svn:eol" LF {} ";"
find . -name "*.css" -exec svn propset "svn:eol" LF {} ";"
find . -name "*.js" -exec svn propset "svn:eol" LF {} ";"
find . -name "*.txt" -exec svn propset "svn:eol" LF {} ";"
find . -name "*.html" -exec svn propset "svn:eol" LF {} ";"

I usually do the same with `propset "svn:keywords" Id` to allow $Id$
expansion.

-- 
Dmitry Dulepov
TYPO3 translations support
My TYPO3 book: http://www.packtpub.com/typo3-extension-development/book
In the blog:
http://typo3bloke.net/post-details/max_os_x_use_php_help_in_chm_format/


More information about the TYPO3-team-core mailing list