Re: errorcode.inc in tarballs

2017-08-10 Thread James McCoy
On Aug 10, 2017 15:29, "Philip Martin" wrote: Branko Čibej writes: > Would be better to generate this header at build time ... but to do that > in a cross-platform manner, we'd have to write a C program to do that. Even that is hard, I know of no easy way for C code to convert an error number

Re: errorcode.inc in tarballs

2017-08-10 Thread Philip Martin
Branko Čibej writes: > Would be better to generate this header at build time ... but to do that > in a cross-platform manner, we'd have to write a C program to do that. Even that is hard, I know of no easy way for C code to convert an error number into a symbolic name. Going from names to numbe

Re: [SECURITY][ANNOUNCE] Apache Subversion 1.9.7 released

2017-08-10 Thread Daniel Shahaf
Daniel Shahaf wrote on Thu, 10 Aug 2017 18:04 +: > I'm happy to announce the release of Apache Subversion 1.9.7. > Please choose the mirror closest to you by visiting: > > > http://subversion.apache.org/download.cgi?update=201708081800#recommended-release > > This is a stable security re

release.py write-downloads (was: svn commit: r1804705 - /subversion/site/publish/download.html)

2017-08-10 Thread Daniel Shahaf
phi...@apache.org wrote on Thu, 10 Aug 2017 18:48 +: > URL: http://svn.apache.org/viewvc?rev=1804705&view=rev > Log: > download.html: Restore template. > > +++ subversion/site/publish/download.html Thu Aug 10 18:48:29 2017 > @@ -99,7 +99,7 @@ Other mirrors: > -Apache Subversion 1.9.7 > +Apache

[ANNOUNCE] Apache Subversion 1.8.19 released

2017-08-10 Thread Philip Martin
I'm happy to announce the release of Apache Subversion 1.8.19. Please choose the mirror closest to you by visiting: http://subversion.apache.org/download.cgi?update=201708081800#supported-releases This is a stable bugfix release of the Apache Subversion open source version control system. T

[SECURITY][ANNOUNCE] Apache Subversion 1.9.7 released

2017-08-10 Thread Daniel Shahaf
I'm happy to announce the release of Apache Subversion 1.9.7. Please choose the mirror closest to you by visiting: http://subversion.apache.org/download.cgi?update=201708081800#recommended-release This is a stable security release of the Apache Subversion open source version control system.

Re: errorcode.inc in tarballs

2017-08-10 Thread Daniel Shahaf
Branko Čibej wrote on Thu, 10 Aug 2017 11:04 +0200: > On 09.08.2017 23:40, Philip Martin wrote: > > To an extent the change is trivial, this code is only used in SVN_DEBUG > > builds and even then it doesn't have much effect on how Subversion > > works. > > > > Arguably more important is having our

Re: svn commit: r1803639 - in /subversion/trunk: build/run_tests.py subversion/libsvn_fs_fs/fs.h subversion/libsvn_fs_fs/fs_fs.c subversion/libsvn_fs_fs/transaction.c subversion/tests/cmdline/svntest/

2017-08-10 Thread Evgeny Kotkov
Daniel Shahaf writes: >> Perhaps, then, we could do all this as in the attached patch. > > +1, and thanks for the productive discussion :-). Thanks, committed in r1804646, r1804647 and r1804648 with a slightly tweaked error message for the case when LZ4 is not supported by the filesystem format:

Re: errorcode.inc in tarballs

2017-08-10 Thread Branko Čibej
On 09.08.2017 23:40, Philip Martin wrote: > I recently modified release.py and this has meant I have been recreating > old tarballs to test my changes. This has highlighted the file > > subversion/libsvn_subr/errorcode.inc > > which is generated by gen-make.py, has content that is produced via >