From 15dc9b63e5d21421aed0ce2871c012190792dd84 Mon Sep 17 00:00:00 2001 From: Michael Pyne Date: Tue, 13 Nov 2007 03:21:46 +0000 Subject: [PATCH] Add documentation for the async option. svn path=/trunk/KDE/kdesdk/doc/scripts/kdesvn-build/; revision=735933 --- doc/index.docbook | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/doc/index.docbook b/doc/index.docbook index 757d487..feaecb0 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -969,6 +969,7 @@ authors using the address you can find above. apidox, to build API Documentation. apply-qt-patches, to enhance qt-copy. +async, to update and build at the same time. binpath, to set the PATH variable. branch, to checkout from a branch instead of /trunk. build-dir, to set the directory to build in. @@ -1048,6 +1049,16 @@ are normally the reason for using qt-copy instead of a stock &Qt;, it should not do any harm to enable it. The default is to enable the patches. + +async +Cannot be overridden +This option enables the asynchronous mode of operation, where the source +code update and the build process will be performed in parallel, instead of waiting for +all of the source code updates before starting the build process. This option defaults +to enabling asynchronous mode. To disable, set this option to false +This option is available since the 1.7 release. + + binpath Overrides global @@ -1620,6 +1631,15 @@ The script accepts the following command-line options: + + + +Enables the asynchronous mode to update and build +at the same time. This is the default, this option only needs specified if you +have disabled it in the configuration. + + + @@ -1657,6 +1677,17 @@ of this run. value should be between 0 and 20. + + + +Disables the asynchronous mode of updating. +Instead the update will be performed in its entirety before the build starts. +This option will slow down the overall process, but if you encounter IPC errors +while running &kdesvn-build; try using this option, and submitting a +bug report. + + +