osdir.com
mailing list archive

Subject: Re: [sshfs] SVN fails with permission denied - msg#00024

List: file-systems.fuse.sshfs

Date: Prev Next Index Thread: Prev Next Index
> I am getting the error described here:
> http://fuse.sourceforge.net/wiki/index.php/SshfsFaq
>
> > Why does SVN (etc...) fail with permission denied?
> > This is a bug that happens when an application creates a read-only
> > file opened for writing (e.g. open("foo", O_WRONLY|O_CREAT, 0444))
> >
> > It has been fixed in sshfs version 1.3, but also requires FUSE version
> > >=2.5.X and Linux kernel version >=2.6.15.
>
>
> I'm running sshfs 1.6-1, libfuse2 2.5.3-2.1ubuntu4 and linux kernel
> 2.6.17
>
> The error occurs while I'm trying to checkout a SVN repository in
> eclipse using subclipse: svn: Cannot rename file
> '/home/***/work/testproject/.svn/tmp/entries'
>
> On the internet, I find only the answer, that this bug has been fixed.
> Perhaps it's an other problem alltogether.

Yes, this is a different problem. Try the '-oworkaround=rename' option.

Thanks,
Miklos

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV


Find Programming Jobs at git.net
(osdir sister site)

Thread at a glance:

Previous Message by Date: (click to view message preview)

Re: [sshfs] idmap of group

> Is it possible to map the group id of connecting user as well as the > user id? Not with the current version. Why do you need this? Miklos ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

Next Message by Date: click to view message preview

Re: [sshfs] sshfs + svn problem

> First, remote host has been mounted on `kiwi' directory. Then i tried to > do svn co in `kiwi', but got this error: > > ,---- > | xiaowei:~/kiwi$ svn co svn+ssh://ananas/opt/william/server/test > | svn: Can't move 'test/.svn/tmp/entries' to 'test/.svn/entries': Operation > not permitted > `---- Try '-oworkaround=rename' sshfs option. But note that the resulting filesystem will not conform to POSIX: the atomicity of renaming to an existing file will not be guaranteed. I don't know if this matters for SVN or not. Miklos ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

Previous Message by Thread: click to view message preview

[sshfs] SVN fails with permission denied

Hi there I am getting the error described here: http://fuse.sourceforge.net/wiki/index.php/SshfsFaq > Why does SVN (etc...) fail with permission denied? > This is a bug that happens when an application creates a read-only > file opened for writing (e.g. open("foo", O_WRONLY|O_CREAT, 0444)) > > It has been fixed in sshfs version 1.3, but also requires FUSE version > >=2.5.X and Linux kernel version >=2.6.15. I'm running sshfs 1.6-1, libfuse2 2.5.3-2.1ubuntu4 and linux kernel 2.6.17 The error occurs while I'm trying to checkout a SVN repository in eclipse using subclipse: svn: Cannot rename file '/home/***/work/testproject/.svn/tmp/entries' On the internet, I find only the answer, that this bug has been fixed. Perhaps it's an other problem alltogether. Nevertheless I thought it's ok to report this issue as a possible bug. Kind regards -- Philipp KrÃutli Astina AG Berninastrasse 9 CH-8057 ZÃrich Phone: +41 44 500 77 10 Direct: +41 44 500 77 15 Fax: +41 44 500 77 11 Web: http://pkraeutli.astina.ch/ *** Diese Mitteilung ist nur fuer die Empfaengerin / den Empfaenger bestimmt und kann vertrauliche Informationen enthalten. Fuer den Fall, dass sie von nichtberechtigten Personen empfangen wird, bitten wir diese hoeflich, die Mitteilung an Astina zurueckzusenden und anschliessend die Mitteilung mit allen Anhaengen sowie allfaellige Kopien zu vernichten bzw. zu loeschen. Der Gebrauch der Information ist verboten. This message is intended only for the named recipient and may contain confidential or privileged information. If you have received it in error, please advise the sender or Astina by return e-mail and delete this message and any attachments. Any unauthorised use or dissemination of this information is strictly prohibited. *** ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Fuse-sshfs mailing list Fuse-sshfs@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/fuse-sshfs

Next Message by Thread: click to view message preview

[sshfs] sshfs + svn problem

Hi all, First, remote host has been mounted on `kiwi' directory. Then i tried to do svn co in `kiwi', but got this error: ,---- | xiaowei:~/kiwi$ svn co svn+ssh://ananas/opt/william/server/test | svn: Can't move 'test/.svn/tmp/entries' to 'test/.svn/entries': Operation not permitted `---- I noticed a related FAQ entry in http://fuse.sourceforge.net/wiki/index.php/SshfsFaq ,----[ FAQ ] | Why does SVN (etc...) fail with permission denied? | | This is a bug that happens when an application creates a read-only file | opened for writing (e.g. open("foo", O_WRONLY|O_CREAT, 0444)) | | It has been fixed in sshfs version 1.3, but also requires FUSE version | >=2.5.X and Linux kernel version >=2.6.15. `---- But seems it doesn't apply here, related version info on my machine: ,----[ sshfs --version ] | SSHFS version 1.6 | FUSE library version: 2.5.3 | fusermount version: 2.5.3 | using FUSE kernel interface version 7.5 `---- ,----[ uname -a ] | Linux xiaowei 2.6.15.5 #5 Tue Oct 3 16:22:18 CST 2006 ppc GNU/Linux `---- Any ideas? -- William I didn't believe in reincarnation in any of my other lives. I don't see why I should have to believe in it in this one. -- Strange de Jim ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

Web Hosting Reviews from OSDir.com Sister Site iBizWebHosting.com

Home | News | Patents | Sitemap | FAQ | advertise | OSDir is an Inevitable website. GBiz & git.net are too!

Advertising by