I've been trying to use SVN to deploy my asp.net site to production. My workflow is:
Setup: Publish Site to FolderX, Import FolderX to SVN, Update web server production folder with the repository for FolderX.
Everyday: Publish updated site to FolderX, Commit Changes, Update remote server with changes.
That's the theory, but when I publish the site again to FolderX, it destroys the .svn folders that are inside all the site subfolders.
How can prevent that from happening?