[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Issue #2748: non-UTF-8 filenames in the repository

From: Philip Martin <philip_at_codematters.co.uk>
Date: Wed, 17 Sep 2008 15:12:29 +0100

Daniel Shahaf <d.s_at_daniel.shahaf.name> writes:

> My original reason was that the current contract actively promises that
> it *won't* check validity:
>
> * ASSUMPTION: @a path is a valid UTF-8 string. This function does
> * not check UTF-8 validity.
>
>> Is it because the function may be fed input from existing repositories
>> which isn't valid UTF-8?
>>
>
> Well, yes, being nice to existing invalid filenames is a consideration.
>
> Another is that this function is used all over the code -- including by
> svn_wc_add3(), svn_fs_make_file(), and others. Changing the semantics
> in all these places may have unexpected side effects.

It sounds like it would be better to add calls to svn_utf__is_valid in
the places that need to check.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-09-17 16:13:00 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.