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

svnadmin dump revprop caching error...

From: Trent Fisher <trent.fisher_at_oracle.com>
Date: Wed, 04 Jun 2014 17:51:01 -0400

I just got an error from "svnadmin dump" which I have never seen before,
and it seems to be new in 1.8:

    svnadmin: E160052: Revprop caching for '/scm/svn/repos/DEV-copy/db'
disabled because SHM infrastructure for revprop caching failed to
initialize.
    svnadmin: E000013: Can't open file
'/scm/svn/repos/DEV-copy/db/rev-prop-atomics.mutex': Permission denied
    svnadmin: E200015: Caught signal

It looks like the dump process is trying to write a file in the
repository. In this case, the repository is owned by a different user
and I cannot write into it. I often do test migrations as myself not as
the owner of the repository because I want to ensure that mistakes
cannot end up destroying anything important.

It appears that this is only a warning as the dump proceeds and the
output looks correct. Though the error message implies it is a fatal
error (especially the "caught signal"). Can I safely ignore this
error? Could it be changed to be a bit less menacing?

++thanks,
trent...
Received on 2014-06-04 23:51:39 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.