Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

svn

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.


1 Answers

I had the same problem in linux.

I solved it using below command.

chown -R [myaccount:myaccount] [svn checkout directory]

like image 153
al bid Avatar answered Jun 23 '26 11:06

al bid