I'm getting a strange error Can't remove 'repoPath/db/transactions/96479-3.txn/transactions' when I try to commit to the repository. The commit actually does occur for both add and update of a file, but the client does not get updated to know the commit succeeded. A further update on the client causes a conflict of its own file.
version 1.4.2 (r22196) running on linux. using apache front end v 2.2.3
the repository is actually a copy of all the files from our production system. Copied the files using rcp -rp sourceHost:/path ./localRepoOnQaBox
After copy, I used chown -R svn:svn on the repo path
fs_type is fsfs
Any idea why this behavior?
I should add that this setup works in our production environment, but after copying the repo to our test environment the error manifests. Prod is hard hardware, QA is a vm.