Re: officially retire 1.9?

2019-08-15 Thread Stefan Sperling
On Mon, Aug 12, 2019 at 03:40:50PM +0100, Julian Foad wrote: > Branko Čibej wrote: > > On 05.08.2019 20:27, Stefan Sperling wrote: > > > Subversion 1.9.0 is 4 years old today (release on August 5 2015). > > > http://subversion.apache.org/roadmap.html#release-planning says that > > > each LTS releas

Re: svn commit: r1850651 - /subversion/trunk/subversion/mod_dav_svn/repos.c

2019-08-15 Thread Stefan Sperling
On Thu, Aug 15, 2019 at 09:36:48PM +0300, Sergey Raevskiy wrote: > Hi! > > I've attached a patch with fix. Log message: > [[[ > * subversion/mod_dav_svn/repos.c > (get_resource): Following up on r1850651: Set cleanup handler for >FS warning logging regardless of presence of R->USER. > > Pat

Re: svn commit: r1850651 - /subversion/trunk/subversion/mod_dav_svn/repos.c

2019-08-15 Thread Sergey Raevskiy
Hi! I've attached a patch with fix. Log message: [[[ * subversion/mod_dav_svn/repos.c (get_resource): Following up on r1850651: Set cleanup handler for FS warning logging regardless of presence of R->USER. Patch by: sergey.raevskiy{_AT_}visualsvn.com ]]] On Thu, Aug 15, 2019 at 8:25 PM Stef

Re: svn commit: r1850651 - /subversion/trunk/subversion/mod_dav_svn/repos.c

2019-08-15 Thread Stefan Sperling
On Thu, Aug 15, 2019 at 08:14:43PM +0300, Sergey Raevskiy wrote: > > /* if an authenticated username is present, attach it to the FS */ > >if (r->user) > > @@ -2503,6 +2529,14 @@ get_resource(request_rec *r, > >apr_pool_cleanup_register(r->pool, cleanup_baton, cleanup_fs_access, > >

Re: svn commit: r1850651 - /subversion/trunk/subversion/mod_dav_svn/repos.c

2019-08-15 Thread Sergey Raevskiy
> /* if an authenticated username is present, attach it to the FS */ >if (r->user) > @@ -2503,6 +2529,14 @@ get_resource(request_rec *r, >apr_pool_cleanup_register(r->pool, cleanup_baton, cleanup_fs_access, > apr_pool_cleanup_null); > > + /* We mu