2012/3/8 Christopher Schultz <ch...@christopherschultz.net>: >> 2. svn:eol-style on new files. > > Stupid question: how do I do that? I'm happy to adjust on CLI or from > within Eclipse. >
1. To prevent it from happening: you configure auto-props setting in Subversion See here: http://www.apache.org/dev/version-control.html#https-svn-config -> http://www.apache.org/dev/svn-eol-style.txt Theory: http://svnbook.red-bean.com/en/1.7/svn.advanced.confarea.html#svn.advanced.confarea.opts.config -> "enable-auto-props" + "[auto-props]" 2. Once it happened: You set the property manually (using "svn propset" command or a GUI) and then commit. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org