Re: [ComDev] High resolution project logos wanted!

2018-08-23 Thread Daniel Shahaf
C. Michael Pilato wrote on Thu, 23 Aug 2018 14:59 -0400: > On 08/23/2018 09:52 AM, Daniel Shahaf wrote: > > We also have a subversion_logo.svg under site/publish/. I'm not sure > > why, but the one in notes/ was larger so I chose it. > > The one under site/publish was a naive transformation of the

Re: [ComDev] High resolution project logos wanted!

2018-08-23 Thread C. Michael Pilato
On 08/23/2018 09:52 AM, Daniel Shahaf wrote: We also have a subversion_logo.svg under site/publish/. I'm not sure why, but the one in notes/ was larger so I chose it. The one under site/publish was a naive transformation of the original artwork, which itself used design elements that extended

Plumbing work to make shelving complete and robust

2018-08-23 Thread Julian Foad
A summary of some plumbing work needed to make shelving complete and robust. Shelving fundamentally moves potentially committable changes out of and into the main WC storage. That would be easy if the WC had clean APIs for getting changes out of and into it. The present implementation of shelvin

Re: [ComDev] High resolution project logos wanted!

2018-08-23 Thread Daniel Shahaf
Julian Foad wrote on Thu, 23 Aug 2018 13:38 +0100: > If you have or know of a high resolution or scalable version of your > project's logo (or logos!), if you could please do the following, that > would be really helpful: > > - Either commit your logo to > https://svn.apache.org/repos/asf/comde

[ComDev] High resolution project logos wanted!

2018-08-23 Thread Julian Foad
Forwarded from private@, with consent: - Original message - From: Daniel Gruno To: d...@community.apache.org Subject: [ComDev] High resolution project logos wanted! Date: Thu, 23 Aug 2018 13:52:40 +0200 Hi awesome PMCs! This is a request for your project logo(s) in the best possible for

Re: FSFS recovery should prune rep-cache even if its use is disabled

2018-08-23 Thread Daniel Shahaf
Julian Foad wrote on Thu, Aug 23, 2018 at 10:21:17 +0100: > +++ subversion/libsvn_fs_fs/recovery.c(working copy) > @@ -468,15 +468,15 @@ recover_body(void *baton, apr_pool_t *po >/* Prune younger-than-(newfound-youngest) revisions from the rep > - cache if sharing is enabled taking

Re: FSFS recovery should prune rep-cache even if its use is disabled

2018-08-23 Thread Julian Foad
Proposed patch attached: prune-rep-cache-1.patch -- - Julian Let "svnadmin recover" prune the FSFS rep-cache even if it's not being used. Part of issue #4077 "FSFS recover should prune unborn revisions from rep-cache.db". This was included as r1213716 in the original fix for issue #4077, first

Re: FSFS recovery should prune rep-cache even if its use is disabled

2018-08-23 Thread Julian Foad
CC'ing Philip... Daniel Shahaf wrote: > Julian Foad wrote on Wed, 22 Aug 2018 22:20 +0100: > > Julian Foad wrote: > > > It looks like r1213716 ("also prune the rep-cache when it's present but > > > reportedly not being used") was reverted by r1367674, apparently > > > unintentionally. > > > > W