You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Stephan Hermann <sh...@sourcecode.de> on 2003/07/21 09:46:24 UTC

strange error during import of a big directory tree

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
subversion/clients/cmdline/util.c:363: (apr_err=22)
svn: Your commit message was left in a temporary file:
subversion/clients/cmdline/util.c:364: (apr_err=22)
svn:    'svn-commit.4.tmp'


well, it fails every time at the same position now.

the file is included in this mail:

----------------------------------------><--------------------
  <table cellspacing=0 cellpadding=0 width="420" align="center" border="0">
<tr><td align="center"><img 
src="http://www.d.lycos.de/channel/wetter/wni/Pics/uganda1.gif" 
usemap="#karte" border="0" alt=""></td></tr>
</table>

<MAP NAME="karte">
<area shape="RECT" coords="163, 102, 216, 123" 
href="vorhersage.html?nummer=2268"> <!-- Gulu -->
<area shape="RECT" coords="145, 183, 221, 211" 
href="vorhersage.html?nummer=2435"> <!-- Masinidi -->
<area shape="RECT" coords="226, 286, 303, 305" 
href="vorhersage.html?nummer=734"> <!-- Kampala -->
<area shape="RECT" coords="35, 303, 117, 325" 
href="vorhersage.html?nummer=2436"> <!-- Kasese -->
<area shape="RECT" coords="37, 393, 113, 423" 
href="vorhersage.html?nummer=2269"> <!-- Kabale -->
</MAP>

----------------------------------------->< .--------------------

if u can help me to solve the problem....

regards,

\sh


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: strange error during import of a big directory tree

Posted by Stephan Hermann <sh...@sourcecode.de>.
Good Morning,


On Monday 21 July 2003 15:23, Sander Striker wrote:
> > From: sussman@collab.net [mailto:sussman@collab.net]
> > Sent: Monday, July 21, 2003 3:11 PM
> >
> > 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?)
>
> This is during an import of a 1GB tree.  For the first 2-3 minutes
> it runs fine, so I'd say the perms shouldn't be an issue.

that's right, sander and I were IRCing about this issue.
The filename has no umlaut in it (uganda1.html), so there is no issue with the 
filename or any other charset thing.

What's strange is, that I deleted some of the bigger files out of this 
original tree (movies with more then 100mb size), and just before I commited 
the delete, this error happens on another file.

so, this issue appeared to me on two or more different locations.
but as I wrote, I deleted big files, and this error appeared every time I 
tried to import this tree, at the same position.

Strange, isn't it?

regards,
\sh


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

RE: strange error during import of a big directory tree

Posted by Sander Striker <st...@apache.org>.
> From: sussman@collab.net [mailto:sussman@collab.net]
> Sent: Monday, July 21, 2003 3:11 PM

> 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?)

This is during an import of a 1GB tree.  For the first 2-3 minutes
it runs fine, so I'd say the perms shouldn't be an issue.


Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: strange error during import of a big directory tree

Posted by Ben Collins-Sussman <su...@collab.net>.
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