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

Re: Windows 'Access denied' errors

From: Francois Beausoleil <fbos_at_users.sourceforge.net>
Date: 2003-10-05 23:10:08 CEST

Hello DJ,

Just caught the same error, again. At the moment, the COM+ and System
event notification services are Disabled and Norton Anti-Virus is also
Disabled. I had Windows Media Player running, and was in the process of
committing a move followed by a delete. In effect, I had the following
changes that were being committed:

$ svn move a/b c
$ svn delete c/b/d

I checked, and the same exception number and address were in the message
as what I reported previously.

This time though, the "Access Denied" message was written to the console.
 The only thing I believe is different is the order in which I executed
the local operations. I believe the last times I had the error, I was
doing the following instead:

$ svn delete a/b/d
$ svn move a/b c

On Thu, 02 Oct 2003 10:02:51 -0600, "D.J. Heap" <djheap@dhiprovo.com>
said:
> Thanks to James' time spent tracing, I think we're closer to finding out
> what is going on here. It appears that the COM+ Event Notification
> service (and perhaps the System Event Notifcation service) are following
> applications around and opening/querying files they haved touched. For
> confirmation, could you turn off those services and see if the problem
> goes away in your test script, James?
>
[snip]
>
> So, if they are confirmed to be the cause, what should the resolution
> be? Bounded loop patch, tell users to shut them off, other ideas...?

At the moment, it looks like these services are not the problem. And I
have not seen any problems with my machine since I disabled those
services.

>
> DJ
>
[snip]

Anyway, hope that helps.

Bye !
François
Developer of Java Gui Builder
http://jgb.sourceforge.net/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Oct 5 23:10:50 2003

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.