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

Re: Couldn't open rep-cache database

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Sat, 17 Sep 2011 00:07:18 +0100

Igor Galić <i.galic_at_brainsware.org> writes:

> I did a commit to ATS today with my svn client from trunk (~one or two months old)
>
> igalic_at_tynix ~/src/asf/trafficserver/lib/tsconfig % svn ci -m 'TS-953: consolidate string copy/concat for tsconfig.'
> Authentication realm: <https://svn.apache.org:443> ASF Committers
> Password for 'igalic':
> Authentication realm: <https://svn.apache.org:443> ASF Committers
> Username: igalic
> Password for 'igalic':
> Sending TsErrataUtil.cc
> Transmitting file data .
> Committed revision 1171781.
>
> Warning: post commit FS processing had error:
> Couldn't open rep-cache database

I would guess overlapping post-commit from two commits. The normal
error here is "database is locked" but perhaps if the timing is a bit
different it produces a different error message.

> igalic_at_tynix ~/src/asf/trafficserver/lib/tsconfig % ..
> igalic_at_tynix ~/src/asf/trafficserver/lib % ..
> igalic_at_tynix ~/src/asf/trafficserver (svn)-[trunk:1171778] % svn up
> Updating '.':
> subversion/svn/update-cmd.c:163: (apr_err=175002)
> subversion/libsvn_client/update.c:610: (apr_err=175002)
> subversion/libsvn_client/update.c:551: (apr_err=175002)
> subversion/libsvn_client/update.c:412: (apr_err=175002)
> subversion/libsvn_ra_serf/update.c:2392: (apr_err=175002)
> subversion/libsvn_ra_serf/update.c:2392: (apr_err=175002)
> subversion/libsvn_ra_serf/util.c:2094: (apr_err=175002)
> subversion/libsvn_ra_serf/util.c:2094: (apr_err=175002)
> svn: E175002: REPORT request on '/repos/asf/!svn/vcc/default' failed: 500 Internal Server Error
> 1 igalic_at_tynix ~/src/asf/trafficserver (svn)-[trunk:1171778] %

That's what serf reports when the slave is out of date w.r.t. the
master:

$ svn up wc --config-option servers:global:http-library=serf
Updating 'wc':
svn: E175002: REPORT request on '/slave/!svn/vcc/default' failed: 500 Internal Server Error

With neon you get a more informative error message:

$ svn up wc --config-option servers:global:http-library=neon
Updating 'wc':
svn: E000000: A reported revision is higher than the current repository HEAD revision. Perhaps the repository is out of date with respect to the master repository?

-- 
uberSVN: Apache Subversion Made Easy
http://www.uberSVN.com
Received on 2011-09-17 01:07:56 CEST

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.