Subversion commit failed on Mac OS X with error "no such table: rep_cache"
- by arun
I created a subversion repository, imported an empty structure, checked out the repo, added a file to the working copy and tried commiting the working copy with the following commands:
svnadmin create mysvn
svn import -m "initial empty structure" test/ file:///tmp/mysvn
svn co file:///tmp/mysvn mywc
svn ci -m "test"
The commit failed with the…