RE: Using UTF8 in repository name?
From: Bert Huijben <bert_at_qqmail.nl>
Date: Tue, 11 Apr 2017 11:04:22 +0200
This message on the forum is 100% about the server side configuration. The client has no known problems encoding paths in a url, but the url specification itself doesn’t document an explicit encoding and as such Apache Httpd has to do the translation of the first part of the URL to the local path. When this fails you see errors as in this forum post.
The part after the repository location is 100% handled inside the Subversion code and is always UTF-8 safe as it has no relation to real on-disk paths.
On platforms like MAC/OS or Windows the server handles UTF-8 paths directly, but on unix based platforms like Linux where paths are at the core just formed by a bunch of bytes without a special meaning, you have to use a proper configuration. If the configuration mismatches there is no way to convert from the path form to UTF-8 and the other way around.
Bert
From: Doug Robinson [mailto:doug.robinson_at_wandisco.com]
Brane:
Thank you for replying. Based on this post:
I am wondering if the SVN client is properly URL-encoding the repository name?
Based on:
https://en.wikipedia.org/wiki/Percent-encoding
I'm beginning to wonder if it is even possible (sort of similar to what Mac/OS does to UTF8 text...)?
Thank you.
Doug
On Mon, Apr 10, 2017 at 8:53 AM, Branko Čibej <brane_at_apache.org <mailto:brane_at_apache.org> > wrote:
On 10.04.2017 14:44, Doug Robinson wrote:
As long as the underlying filesystem supports it, there should be no
-- Brane
-- DOUGLAS B ROBINSON SENIOR PRODUCT MANAGER T +1 925 396 1125 E <mailto:doug.robinson_at_wandisco.com> doug.robinson_at_wandisco.com <https://www.wandisco.com/assets/blt060cff94156d66e0/wd_email_0.png> World Leader in Active Data Replication™ Find out more <http://wandisco.com/> wandisco.com THIS MESSAGE AND ANY ATTACHMENTS ARE CONFIDENTIAL, PROPRIETARY AND MAY BE PRIVILEGED If this message was misdirected, WANdisco, Inc. and its subsidiaries, ("WANdisco") does not waive any confidentiality or privilege. If you are not the intended recipient, please notify us immediately and destroy the message without disclosing its contents to anyone. Any distribution, use or copying of this email or the information it contains by other than an intended recipient is unauthorized. The views and opinions expressed in this email message are the author's own and may not reflect the views and opinions of WANdisco, unless the author is authorized by WANdisco to express such views or opinions on its behalf. All email sent to or from this address is subject to electronic storage and review by WANdisco. Although WANdisco operates anti-virus programs, it does not accept responsibility for any damage whatsoever caused by viruses being passed.Received on 2017-04-11 11:04:40 CEST |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.