On Fri, January 15, 2010 1:52:19 PM, Chris Jerdonek wrote: > On Thu, Jan 14, 2010 at 9:05 PM, David Kilzer wrote: > > On Thu, January 14, 2010 at 6:59:17 PM, Chris Jerdonek wrote: > >> While I'm asking, I might as well also ask -- what other subversion > >> properties do we use? > > > > > > In the past, svn:eol-style has been applied so that when files are checked > > out > on Windows, they have the proper line endings. There is also a concerted > effort > to keep svn:mime-type set correctly on *-expected.png results for pixel tests > committed via git. > > Thanks a lot for the response, David. To add to the list, > svn:executable is another one.
Yes, scripts don't work very well without execute permissions. :) However, the git-svn script is smart enough to set that one, though. The others you don't get for "free" when using git to push patches to an svn repository. Dave _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

