Re: [PATCH] svnadmin build-repcache command

2020-03-25 Thread Daniel Shahaf
Nathan Hartman wrote on Wed, 25 Mar 2020 17:30 -0400: > On Wed, Mar 25, 2020 at 9:17 AM Stefan Sperling wrote: > > I rolled 1.14.0-rc1 this morning, and I didn't notice that you had > > posted this updated patch yesterday. Sorry about the bad timing. > > The 1.14.0-rc1 release does not have your p

Re: [PATCH] svnadmin build-repcache command

2020-03-25 Thread Daniel Shahaf
> > I'm proposing to modify fs_has_rep_sharing() to return True when running > > on FSFS with rep-sharing enabled and to return False on other backends. > > That's separate from your test's decorators. > > > > I think that this might be unrelated to this patch, but also I may be > misunderstandi

Re: [PATCH] svnadmin build-repcache command

2020-03-25 Thread Nathan Hartman
On Wed, Mar 25, 2020 at 9:17 AM Stefan Sperling wrote: > I rolled 1.14.0-rc1 this morning, and I didn't notice that you had > posted this updated patch yesterday. Sorry about the bad timing. > The 1.14.0-rc1 release does not have your patch. But until .0 has been > released we can still decide to

Re: [PATCH] svnadmin build-repcache command

2020-03-25 Thread Stefan Sperling
On Tue, Mar 24, 2020 at 07:53:21PM +0300, Denis Kovalchuk wrote: > + /** @since New in 1.14. */ > + SVN_ERRDEF(SVN_ERR_FS_REP_SHARING_NOT_ALLOWED, > + SVN_ERR_FS_CATEGORY_START + 69, > + "Rep-sharing is not allowed.") > + > + /** @since New in 1.14. */ > + SVN_ERRDEF(SVN

Subversion 1.14.0-rc1 up for testing/signing

2020-03-25 Thread Stefan Sperling
The 1.14.0-rc1 release artifacts are now available for testing/signing. Please get the tarballs from https://dist.apache.org/repos/dist/dev/subversion and add your signatures there. If everything goes well we can rebrand this release candidate as the actual 1.14.0 release with minimal effort. T