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

Re: Random serf checkout failures

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Mon, 05 Nov 2012 10:33:37 +0000

Philip Martin <philip_at_codematters.co.uk> writes:

> I've been experimenting checking out subversion/tags from my local
> mirror of the Subversion repository using a client and mod_dav_svn from
> trunk. I'm getting several different errors seemingly at random, I
> suspect they may be related to some common underlying problem.

I can reproduce this using another dataset that should easier for others
to reproduce: import trunk 150 times making 150 random file changes each
time.

svn export http://svn.apache.org/repos/asf/subversion/trunk trunk
svnadmin create repo
svn mkdir -mm file://`pwd`/repo/tags
for t in `seq 1 150` ; do
  for f in `find trunk -type f | sort -R | head -150` ; do
    echo xx$t >> $f
  done
  svn import -mm trunk file://`pwd`/repo/tags/$t
done

Another checkout error to add to list of ways it can fail:

A wc/86/subversion/tests/cmdline/import_tests_data/import_tree/DIR1.noo
A wc/86/subversion/tests/cmdline/import_tests_data/import_tree/DIR6/DIR7/DIR8.noo
A wc/86/subversion/bindings/swig/proxy
../src/subversion/svn/checkout-cmd.c:168: (apr_err=175009)
../src/subversion/libsvn_client/checkout.c:179: (apr_err=175009)
../src/subversion/libsvn_client/update.c:579: (apr_err=175009)
../src/subversion/libsvn_client/update.c:440: (apr_err=175009)
../src/subversion/libsvn_wc/adm_crawler.c:858: (apr_err=175009)
../src/subversion/libsvn_ra_serf/update.c:2676: (apr_err=175009)
../src/subversion/libsvn_ra_serf/update.c:2672: (apr_err=175009)
svn: E175009: Missing update-report close tag

-- 
Certified & Supported Apache Subversion Downloads:
http://www.wandisco.com/subversion/download
Received on 2012-11-05 11:34:16 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.