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

Re: Svn import error

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-09-01 15:55:31 CEST

On Sep 1, 2005, at 7:06 AM, Gale, David wrote:

> On trying to import a directory into a new repository using svn 1.2.3,
> several directories are listed as being added, and then I get the
> following:
>
> svn: Safe data ']' was followed by non-ASCII byte 127: unable to
> convert
> to/from UTF-8
>
> Is there any way to determine which file is triggering this error?
> Any
> way to get around it, other than deleting the file?

It looks like you're trying to import filename which contains a ']'
character followed by ASCII 127 (backspace). The subversion
repository converts all filenames to UTF-8, and backspace is an
illegal character. As the error says, it cannot convert the string
to UTF-8.

The answer is to rename the file. It's probably inside the last
directory printed by the import command.

-- 
www.collab.net  <>  CollabNet  |  Distributed Development On Demand
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 1 15:58:35 2005

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.