On Fri, Jan 22, 2010 at 06:58:48AM -0500, Dan Poirier wrote: > We've found an (apparently) simpler case of what looks like the same > error: > > $ svn ls https://domain.example/dir1/PROJECT/trunk/README > README > $ svn cat https://domain.example/dir1/PROJECT/trunk/README > svn: '/!svn/bc/23694/dir1/PROJECT/trunk/README' path not found > > I don't see any command line options, or options for mod_dav_svn, to log > more information as it runs. Would rebuilding subversion with > --enable-debug and --enable-maintainer-mode provide more information to > see what's going on here?
Yes. Rebuilding with --enable-maintainer-mode (which implies --enable-debug) will give us an error backtrace. Can you trigger this via file:// access to the repository? > Or is this a simple case of a corrupted repository? No idea I'm afraid :-/ Stefan