Franck Marchand wrote Monday, December 17, 2001 9:53 PM > 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 '&'. > > But how can I do the same thing with windows ? > > Giving to cmd.exe start ExecuteExport.cmd will start ExecuteExport.cmd running in a separate session start /? will tell you more options.
> I tried to create a C program which use the function CreateProcess to trig > a Cvs Export command. > And it works fine if I'm in Local mode, If I change to Pserver mode, it > doesn't work : > the commit finish well whereas the C program doesn't do nothing. > > Perhaps the PATH is different on server and locally? _______________________________________________ Cvsnt mailing list [EMAIL PROTECTED] http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
