Git commit 14a05cd333a172f72a7ee6fba03779ed96500802 by Michael Pyne. Committed on 31/01/2006 at 02:28. Pushed by ashark into branch 'docbook_historied_per_file'.
Add recently added snapshot-checkout feature to the list of features in the documentation. svn path=/trunk/KDE/kdesdk/doc/scripts/kdesvn-build/; revision=504014 Original commit: 158c14b3 https://invent.kde.org/sdk/kdesrc-build/-/commit/158c14b32b6e49fd3daa342950bef1b911dae8da M +11 -0 doc/features/features-overview.docbook https://invent.kde.org/sdk/kdesrc-build/-/commit/14a05cd333a172f72a7ee6fba03779ed96500802 diff --git a/doc/features/features-overview.docbook b/doc/features/features-overview.docbook index 07b95d85..469ace2c 100644 --- a/doc/features/features-overview.docbook +++ b/doc/features/features-overview.docbook @@ -17,6 +17,17 @@ Supports <link linkend="changing-verbosity">output message levels</link> ranging from being very quiet to a full debug level. </para></listitem> +<listitem><para> +&kdesvn-build; can, with the assistance of the <ulink url="http://kdesvn-build.kde.org/">kdesvn-build website</ulink>, +allow for speedy checkouts of some modules. If the module you are checking out +has already been packaged at the website, then kdesvn-build will download the +snapshot and prepare it for use on your computer. +</para> + +<para>This is faster for you, and helps to ease the load on the kde.org +anonymous Subversion servers.</para> +</listitem> + <listitem><para> Has excellent support for the <link linkend="using-qt-copy">qt-copy module</link>, including optionally applying bugfix and optimization patches to the qt-copy
