Try figuring out what the error number is. (the error text comes from apr_os_strerror(), see there for pointers on how to interpret the error number)
Daniel wrote on Thu, May 19, 2011 at 18:12:10 -0300: > In a working repository, I started to having the following error message: > > Commit > Commit failed (details follow): > Can't open activity db: Unrecognized resolver error > > I checked that svn/repo/dav and it has 777 permissions, then I chown all the > repo with 777 but still have the same error > > Any ideas? > > Note: the environment is Solaris > > Thanks, > Daniel