I have an asp.net web application that I am deploying using ms web deploy to an iis 7 web server.
I recently moved the project to source control with tortoise svn. Now web deploy isn't working since it is trying to copy the hidden read-only files (in a .svn subdirectory) that svn is using onto the iis server.
How do I configure web deploy to leave these files alone?