Re: svn and automatic line ending
From: Karl Berry <karl_at_freefriends.org>
Date: 2005-01-16 00:07:31 CET
Sorry to reply to my own message, but I found two follow-up issues with
1) [easy] multi-file adds of mixed binary and text files still fail
if (err && err->apr_err == SVN_ERR_IO_INCONSISTENT_EOL)
I made this into a do-nothing, and the add then completed ok.
2) [hard] The commit fails, even though the add succeeded:
svn: File 'whatever' has inconsistent newlines
This is because the eol:line-style property is set to native (as we
If I propdel svn:eol-style, the commit succeeds. But that defeats the
Writing the code to automatically omit the svn:eol-style setting in this
Guess I (and all the other developers) are back to specifying a whole
Final thought: one other idea occurred to me in the course of this:
text/* = svn:eol-style=native
That describes exactly the desired behavior. Any chance of that?
Thanks,
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.