Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
all
-
Linux
Description
While running svn merge URL URL on a very large repository, svn returned an error about "too many open files". Further investigation with strace showed that the DB files were open multiple times. Running the attached script on my strace output produced the following. /svnroot/uw/locks/db.lock is open 69 times /svnroot/uw/db/log.0000000327 is open 69 times /svnroot/uw/db/representations is open 70 times /svnroot/uw/db/nodes is open 69 times /svnroot/uw/db/revisions is open 69 times /svnroot/uw/db/copies is open 69 times /svnroot/uw/db/strings is open 71 times /svnroot/uw/db/transactions is open 71 times /svnroot/uw/db/changes is open 69 times
Original issue reported by azverkan