You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2022/01/21 11:37:03 UTC

svn commit: r1897291 - /subversion/branches/pristines-on-demand/subversion/libsvn_client/commit.c

Author: julianfoad
Date: Fri Jan 21 11:37:02 2022
New Revision: 1897291

URL: http://svn.apache.org/viewvc?rev=1897291&view=rev
Log:
On the 'pristines-on-demand' branch: on commit, send full text if pristine missing.

(svn_client_commit6): Don't hydrate the pristines before commit.

Modified:
    subversion/branches/pristines-on-demand/subversion/libsvn_client/commit.c

Modified: subversion/branches/pristines-on-demand/subversion/libsvn_client/commit.c
URL: http://svn.apache.org/viewvc/subversion/branches/pristines-on-demand/subversion/libsvn_client/commit.c?rev=1897291&r1=1897290&r2=1897291&view=diff
==============================================================================
--- subversion/branches/pristines-on-demand/subversion/libsvn_client/commit.c (original)
+++ subversion/branches/pristines-on-demand/subversion/libsvn_client/commit.c Fri Jan 21 11:37:02 2022
@@ -729,7 +729,7 @@ svn_client_commit6(const apr_array_heade
         goto cleanup;
 
       cmt_err = svn_error_trace(
-                    svn_client__textbase_sync(lock_root, TRUE, TRUE,
+                    svn_client__textbase_sync(lock_root, FALSE, TRUE,
                                               ctx, iterpool));
       if (cmt_err)
         goto cleanup;