PDA

View Full Version : [SVN] change to consistent line endings


g00fy
12-31-2007, 04:11 PM
Hi,


A lot of files in SVN have inconsistent line endings (windows mixed with linux), and so when my php editor saves them, they conflict a lot with new updates from trunk. Giving me a hard time to keep resolving the same issues over and over again.
My proposal is to set the svn property recursively on every dir to set it to 1 kind of line endings. For more details you could check: http://www.zope.org/DevHome/Subversion/SubversionConfigurationForLineEndings


Greetings

dfroberg
12-31-2007, 07:23 PM
+100!

Indeed!

jstanden
01-01-2008, 06:26 AM
Hey there!

We've been meaning to do the "svn:eol-style" property for a while, it just keeps getting buried by other tasks. I'll add this to my task list (finally!)

g00fy
01-01-2008, 09:12 AM
Thanks a lot :-)