Thursday, March 10, 2011

svn: Can't move '.svn/tmp/entries' to '.svn/entries': Operation not permitted sshfs

Are you getting this error message on svn checkout with sshfs?

svn: Can't move '.svn/tmp/entries' to '.svn/entries': Operation not permitted sshfs

# Add the -o workaround=rename option fixes the problem

sshfs -o workaround=rename user@server:/dir ~/mnt/dir


See:

http://stackoverflow.com/questions/3016368/after-mounting-using-sshfs-i-cannot-commit-my-changes-using-subversion

No comments:

Post a Comment