You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2015/01/28 14:36:47 UTC

svn commit: r1655302 - /subversion/trunk/subversion/libsvn_client/mtcc.c

Author: rhuijben
Date: Wed Jan 28 13:36:47 2015
New Revision: 1655302

URL: http://svn.apache.org/r1655302
Log:
* subversion/libsvn_client/mtcc.c
  (mtcc_verify_create): Fix comment, to remove reference to legacy mod_dav
    behaviour, which was fixed in ra-serf by passing the proper headers.

Modified:
    subversion/trunk/subversion/libsvn_client/mtcc.c

Modified: subversion/trunk/subversion/libsvn_client/mtcc.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/mtcc.c?rev=1655302&r1=1655301&r2=1655302&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/mtcc.c (original)
+++ subversion/trunk/subversion/libsvn_client/mtcc.c Wed Jan 28 13:36:47 2015
@@ -463,8 +463,8 @@ mtcc_verify_create(svn_client__mtcc_t *m
         return SVN_NO_ERROR; /* Node is explicitly deleted. We can replace */
     }
 
-  /* mod_dav_svn allows overwriting existing directories. Let's hide that
-     for users of this api */
+  /* mod_dav_svn used to allow overwriting existing directories. Let's hide
+     that for users of this api */
   SVN_ERR(svn_client__mtcc_check_path(&kind, new_relpath, FALSE,
                                       mtcc, scratch_pool));