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

RE: Re: win permission denied error still there?

From: Steve Dwire <sdwire_at_pcsigroup.com>
Date: 2004-02-10 15:16:49 CET

In these cases (especially the msvcp60.dll case) it may not be "ye olde
race condition" bug of the past. These files may indeed be legitimately
in use. I've had a couple forehead-slap moments where I've actually had
a Windows Explorer window open snooping around in the .svn directory.
That'll give an Access is denied error if SVN tries to delete the dir.

For the DLL, use Process Explorer from www.sysinternals.com to see which
process may still be using that DLL.

S_E_D

-----Original Message-----
From: solo turn [mailto:soloturn99@yahoo.com]
Sent: Tuesday, February 10, 2004 7:31 AM
To: solo turn; svn
Subject: Re: win permission denied error still there?

it is not only with directories, it now happened also in the top-level
of our working copy:
svn: In directory ''
svn: Error processing command 'delete-entry' in ''
svn: Can't remove file 'msvcp60.dll': Access is denied.

--- solo turn <soloturn99@yahoo.com> wrote:
> the permission denied error still seems to be in:
>
> U trunk\proj...
> svn: In directory 'trunk/proj/src/com/mydir'
> svn: Error processing command 'delete-entry' in
'trunk/proj/src/com/mydir'
> svn: Can't remove 'trunk/proj/src/com/mydir/mysubdir/.svn': Access is
denied.
>
> $ svn --version
> svn, version 0.37.0 (r8509)
> compiled Jan 25 2004, 22:51:07
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Finance: Get your refund fast by filing online.
> http://taxes.yahoo.com/filing.html
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>

__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Feb 10 16:07:19 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.