I am still having this problem. When I build a solution, _svn folders are being added to my build directory (which I have added to the Global ignore pattern as D:\www\deployments\) which is outside of my source control folder.
My trial license for VisualSVN has now expired so it must be a Tortoise problem not VisualSVN. On Mar 24, 5:39 pm, "Albert Weinert" <albert.wein...@awn-design.biz> wrote: > It is enough to exclude the directory in which goes the deployment. > > -----Original Message----- > From: visualsvn@googlegroups.com [mailto:visual...@googlegroups.com] On > Behalf Of tliversi...@googlemail.com > Sent: Dienstag, 24. März 2009 15:29 > To: VisualSVN > Subject: Problem with build folders being under unwanted source control > > Hi, > > I am using a Web Deployment Project to build my solution in Visual > Studio 2008 (using VisualSVN). My problem is that the generated > deployments are under source control - they show the little red/green > symbols in Windows Explorer. > > The directory they are built to is outside of the source control > directory. I have the following set up as the ignore list: > > bin > obj > *.user > *.csproj > [Dd]ebug > [Rr]elease > [Dd]evelopment > [Ss]ource > > but this is not preventing it. > > Any ideas on preventing this?