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

Re: permission denied on windows

From: Branko Čibej <brane_at_xbc.nu>
Date: 2004-04-13 00:41:31 CEST

solo turn wrote:

>if another program blocks this directory the error message is different (and correct, even it does
>not show the process id):
>
>$ svn cleanup
>svn: In directory ''
>svn: Error processing command 'delete-entry' in ''
>svn: Can't remove 'ui3/term/.svn': The process cannot access the file because it is being used by
> another process.
>
>and if you do not block the directory with another process, it gets "permission denied".
>
The "access deined" error is probably caused by a _file_ being locked,
not the directory. It could be an open document, or it could be a DLL
that's still loaded in memory, or a running program.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 13 00:42:04 2004

This is an archived mail posted to the Subversion Dev mailing list.

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