Re: svn commit: r1899324 - /subversion/site/publish/upcoming.part.html

2022-03-28 Thread Daniel Sahlberg
Den mån 28 mars 2022 kl 22:04 skrev Mark Phippard :

> What is this file used for? Is it displayed on the website somewhere?
>

Yes, it is included in the release-notes page (via an SSI #include):
https://subversion.apache.org/docs/release-notes/

It is just showing merged changes since the last release? So I guess
> could help us write CHANGES?
>

Yes, it should only show merged changes since last release. It didn't work
properly and showed changes since 1.14.0 but I hope it should be alright
now. It is generated by site/tools/generate-upcoming-changes-log.sh (you
should be able to run it locally, but make sure that `cwd` is in the 1.14.x
branch). And yes, it would probably be a good starting point for CHANGES.

/Daniel


Re: svn commit: r1899324 - /subversion/site/publish/upcoming.part.html

2022-03-28 Thread Mark Phippard
What is this file used for? Is it displayed on the website somewhere?

It is just showing merged changes since the last release? So I guess
could help us write CHANGES?

Mark


On Mon, Mar 28, 2022 at 4:01 PM Daniel Sahlberg
 wrote:
>
> Once again I've executed this manually to make sure it correctly reflects the 
> upcoming changes between 1.14.1 and 1.14.2. I hope infra will be able to 
> merge my PR before 04.00Z tomorrow when the cronjobs are executed.
>
> Den mån 28 mars 2022 kl 21:56 skrev :
>>
>> Author: svn-role
>> Date: Mon Mar 28 19:56:19 2022
>> New Revision: 1899324
>>
>> URL: http://svn.apache.org/viewvc?rev=1899324=rev
>> Log:
>> * upcoming.part.html: Automatically regenerated
>>
>> Modified:
>> subversion/site/publish/upcoming.part.html
>>
>> Modified: subversion/site/publish/upcoming.part.html
>> URL: 
>> http://svn.apache.org/viewvc/subversion/site/publish/upcoming.part.html?rev=1899324=1899323=1899324=diff
>> ==
>> --- subversion/site/publish/upcoming.part.html (original)
>> +++ subversion/site/publish/upcoming.part.html Mon Mar 28 19:56:19 2022
>> @@ -2,470 +2,6 @@
>>  
>>  Changes in ^/subversion/branches/1.14.x:
>>  
>> -https://svn.apache.org/r1877978;>r1877978 | svn-role | 
>> 2020-05-21 04:00:13 + (Thu, 21 May 2020) | 7 lines
>> -
>> -Merge https://svn.apache.org/r1877788;>r1877788 from trunk:
>> -
>> - * https://svn.apache.org/r1877788;>r1877788
>> -   Fix a broken link in a docstring.
>> -   Votes:
>> - +1: danielsh, stsp
>> -
>> -
>> -https://svn.apache.org/r1878211;>r1878211 | svn-role | 
>> 2020-05-28 04:00:12 + (Thu, 28 May 2020) | 10 lines
>> -
>> -Merge https://svn.apache.org/r1877072;>r1877072 from trunk:
>> -
>> - * https://svn.apache.org/r1877072;>r1877072
>> -   svnmucc: Change an error message to state another possible cause of the
>> -   error.
>> -   Justification:
>> - Error messages should be accurate.  User reported (> href="/issue-4854">issue #4854).
>> -   Votes:
>> - +1: danielsh, stsp, jcorvel
>> -
>> -
>> -https://svn.apache.org/r1878213;>r1878213 | svn-role | 
>> 2020-05-28 04:00:16 + (Thu, 28 May 2020) | 11 lines
>> -
>> -Merge https://svn.apache.org/r1877259;>r1877259 from trunk:
>> -
>> -* https://svn.apache.org/r1877259;>r1877259
>> -Move variable declarations to the start of block the to fix
>> -syntax errors with VC9 (Visual Studio 2008).
>> -  Justification:
>> -Our code should be C90.
>> -  Votes:
>> -+1: brane, stsp, jcorvel
>> -+0: danielsh (from dev@)
>> -
>> -
>> -https://svn.apache.org/r1878415;>r1878415 | svn-role | 
>> 2020-06-03 04:00:20 + (Wed, 03 Jun 2020) | 12 lines
>> -
>> -Merge the https://svn.apache.org/r1876707;>r1876707 group from 
>> trunk:
>> -
>> - * https://svn.apache.org/r1876707;>r1876707, > href="https://svn.apache.org/r1876734;>r1876734, > href="https://svn.apache.org/r1877318;>r1877318, > href="https://svn.apache.org/r1877712;>r1877712, > href="https://svn.apache.org/r1878141;>r1878141, > href="https://svn.apache.org/r1878142;>r1878142, > href="https://svn.apache.org/r1878143;>r1878143,
>> -   https://svn.apache.org/r1878144;>r1878144
>> -   Various fixes for making the test suite run correctly with Python 3 on
>> -   Windows.
>> -   Justification:
>> - Our test suite should test Subversion correctly also on Windows with
>> - Python 3
>> -   Votes:
>> - +1: futatuki, jcorvel, stsp
>> -
>> -
>> -https://svn.apache.org/r1879245;>r1879245 | svn-role | 
>> 2020-06-27 04:00:12 + (Sat, 27 Jun 2020) | 11 lines
>> -
>> -Merge https://svn.apache.org/r1876662;>r1876662 from trunk:
>> -
>> - * https://svn.apache.org/r1876662;>r1876662
>> -   Avoid check for SWIG version for Python bindings when --without-swig is
>> -   passed.
>> -   Justification:
>> - SWIG python bindings should be able to be built without SWIG when we 
>> use
>> - the release tarball
>> -   Votes:
>> - +1: futatuki, stsp, rhuijben
>> -
>> -
>> -https://svn.apache.org/r1879246;>r1879246 | svn-role | 
>> 2020-06-27 04:00:17 + (Sat, 27 Jun 2020) | 10 lines
>> -
>> -Merge https://svn.apache.org/r1876906;>r1876906 from trunk:
>> -
>> - * https://svn.apache.org/r1876906;>r1876906
>> -   Make gen-make.py --debug work with Python 3
>> -   Justification:
>> - We should also be able to build in Debug configuration with Python 3
>> - on Windows.
>> -   Votes:
>> - +1: jcorvel, stsp, rhuijben
>> -
>> -
>> 

Re: svn commit: r1899324 - /subversion/site/publish/upcoming.part.html

2022-03-28 Thread Daniel Sahlberg
Once again I've executed this manually to make sure it correctly reflects
the upcoming changes between 1.14.1 and 1.14.2. I hope infra will be able
to merge my PR before 04.00Z tomorrow when the cronjobs are executed.

Den mån 28 mars 2022 kl 21:56 skrev :

> Author: svn-role
> Date: Mon Mar 28 19:56:19 2022
> New Revision: 1899324
>
> URL: http://svn.apache.org/viewvc?rev=1899324=rev
> Log:
> * upcoming.part.html: Automatically regenerated
>
> Modified:
> subversion/site/publish/upcoming.part.html
>
> Modified: subversion/site/publish/upcoming.part.html
> URL:
> http://svn.apache.org/viewvc/subversion/site/publish/upcoming.part.html?rev=1899324=1899323=1899324=diff
>
> ==
> --- subversion/site/publish/upcoming.part.html (original)
> +++ subversion/site/publish/upcoming.part.html Mon Mar 28 19:56:19 2022
> @@ -2,470 +2,6 @@
>  
>  Changes in ^/subversion/branches/1.14.x:
>  
> -https://svn.apache.org/r1877978;>r1877978 | svn-role |
> 2020-05-21 04:00:13 + (Thu, 21 May 2020) | 7 lines
> -
> -Merge https://svn.apache.org/r1877788;>r1877788 from trunk:
> -
> - * https://svn.apache.org/r1877788;>r1877788
> -   Fix a broken link in a docstring.
> -   Votes:
> - +1: danielsh, stsp
> -
> -
> -https://svn.apache.org/r1878211;>r1878211 | svn-role |
> 2020-05-28 04:00:12 + (Thu, 28 May 2020) | 10 lines
> -
> -Merge https://svn.apache.org/r1877072;>r1877072 from trunk:
> -
> - * https://svn.apache.org/r1877072;>r1877072
> -   svnmucc: Change an error message to state another possible cause of the
> -   error.
> -   Justification:
> - Error messages should be accurate.  User reported ( href="/issue-4854">issue #4854).
> -   Votes:
> - +1: danielsh, stsp, jcorvel
> -
> -
> -https://svn.apache.org/r1878213;>r1878213 | svn-role |
> 2020-05-28 04:00:16 + (Thu, 28 May 2020) | 11 lines
> -
> -Merge https://svn.apache.org/r1877259;>r1877259 from trunk:
> -
> -* https://svn.apache.org/r1877259;>r1877259
> -Move variable declarations to the start of block the to fix
> -syntax errors with VC9 (Visual Studio 2008).
> -  Justification:
> -Our code should be C90.
> -  Votes:
> -+1: brane, stsp, jcorvel
> -+0: danielsh (from dev@)
> -
> -
> -https://svn.apache.org/r1878415;>r1878415 | svn-role |
> 2020-06-03 04:00:20 + (Wed, 03 Jun 2020) | 12 lines
> -
> -Merge the https://svn.apache.org/r1876707;>r1876707 group
> from trunk:
> -
> - * https://svn.apache.org/r1876707;>r1876707, https://svn.apache.org/r1876734;>r1876734, https://svn.apache.org/r1877318;>r1877318, https://svn.apache.org/r1877712;>r1877712, https://svn.apache.org/r1878141;>r1878141, https://svn.apache.org/r1878142;>r1878142, https://svn.apache.org/r1878143;>r1878143,
> -   https://svn.apache.org/r1878144;>r1878144
> -   Various fixes for making the test suite run correctly with Python 3 on
> -   Windows.
> -   Justification:
> - Our test suite should test Subversion correctly also on Windows with
> - Python 3
> -   Votes:
> - +1: futatuki, jcorvel, stsp
> -
> -
> -https://svn.apache.org/r1879245;>r1879245 | svn-role |
> 2020-06-27 04:00:12 + (Sat, 27 Jun 2020) | 11 lines
> -
> -Merge https://svn.apache.org/r1876662;>r1876662 from trunk:
> -
> - * https://svn.apache.org/r1876662;>r1876662
> -   Avoid check for SWIG version for Python bindings when --without-swig is
> -   passed.
> -   Justification:
> - SWIG python bindings should be able to be built without SWIG when we
> use
> - the release tarball
> -   Votes:
> - +1: futatuki, stsp, rhuijben
> -
> -
> -https://svn.apache.org/r1879246;>r1879246 | svn-role |
> 2020-06-27 04:00:17 + (Sat, 27 Jun 2020) | 10 lines
> -
> -Merge https://svn.apache.org/r1876906;>r1876906 from trunk:
> -
> - * https://svn.apache.org/r1876906;>r1876906
> -   Make gen-make.py --debug work with Python 3
> -   Justification:
> - We should also be able to build in Debug configuration with Python 3
> - on Windows.
> -   Votes:
> - +1: jcorvel, stsp, rhuijben
> -
> -
> -https://svn.apache.org/r1879797;>r1879797 | svn-role |
> 2020-07-12 04:00:12 + (Sun, 12 Jul 2020) | 10 lines
> -
> -Merge https://svn.apache.org/r1876410;>r1876410 from trunk:
> -
> - * https://svn.apache.org/r1876410;>r1876410
> -   Fix the .editorconfig stanza for Makefiles.
> -   Justification:
> - Make $EDITOR do the right thing on any backport branches we may
> create
> - off this stabilization 

svn commit: r1899324 - /subversion/site/publish/upcoming.part.html

2022-03-28 Thread svn-role
Author: svn-role
Date: Mon Mar 28 19:56:19 2022
New Revision: 1899324

URL: http://svn.apache.org/viewvc?rev=1899324=rev
Log:
* upcoming.part.html: Automatically regenerated

Modified:
subversion/site/publish/upcoming.part.html

Modified: subversion/site/publish/upcoming.part.html
URL: 
http://svn.apache.org/viewvc/subversion/site/publish/upcoming.part.html?rev=1899324=1899323=1899324=diff
==
--- subversion/site/publish/upcoming.part.html (original)
+++ subversion/site/publish/upcoming.part.html Mon Mar 28 19:56:19 2022
@@ -2,470 +2,6 @@
 
 Changes in ^/subversion/branches/1.14.x:
 
-https://svn.apache.org/r1877978;>r1877978 | svn-role | 2020-05-21 
04:00:13 + (Thu, 21 May 2020) | 7 lines
-
-Merge https://svn.apache.org/r1877788;>r1877788 from trunk:
-
- * https://svn.apache.org/r1877788;>r1877788
-   Fix a broken link in a docstring.
-   Votes:
- +1: danielsh, stsp
-
-
-https://svn.apache.org/r1878211;>r1878211 | svn-role | 2020-05-28 
04:00:12 + (Thu, 28 May 2020) | 10 lines
-
-Merge https://svn.apache.org/r1877072;>r1877072 from trunk:
-
- * https://svn.apache.org/r1877072;>r1877072
-   svnmucc: Change an error message to state another possible cause of the
-   error.
-   Justification:
- Error messages should be accurate.  User reported (issue #4854).
-   Votes:
- +1: danielsh, stsp, jcorvel
-
-
-https://svn.apache.org/r1878213;>r1878213 | svn-role | 2020-05-28 
04:00:16 + (Thu, 28 May 2020) | 11 lines
-
-Merge https://svn.apache.org/r1877259;>r1877259 from trunk:
-
-* https://svn.apache.org/r1877259;>r1877259
-Move variable declarations to the start of block the to fix
-syntax errors with VC9 (Visual Studio 2008).
-  Justification:
-Our code should be C90.
-  Votes:
-+1: brane, stsp, jcorvel
-+0: danielsh (from dev@)
-
-
-https://svn.apache.org/r1878415;>r1878415 | svn-role | 2020-06-03 
04:00:20 + (Wed, 03 Jun 2020) | 12 lines
-
-Merge the https://svn.apache.org/r1876707;>r1876707 group from 
trunk:
-
- * https://svn.apache.org/r1876707;>r1876707, https://svn.apache.org/r1876734;>r1876734, https://svn.apache.org/r1877318;>r1877318, https://svn.apache.org/r1877712;>r1877712, https://svn.apache.org/r1878141;>r1878141, https://svn.apache.org/r1878142;>r1878142, https://svn.apache.org/r1878143;>r1878143,
-   https://svn.apache.org/r1878144;>r1878144
-   Various fixes for making the test suite run correctly with Python 3 on
-   Windows. 
-   Justification:
- Our test suite should test Subversion correctly also on Windows with
- Python 3
-   Votes:
- +1: futatuki, jcorvel, stsp
-
-
-https://svn.apache.org/r1879245;>r1879245 | svn-role | 2020-06-27 
04:00:12 + (Sat, 27 Jun 2020) | 11 lines
-
-Merge https://svn.apache.org/r1876662;>r1876662 from trunk:
-
- * https://svn.apache.org/r1876662;>r1876662
-   Avoid check for SWIG version for Python bindings when --without-swig is
-   passed.
-   Justification:
- SWIG python bindings should be able to be built without SWIG when we use
- the release tarball
-   Votes:
- +1: futatuki, stsp, rhuijben
-
-
-https://svn.apache.org/r1879246;>r1879246 | svn-role | 2020-06-27 
04:00:17 + (Sat, 27 Jun 2020) | 10 lines
-
-Merge https://svn.apache.org/r1876906;>r1876906 from trunk:
-
- * https://svn.apache.org/r1876906;>r1876906
-   Make gen-make.py --debug work with Python 3
-   Justification:
- We should also be able to build in Debug configuration with Python 3
- on Windows.
-   Votes:
- +1: jcorvel, stsp, rhuijben
-
-
-https://svn.apache.org/r1879797;>r1879797 | svn-role | 2020-07-12 
04:00:12 + (Sun, 12 Jul 2020) | 10 lines
-
-Merge https://svn.apache.org/r1876410;>r1876410 from trunk:
-
- * https://svn.apache.org/r1876410;>r1876410
-   Fix the .editorconfig stanza for Makefiles.
-   Justification:
- Make $EDITOR do the right thing on any backport branches we may create
- off this stabilization branch.
-   Votes:
- +1: danielsh, stsp, jamessan
-
-
-https://svn.apache.org/r1879798;>r1879798 | svn-role | 2020-07-12 
04:00:17 + (Sun, 12 Jul 2020) | 9 lines
-
-Merge https://svn.apache.org/r1878413;>r1878413 from trunk:
-
- * https://svn.apache.org/r1878413;>r1878413
-   autogen.sh: Remove per SWIG bindings checked files on release mode.
-   Justification:
- The release tarballs should not contain .swig_*_checked files