Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
> You have to do one of two things: I'll suggest a third... Not that it is any better a solution than what Bo offered, but it is closer to what you asked for in case there was more reason behind it. Use Bo's suggestion for having the sandbox on the webserver but in a separate directory, then in the update script that you're using, set the next line to be something like: XCOPY /d /s /e /exclude:nocopy.txt \sandbox\dir\here \webserver\dir\here With the file "nocopy.txt" in the same directory that contains: >>>> CVS\ <<<< That should do just an incremental update to your site based on the change date of the file, and not bring over the CVS directories if you don't want them in your web server (althought I don't know if that would be any risk at all). Regards, Glen Starrett