Hamilton Verissimo de Oliveira (Engenharia - SPO) wrote:
Would you please be kind and configure your svn clients to proper handling some kind of files? ;-)
I'm not sure with OS you have, but text/java files are being handled in a unix style by SVN and that can make things hard for a windows user :-)
On my svn client I just had to change my 'config' file - If you're using
TortoiseSVN go to Preferences/Config. Once you're there, please add/enable:
[miscellany] enable-auto-props = yes
[auto-props] *.java = svn:eol-style=CRLF *.txt = svn:eol-style=CRLF *.xml = svn:eol-style=CRLF
Please DO NOT do this. The settings should be
*.java = svn:eol-style=native *.txt = svn:eol-style=native *.xml = svn:eol-style=native
So that it comes out as CRLF on windows, CR on *nix, LF on Mac etc
Can these things be set globally for the entire repository? I can just imagine people getting this wrong once every few months after a client reinstall...
cheers,
- LSD
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Apache Excalibur Project -- URL: http://excalibur.apache.org/
