git svn - Can I make git-svn handle svn:eol-style? -


Many svn repositories require new files for a svn: eol-style attribute. Is there any way to ensure that it happens with git-svn?

You will automatically properties ([] []) In the inverse conversion will ensure that the ado During operation svn: eol-style is set correctly.

AFAIU git-svn is using svn only in internal functioning, and this should load subversion configuration, and auto set

example .subversion / config:

  Enable [Miscellany] -props for new files  

auto-props = yes [auto-props] * .cpp = svn: keyword = ID revision; Svn: eol-style = native * .cs = svn: keyword = ID revision; Svn: eol-style = native


Comments

Popular posts from this blog

php - multilevel menu with multilevel array -

objective c - iPhone and it's wireless area -

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -