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 original
> artwork, which itself used design elements that extended beyond the
> obviously intended rectangular logo "frame", plus had a couple of other
> minor nits.
>
> The one under trunk/notes/logo was one I recreated from the original
> artwork as recently as April of this year, correctly trimming the design
> elements to the rectangular frame and fixing those other minor buglets:
>
> ------------------------------------------------------------------------
> r1829887 | cmpilato | 2018-04-23 09:48:33 -0400 (Mon, 23 Apr 2018) | 18
> lines
Thanks, Mike, for the background and the reminder. I'll take that as a green
light to replace site/publish/logo/*.svg by its notes/ version.
That doesn't seem to work, though:
[[[
% svn st -q
M .
D subversion_logo.svg
% svn di --depth=empty
Index: .
===================================================================
--- . (revision 1838752)
+++ . (working copy)
Property changes on: .
___________________________________________________________________
Added: svn:externals
## -0,0 +1 ##
+^/subversion/trunk/notes/logo/subversion_logo.svg subversion_logo.svg
% svn up
Updating '.':
Fetching external item into 'subversion_logo.svg':
svn: warning: apr_err=SVN_ERR_CLIENT_FILE_EXTERNAL_OVERWRITE_VERSIONED
svn: warning: W195017: The file external from 'https://svn.apache.org/repos/asf/subversion/trunk/notes/logo/subversion_logo.svg' cannot overwrite the existing versioned item at '/home/daniel/src/svn/site/publish/logo/subversion_logo.svg'
At revision 1838752.
/home/daniel/src/svn/t1/./subversion/svn/update-cmd.c:179: (apr_err=SVN_ERR_CL_ERROR_PROCESSING_EXTERNALS)
svn: E205011: Failure occurred processing one or more externals definitions
zsh: exit 1
%
]]]
Once we deduplicate the *.svg, we might want to go a step further and
unify notes/logo/ and site/publish/logo/.
Cheers,
Daniel
(who just updated the FAQ to link to the *.svg version)
Received on 2018-08-23 21:44:03 CEST