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
Showing posts with label svn. Show all posts
Showing posts with label svn. Show all posts
Thursday, March 10, 2011
Subscribe to:
Posts (Atom)