[wp-meta] [Making WordPress.org] #1578: Zip Files
Making WordPress.org
noreply at wordpress.org
Fri May 20 08:29:33 UTC 2016
#1578: Zip Files
------------------------------+------------------
Reporter: obenland | Owner:
Type: task | Status: new
Priority: high | Milestone:
Component: Plugin Directory | Resolution:
Keywords: |
------------------------------+------------------
Comment (by dd32):
So far one issue that's come up is invalid filenames, for example:
{{{
$ svn export https://plugins.svn.wordpress.org/1beyt/trunk/ . --force
A .
A inc
A inc/Poems.sql
A inc/widget.php
A inc/ob_shortcode.php
A 1beyt.php
A icon-256x256.png
A readme.txt
A help.php
A screenshot-1.png
A uninstall.php
A images
A images/icon.png
A images/logo.png
svn: E000022: Can't convert string from 'UTF-8' to native encoding:
svn: E000022: banner-772?\195?\151250.png
}}}
For some reason, the new scripts hit that and throw an error, whereas the
existing zip generator sails through and adds that to the ZIP. I can't see
why, but I'm guessing one of the CLI `LC` environmental variables is set
to something..
(Sidenote: Yes, the filename is not what's expected in the plugin
directory, and it's even in the wrong location, but that's pretty common
in SVN at present, I've even seen it on plugins from well known
developers.)
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/1578#comment:7>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list