Replying to my own maila s I have some more information.
On 22/06/2013 13:13, Joakim Schramm wrote:
Hi list, After upgrading from svn-1.7.9 to 1.7.10 and doing a merge operation have done regularly during the last 2 years or so, I now get an E160013 Error: svn dev # svn merge ^/vendor/d7-core/drupal-7.x-dev_2013-Jun-06 ^/vendor/d7-core/current svn: E160013: File not found: revision 4124, path '/vendor/d7-core/drupal-7.x-dev_2013-Jun-06' Subversion is running on a Gentoo Linux server using svnserve. I also work with this repo from a Windows workstation using TSVN and using the TSVN repo browser I can clearly see that the 'not found' file (which actually is a dir) is present.
It may be of value that since my original email I have now been able to do the same merge sucessfully on Windows using TSVN. I haven't commited though as I want to find out what's wrong on the Linux box.
On the Linux box I have also successfully run '# svnadmin verify /path/to/repo' and all 4124 revisions are ok, so no corruption as it appears.
Permissions also looks ok, 'apache:apache', on all file and dirs to match: svn / # cat /etc/conf.d/svnserve # The commented variables in this file are the defaults that are used # in the init-script. You don't need to uncomment them except to # customize them to different values. # Options for svnserve #SVNSERVE_OPTS="--root=/var/svn" # User and group as which to run svnserve SVNSERVE_USER="apache" SVNSERVE_GROUP="apache" Still I get the same error. I'm clueless. /Joakim