Franck Marchand wrote:
>
> How can I do to export a module after a commit ?
>
> I've seen in the documentation that it's possible to trig a script which start a 
>background process to do the export.
> Like this, the export is not blocked by lock files. It works fine with linux thank 
>to '&'.

As you have discovered, NT does not support background processing like *nix
does.  I wrote a small utility which schedules an update using the AT service.
Here's the readme:

        http://www.devguy.com/fp/cfgmgmt/download/ReadMe.txt

and here's the source (and precompiled executable):

        http://www.devguy.com/fp/cfgmgmt/download/CVSNTUpd.zip

NOTE that this solution is intended to update a web server's sandbox, not to
do an export, but the command to run is completely configurable.

HTH

John

--
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4720 Boston Way
Lanham, MD 20706
301-459-3366 x.5010
fax 301-429-5747
_______________________________________________
Cvsnt mailing list
[EMAIL PROTECTED]
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

Reply via email to