Deploying ASP.Net web app with CruiseControl.Net and SVN -- getting rid of .svn folders
Posted
by Mercury821
on Stack Overflow
See other posts from Stack Overflow
or by Mercury821
Published on 2010-05-07T14:56:58Z
Indexed on
2010/05/07
16:08 UTC
Read the original article
Hit count: 433
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 its contents. What is the easiest way to strip out the .svn folders before copying to the deployment folder?
© Stack Overflow or respective owner