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