After mounting using sshfs I cannot commit my changes using subversion
Posted
by robUK
on Stack Overflow
See other posts from Stack Overflow
or by robUK
Published on 2010-06-10T16:30:17Z
Indexed on
2010/06/10
16:32 UTC
Read the original article
Hit count: 208
subversion
Hello,
local machine:
Fedora 13
Subversion: 1.6.9
remote machine:
CentSO 5.3
subversion 1.4.2
I have a project which is on the remote machine:
[email protected]:projects/ssd1
I have mounted this on my local machine:
sshfs [email protected]:projects/ssd1 /home/jbloggs/projects/mnt/ssd1
Everything mounts ok. So I open my project using GNU Emacs 23.2.1. When I want to comment my changes in emacs I get the following error:
can't move /home/jbloggs/projects/mnt/ssd1/.svn/tmp/entries to /home/jbloggs/mnt/ssd1/.svn/entries: Operation not permitted
Does anyone know of any way I can resolve this issue?
many thanks for any advice,
© Stack Overflow or respective owner