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

Re: strange error during import of a big directory tree

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-07-21 15:11:06 CEST

Stephan Hermann <sh@sourcecode.de> writes:

> hi,
>
> I'm having some trouble to import a 1GB directory tree with binary and text
> data.
> after some time subversion (HEAD rev) is cancelling the import with this error
> message:
>
> subversion/libsvn_client/commit.c:292: (apr_err=22)
> svn: Invalid argument
> svn: error during import of
> `lde/inc/content/startseite/news/wetter/includes/image_maps'
> subversion/libsvn_subr/utf.c:173: (apr_err=22)
> svn: failure during string recoding

> well, it fails every time at the same position now.
>
> the file is included in this mail:

The contents of the file is irrelevant. The client just pushes the
contents as a bytestream at the server. (Does the client have full
read permissions on the file?)

The error indicates there's something wrong when trying to convert the
file's name from native locale to UTF8. Are you sure the filename
doesn't have an umlaut in it or something?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 21 15:13:42 2003

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.