I have your ASP. I am using an application to use subversion to deploy updates in the net application, one of the issues I am facing is that whenever a copy of the work (build) is made to the ". SVN" folder It is updated inside the bin, which is updated and because of this, I do not want to recycle the ASP.NET Appdomain until something really changes in the bin.
Is ASP.NET a way to ignore the ".svn" folder inside the bin? Do not see that folder for changes originally?
If this does not work, I will use the staging folder outside the Web folders to download the build on the server and then to update the patch / patches. Real Web Folders
[edit: svn export option will not keep my deployment under version control, I want to be able to "svn update" on web folders and to deploy and release rollback. Would it be easy to write a 2 line batch file, which updates the local copy and then copies the files?