Deploying ASP.Net web app with CruiseControl.Net and SVN -- getting rid of .svn folders
- by Mercury821
I have a CruiseControl.Net project set up to build an ASP.Net project, using an <svn task to pull the latest code from source control.
On a successful build, I use a <buildpublisher to copy the site to a deployment folder. My problem is that the buildpublisher is copying everything to the destination folder, including every .svn folder and…