The Subversion documentation is not clear on the true format of the config file with respect to multiple properties for a single file pattern. The answer is simple, use a ';' to separate each property.
*.sh = svn:eol-style=native;svn:executableThat said, this begs a little rant about Subversion. There is no server based push of configuration data to the clients. Even worse is that this is far from a priority for the developers.
Thus, you have to send out an email to your entire development team and ask them to edit the file in .subversion/config. What a royal pain in the ass. I recently had to do this because in a mixed office of OSX and Windows users, we were ending up with files with both line endings in them! When we did a merge, we had all sorts of weird conflicts. The only real solution to this problem is to get everyone to add eol-style=native lines like the one above to all of the 'text' files referenced in their config file. No fun at all and it really makes the IT department look like a bunch of idiots with crappy tools.

0 comments:
Post a Comment