You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2012/05/14 21:16:43 UTC

svn commit: r1338351 - /subversion/branches/ev2-export/subversion/libsvn_client/commit_util.c

Author: hwright
Date: Mon May 14 19:16:42 2012
New Revision: 1338351

URL: http://svn.apache.org/viewvc?rev=1338351&view=rev
Log:
On the ev2-export branch:
Don't repair EOL-styles on commit, but rather error out.

* subversion/libsvn_client/commit_util.c
  (svn_client__get_detranslated_stream): Don't repair eol style.

Modified:
    subversion/branches/ev2-export/subversion/libsvn_client/commit_util.c

Modified: subversion/branches/ev2-export/subversion/libsvn_client/commit_util.c
URL: http://svn.apache.org/viewvc/subversion/branches/ev2-export/subversion/libsvn_client/commit_util.c?rev=1338351&r1=1338350&r2=1338351&view=diff
==============================================================================
--- subversion/branches/ev2-export/subversion/libsvn_client/commit_util.c (original)
+++ subversion/branches/ev2-export/subversion/libsvn_client/commit_util.c Mon May 14 19:16:42 2012
@@ -2002,7 +2002,7 @@ svn_client__get_detranslated_stream(svn_
           /* Wrap the working copy stream with a filter to detranslate it. */
           contents = svn_subst_stream_translated(contents,
                                                  eol,
-                                                 TRUE /* repair */,
+                                                 FALSE /* repair */,
                                                  keywords,
                                                  FALSE /* expand */,
                                                  scratch_pool);