Why can't SVN checkout into a virtualbox shared folder?

Posted by Alex Waters on Server Fault See other posts from Server Fault or by Alex Waters
Published on 2012-12-18T16:17:15Z Indexed on 2012/12/19 11:04 UTC
Read the original article Hit count: 215

Filed under:
|
|

I am trying to checkout into the virtualbox shared folder with svn 1.7 in ubuntu 12.04 running as a guest on a windows 7 host. I had read that this error was a 1.6 problem, and updated - but am still receiving the error:

svn: E000071: Can't move '/mnt/hostShare/code/www/.svn/tmp/svn-hsOG5X' to '/mnt/hostShare/code/www/trunk/statement.aspx?d=201108': Protocol error

I found this blog post about the same error in a mac environment, but am finding that changing the folder/file permissions does nothing.

vim .svn/entires just has the number 12 - does this need to be changed?

Thank you for any assistance!

(just another reason for why I prefer git...)

© Server Fault or respective owner

Related posts about svn

Related posts about virtualbox