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

Import error and general questions

From: Shay Harding <sharding_at_ccbill.com>
Date: 2002-08-15 18:12:53 CEST

I have a few questions about Subversion I can't seem to find in the
handbook. I am currently trying to load files into the repository I have
set up. The repository itself works fine. Have SSL up and running and
authentication works no problem.

The problem I am having is importing large directory trees with a lot of
mixed content (TEXT, PDF, .doc, images, etc). I just got done importing
a roughly 65M directory tree but had to remove the 2000 or so image
files before it would even import to the repository. Kept getting the
following error:

subversion/libsvn_ra_dav/util.c:332: (apr_err=21102, src_err=0)
svn: RA layer request failed
svn: MERGE request failed on /repos/CCBill
subversion/libsvn_ra_dav/util.c:81: (apr_err=21102, src_err=0)
svn: MERGE of /repos/CCBill: Error reading chunked response body:
Success

I am not really sure what all that means and was hoping someone could
explain it. It says there's an error, then indicates 'Success'? Even the
APR error doesn't make sense. After running 21102 through apr_errorstr I
get 'APR does not understand this error code' as the result.

Second question relates to the 'db' directory within the repository.
What is the 'strings' file used for? After importing only 1 of many
directory trees, it sits at 62M. Will it matter how big this file gets?
I have roughly 15 projects to import, although not all of them are
nearly as large as 65M.

I really don't need the images under revision control, but it's nice to
be able to keep the entire project together rather than having to pull
from several sources. Currently everything is under CVS.

Shay

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 15 18:09:27 2002

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.