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

Martin Kutschker masi-no at spam-typo3.org
Wed Oct 29 14:13:13 CET 2008


Xavier Perseguers schrieb:
> Hi!
> 
>>> 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.
> 
> Yes. You may do this for existing files with TortoiseSVN, it's easy and
> straightforward. Search for files, select all, right click and SVN add
> property.

That's what I did :)

> For new files, you definitively should edit %APPDATA%\Subversion\config
> file, set
> 
> enable-auto-props = yes
> 
> and under [auto-props], list all file types you will be dealing with.
> You should have something like that
> 
> [auto-props]
> *.css = svn:eol-style=native;svn:keywords=Date Author Revision Id
> *.gif = svn:mime-type=image/gif
> *.html = svn:eol-style=native;svn:keywords=Date Author Revision Id
> *.jpg = svn:mime-type=image/jpeg
> *.js = svn:eol-style=native;svn:keywords=Date Author Revision Id
> *.php = svn:eol-style=native;svn:keywords=Date Author Revision Id
> *.png = svn:mime-type=image/png
> *.sql = svn:eol-style=native;svn:keywords=Date Author Revision Id
> *.txt = svn:eol-style=native
> *.xml = svn:eol-style=native;svn:keywords=Date Author Revision Id

eol-style=native? Does that mean, whoever checks out the sources will
get the eol-style of his machine? Sounds good, but for TYPO3 I think we
should stick to LF. All (good) Windows tools can read Unix-EOL anyway.

Masi


More information about the TYPO3-team-core mailing list