Daniel Sahlberg wrote on Mon, Mar 28, 2022 at 09:19:19 +0200:
> Anyone got an idea why the URL list was sorted in a different way on the
> new svn-qavm? Not that it is a big difference, but I don't like loose ends.
> 

Probably the locale:

[[[
% <1 LC_ALL=C sort 
http://svn.haxx.se/dev/archive-2010-08/0362.shtml
https://svn.haxx.se/users/archive-2012-09/0236.shtml
https://svn.haxx.se/users/archive-2019-04/0041.shtml
https://svn.haxx.se/users/archive-2020-04/0040.shtml
% <1 LC_ALL=en_US.UTF-8 sort 
https://svn.haxx.se/users/archive-2012-09/0236.shtml
https://svn.haxx.se/users/archive-2019-04/0041.shtml
https://svn.haxx.se/users/archive-2020-04/0040.shtml
http://svn.haxx.se/dev/archive-2010-08/0362.shtml
% 
]]]

Cheers,

Daniel


> In either case, I updated the source to use https on the offending link to
> (r1899280) so we should see another update tomorrow.
> 
> /Daniel
> 
> Den mån 28 mars 2022 kl 06:00 skrev <svn-r...@apache.org>:
> 
> > Author: svn-role
> > Date: Mon Mar 28 04:00:20 2022
> > New Revision: 1899275
> >
> > URL: http://svn.apache.org/viewvc?rev=1899275&view=rev
> > Log:
> > * publish/.message-ids.tsv: Automatically regenerated.
> >
> > Modified:
> >     subversion/site/publish/.message-ids.tsv
> >
> > Modified: subversion/site/publish/.message-ids.tsv
> > URL:
> > http://svn.apache.org/viewvc/subversion/site/publish/.message-ids.tsv?rev=1899275&r1=1899274&r2=1899275&view=diff
> >
> > ==============================================================================
> > --- subversion/site/publish/.message-ids.tsv (original)
> > +++ subversion/site/publish/.message-ids.tsv Mon Mar 28 04:00:20 2022
> > @@ -1,5 +1,6 @@
> >  # Message-ids of archived emails that are referenced by a svn.haxx.se
> > URL.
> > -# Generated by tools/haxx-url-to-message-id.sh on 2021-07-04
> > +# Generated by tools/haxx-url-to-message-id.sh on 2022-03-28
> > +http://svn.haxx.se/dev/archive-2010-08/0362.shtml
> > 4c65756c.8070...@collab.net
> >  https://svn.haxx.se/dev/archive-2003-01/1125.shtml
> > 20030116213052.314004c1.tt...@idsoftware.com
> >  https://svn.haxx.se/dev/archive-2003-02/0068.shtml
> > 87wuki4fpy....@codematters.co.uk
> >  https://svn.haxx.se/dev/archive-2003-10/0136.shtml
> > 200310031235.h93czgiv064...@bigtex.jrv.org
> > @@ -55,4 +56,3 @@ https://svn.haxx.se/users/archive-2012-0
> >  https://svn.haxx.se/users/archive-2012-09/0236.shtml
> > 20120921085850.gg24...@ted.stsp.name
> >  https://svn.haxx.se/users/archive-2019-04/0041.shtml
> > 9739e241-f88c-8a79-11f5-783a7f119...@neuf.fr
> >  https://svn.haxx.se/users/archive-2020-04/0040.shtml
> > 20200422065424.gl81...@ted.stsp.name
> > -http://svn.haxx.se/dev/archive-2010-08/0362.shtml
> > 4c65756c.8070...@collab.net
> >
> >
> >

Reply via email to