You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by sv...@apache.org on 2020/07/31 04:00:12 UTC

svn commit: r1880465 - in /subversion/branches/1.14.x: ./ INSTALL STATUS subversion/bindings/swig/INSTALL

Author: svn-role
Date: Fri Jul 31 04:00:11 2020
New Revision: 1880465

URL: http://svn.apache.org/viewvc?rev=1880465&view=rev
Log:
Merge r1877960 from trunk:

 * r1877960
   INSTALL (I.C.12): Add Note that non-release mode is required for building
   SWIG Python 2 bindings.
   Justification:
     We've not entirely dropped Python 2 bindings support on 1.14.x yet
   Votes:
     +1: futatuki, stsp, rhuijben

Modified:
    subversion/branches/1.14.x/   (props changed)
    subversion/branches/1.14.x/INSTALL
    subversion/branches/1.14.x/STATUS
    subversion/branches/1.14.x/subversion/bindings/swig/INSTALL

Propchange: subversion/branches/1.14.x/
------------------------------------------------------------------------------
  Merged /subversion/trunk:r1877960

Modified: subversion/branches/1.14.x/INSTALL
URL: http://svn.apache.org/viewvc/subversion/branches/1.14.x/INSTALL?rev=1880465&r1=1880464&r2=1880465&view=diff
==============================================================================
--- subversion/branches/1.14.x/INSTALL (original)
+++ subversion/branches/1.14.x/INSTALL Fri Jul 31 04:00:11 2020
@@ -506,6 +506,12 @@ I.    INTRODUCTION
       reached end of life.  All users are strongly encouraged to move
       to Python 3.
 
+      Note: If you are using a Subversion distribution tarball and want
+      to build the Python bindings for Python 2, you should rebuild
+      the build environment in non-release mode by running
+      'sh autogen.sh' before running the ./configure script; see
+      section II.B for more about autogen.sh.
+
 
       13. Perl 5.8 or newer (Windows only)  (OPTIONAL)
 

Modified: subversion/branches/1.14.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.14.x/STATUS?rev=1880465&r1=1880464&r2=1880465&view=diff
==============================================================================
--- subversion/branches/1.14.x/STATUS (original)
+++ subversion/branches/1.14.x/STATUS Fri Jul 31 04:00:11 2020
@@ -46,11 +46,3 @@ Veto-blocked changes:
 
 Approved changes:
 =================
-
- * r1877960
-   INSTALL (I.C.12): Add Note that non-release mode is required for building
-   SWIG Python 2 bindings.
-   Justification:
-     We've not entirely dropped Python 2 bindings support on 1.14.x yet
-   Votes:
-     +1: futatuki, stsp, rhuijben

Modified: subversion/branches/1.14.x/subversion/bindings/swig/INSTALL
URL: http://svn.apache.org/viewvc/subversion/branches/1.14.x/subversion/bindings/swig/INSTALL?rev=1880465&r1=1880464&r2=1880465&view=diff
==============================================================================
--- subversion/branches/1.14.x/subversion/bindings/swig/INSTALL (original)
+++ subversion/branches/1.14.x/subversion/bindings/swig/INSTALL Fri Jul 31 04:00:11 2020
@@ -143,6 +143,7 @@ Step 2:  Build and Install Subversion.
 
   Make sure that Subversion's ./configure script sees your installed SWIG!
   It tries to detect SWIG near the very end of its output.
+  You can find it by running 'grep "^SWIG=" config.log'.
 
   Also make sure that the configure script sees the paths to the perl and/or
   python executable you used to configure SWIG as above.  If it does not then