You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2017/08/10 20:56:23 UTC

svn commit: r1804727 - /subversion/trunk/tools/dist/release.py

Author: danielsh
Date: Thu Aug 10 20:56:23 2017
New Revision: 1804727

URL: http://svn.apache.org/viewvc?rev=1804727&view=rev
Log:
* tools/dist/release.py
  (roll_tarballs): Note a problem with naively replacing SVN_VER_MINOR.

Modified:
    subversion/trunk/tools/dist/release.py

Modified: subversion/trunk/tools/dist/release.py
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dist/release.py?rev=1804727&r1=1804726&r2=1804727&view=diff
==============================================================================
--- subversion/trunk/tools/dist/release.py (original)
+++ subversion/trunk/tools/dist/release.py Thu Aug 10 20:56:23 2017
@@ -612,6 +612,8 @@ def roll_tarballs(args):
         # releasing 1.9.7 from the magic revision of 1.9.6.
         #
         # ### Would SVN_VER_MAJOR / SVN_VER_MINOR ever change?
+        # ### Note that SVN_VER_MINOR is duplicated in some places, see
+        # ### <https://subversion.apache.org/docs/community-guide/releasing.html#release-branches>
         replacements += [('#define SVN_VER_MAJOR',
                           '[0-9][0-9]*', str(args.version.major)),
                          ('#define SVN_VER_MINOR',