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

Re: Access Denied errors on windows :-(

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2004-02-23 15:37:30 CET

Leeuw van der, Tim wrote:
> Anyways, I get 'Access Denied' errors during commit, when svn tries to copy
> a modified file:
>
> $ svn ci -m "Log-message fix for parser errors"
> Adding PDGEJB\XSD Build.launch
> Sending
> PDGEJB\ejbModule\com\unisys\pdg\incoming\PDGMessageHandler.java
> Transmitting file data .svn: Commit failed (details follow):
> svn: Can't copy 'c:/Documents and Settings/leeuwt/My
> Documents/ING/PDG/tmpwkspcForMerging1/PDGEJB/ejbModule/com/unisys/pdg/incom
>ing/PDGMessageHandler.java' to 'c:/Documents and Settings/leeuwt/My
> Documents/ING/PDG/tmpwkspcForMerging1/PDGEJB/ejbModule/com/unisys/pdg/incom
>ing/.svn/tmp/text-base/PDGMessageHandler.java.svn-base.2.tmp': Access is
> denied.

This can be an effect of another program still having this file open. Windows,
as its filesystem has no distinction between the data itself(the inode on
Unix) and the direntry is a bit picky. That's also the reason why you can't
replace DLLs that are in use and have to reboot after upgrades.

Now, the most common thing to have the file still open are editors/IDEs and
virus protection software.

> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you
> received this in error, please contact the sender and delete the e-mail and
> its attachments from all computers.

Hmmm - this is a public ML... ;)

cheers

Uli

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 23 15:37:42 2004

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

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