Re: svn commit: r1838746 - /subversion/site/staging/download.html

2018-08-29 Thread Daniel Shahaf
sebb AT ASF wrote on Tue, 28 Aug 2018 11:45 +0100: > OK, so how do I do the merge? > > I tried using the following in a fresh checkout of the staging branch: > > svn merge ^/subversion/site/publish > > However it showed changes I have not made, so I am loath to commit them: > > $ svn -u st > M

BUG: Delete svn:special property on symlink; hilarity ensues.

2018-08-29 Thread Karl Fogel
There are possibly two bugs here, one of them supremely weird. The attached script shows the recipe, with commentary. (This is all with svn version 1.10.2 (r1835932) as packaged in Debian GNU/Linux for x86_64-pc-linux-gnu.) The rest of this mail will assume you've run, or at least examined, th

[PATCH] Make Mach-O autoconf Check Cacheable Variable

2018-08-29 Thread Ben Hekster
[[[ Make the Mach-O check an autoconf cacheable variable * build/ac-macros/macosx.m4 (SVN_LIB_MACHO_ITERATE): Wrapped the m4 macro inside an AC_CACHE_CHECK; this allows the result of the check to passed 'configure' explicitly, eliminating the need to compile and run a test program. This i