Reputation: 283273
Trying to version control my project that's sitting in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs
using TortoiseSVN. I can't commit it though because Tortoise doesn't have permission to create the .svn
file in that folder (anywhere in Program Files?). How can I get around this?
Upvotes: 0
Views: 202
Reputation: 43575
Set the permissions on that folder accordingly: right-click on folder, chose "properties". The "security" tab shows you which user has full access - add yourself to that list.
After that, you (the logged on user) have full access to that folder and you can checkout/update without problems.
Please do not run Tortoise or explorer in Administrator mode!
Upvotes: 2