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

Xavier Perseguers typo3 at perseguers.ch
Wed Oct 29 14:06:01 CET 2008


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.

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

-- 
Xavier Perseguers
http://xavier.perseguers.ch/en/tutorials/typo3.html


More information about the TYPO3-team-core mailing list