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

Re: Unversioned files with invalid UTF-8 sequence in name confuse svn

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Tue, 01 Mar 2016 09:33:25 +0000

Stefan Sperling <stsp_at_elego.de> writes:

> I agree this is a problem. 'svn cleanup --remove-unversioned' should
> remove such files, but it won't in the current implementation.

Subversion works in non-UTF8 locales. If one normally uses Subversion
in a non-UTF8 locale then non-UTF8 paths on disk can represent versioned
files. If one were to accidentally invoke Subversion with a UTF8 locale
any such files would trigger the invalid UTF8 problem. When the client
encounters this problem there are two interpretations: the file could be
unversioned or the user could be using the wrong locale. If we choose
to treat such files as unversioned then we would be deleting what might
be a versioned file with modifications.

-- 
Philip Martin
WANdisco
Received on 2016-03-01 10:33:33 CET

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.