Git commit 9f6c7c1097305e99317d6b821dcdad6dbd889c85 by Michael Pyne. Committed on 07/09/2011 at 20:11. Pushed by ashark into branch 'docbook_historied_per_file'.
doc: Update snapshot docs. Original commit: f7a8b709 https://invent.kde.org/sdk/kdesrc-build/-/commit/f7a8b709b1ad17aaed4a1566cbf36f09d5606f5a M +9 -4 doc/cmdline/supported-cmdline-params.docbook https://invent.kde.org/sdk/kdesrc-build/-/commit/9f6c7c1097305e99317d6b821dcdad6dbd889c85 diff --git a/doc/cmdline/supported-cmdline-params.docbook b/doc/cmdline/supported-cmdline-params.docbook index 181b1428..6cbfc376 100644 --- a/doc/cmdline/supported-cmdline-params.docbook +++ b/doc/cmdline/supported-cmdline-params.docbook @@ -351,12 +351,17 @@ option. <varlistentry id="cmdline-no-snapshots"><term><parameter>--no-snapshots</parameter></term> <listitem><para> -Supplying this option causes &kdesrc-build; to always prefer a &subversion; -initial checkout of a module instead of using a &subversion; module snapshot. +Supplying this option causes &kdesrc-build; to always perform a normal initial +checkout of a module instead of using a quick-start snapshot (only available +for Git modules from the <literal>kde-projects</literal> repository). + +Note that this option should only be used if there is a failure using +snapshots, as the quick-start snapshot reduces load on the KDE source +repositories. </para> -<note><para>Module snapshots <emphasis>are</emphasis> real &subversion; -checkouts. You should not need to specify this option, it is only a troubleshooting +<note><para>Module snapshots <emphasis>are</emphasis> real checkouts. You +should not need to specify this option, it is only a troubleshooting aid.</para></note> </listitem> </varlistentry>
