Subversion commit failed on Mac OS X with error "no such table: rep_cache"

Posted by arun on Stack Overflow See other posts from Stack Overflow or by arun
Published on 2010-05-14T03:08:01Z Indexed on 2010/05/14 3:14 UTC
Read the original article Hit count: 242

Filed under:
|

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 following error:

Transmitting file data .svn: Commit failed (details follow):
svn: While preparing '/tmp/mywc' for commit
svn: no such table: rep_cache

I am running Mac OS X 10.6.3 and subversion 1.6.5.

Did I miss any steps or Mac specific commands?

Thanks for your help.

© Stack Overflow or respective owner

Related posts about svn

Related posts about mac