[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Subclipse-users] delete file problem

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-06-20 21:27:20 CEST

Jim Myers <myersjj@us.ibm.com> wrote on 06/20/2006 03:23:25 PM:

> Using latest Subclipse 1.0.3 with Eclipse 3.2 beta, when I try to delete
a
> file from SVN, I get this in console log:
>
> delete -m "remove .pyc files" svn+ssh://jjmyers@dhat.
> org/home/svn/dhatsvn/rac/types/__init__.pyc
> svn: Can't create directory
'/home/svn/dhatsvn/db/transactions/9-1.txn':
> Permission denied
>
> I can do this same command from the command line and it works ok.

I am not much of an SSH expert but I recall that some setups can do some
kind of processing on the SSH login that associate the process with a
user. I assume you are using the JavaSVN adapter? It could be that when
it makes an SSH connection something different is happening then when the
command line client does it.

That specific error is a filesystem-level permission error on the server.

I'd see if your SSH logs on the server reveal anything.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Tue Jun 20 21:27:38 2006

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.