Fabio Vinicius Binder
Fabio Vinicius Binder

Reputation: 13214

Access denied Tortoise SVN 64 bits

I was using tortoise svn 32 bits in XP without problems.

Now, I installed Windows Vista 64 bits and Tortoise SVN 64 bits.

When I try to do an SVN Update, I got the error

Can´t open file C:....svn\lock: Access denied.

Any ideas?

Upvotes: 5

Views: 22021

Answers (4)

lx.
lx.

Reputation: 2317

Since you've reinstalled Windows, it may be that the access rights for your folder(s) are configured wrong, so that an unknown SID is the owner or has read/write permission but not your user account.

Maybe check the file permissions of your local SVN files and make sure that your current user/your TortoiseSVN process has the neccessary access rights to change these files.

Upvotes: 12

Spangen
Spangen

Reputation: 4730

I had this issue too upgrading from 1.8.8 to 1.9.2. It was because TSVNCache.exe was running.

Thanks to Dan Dar3's blog: http://dandar3.blogspot.co.uk/2012/04/tortoisesvn-installation-insufficient.html

Upvotes: 0

Sophie
Sophie

Reputation: 1

you can look at this post to download an older build of tortoise svn 64-bit to see if you are having similar problem http://svn.haxx.se/tsvnusers/archive-2011-09/0244.shtml

Upvotes: 0

Ivan Jovović
Ivan Jovović

Reputation: 5298

In my case problematic file was locked by Visual Studio, so I could not either update or clean working copy. Closing VS solved the issue. You can use Unlocker or similar to see if anything is locking your files.

Upvotes: 7

Related Questions