tags:

views:

906

answers:

3

Hi,

i am getting the below error while doing the commit,

can't open .svn\tmp\tempfile.tmp: access is denied .

When i started searching about this error in google, i came to know that may be because of McAfee antivirus, this error may come. Please let me know if there is any impact of McAfee on subversion. http://blog.mxunit.org/2009/03/cannot-cant-open-svntmptempfiletmp.html.

I am using 1.5.5.14361 subversion. McaFee version is 8.5.

A: 

I ran into the same problem with Eclipse and Visual SVN. Try to turn off every antivirus (I have more than one) with no result.

Turn out that you cannot commit too many stuffs at the same time. I have lots of files in image directories. I have to revert and ignore those dir. Then commit my code one directory at a time, revert and ignore some dirs/files that I don't really need. Finally, I made it work. Rememeber once you mark it to be added to repository, you need to revert it first before you can add to svn ignore list.

Anan
A: 

In general, if you have an tool such as an antivirus or backup which regularly opens files with exclusive access, this kind of problem may occur.

JesperE