Igor Galić <[email protected]> writes: > I did a commit to ATS today with my svn client from trunk (~one or two months > old) > > igalic@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@tynix ~/src/asf/trafficserver/lib/tsconfig % .. > igalic@tynix ~/src/asf/trafficserver/lib % .. > igalic@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@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

