[cvsnt] how to update an export ?

Glen Starrett grstarrett at cox.net
Thu Oct 9 18:17:52 BST 2003


> 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




More information about the cvsnt mailing list