2009/1/5 Adrian <[email protected]> > > Hi, after reading a recent post about deleted files in SVN, it got me > thinking about how CruiseControl.Net handles ASP.Net Websites. If a > Web page is deleted from within SourceSafe, then that doesn't > disappear from the Web directory either. > > That's OK for projects which have a Project File (*.csproj for > example), so Web Application Projects and Class Library Projects are > fine because the extra (deleted) files are ignored, but the ASP.Net > compiler still includes the "deleted" page. > > Any ideas?
We actually cope with this nicely - because we use "VssConnect" (faster than the standard vssc exe, too) - which has a "clean get" option. We run these through regularly, in CCNET - which blows away any deleted files! Cheers, -- Matt Chatterley Director Mattched IT Ltd http://www.mattchedit.com
