Git commit 4d1376d43f905eff6b59e5a8af3fcba301a474fe by Burkhard Lück. Committed on 27/05/2010 at 04:54. Pushed by ashark into branch 'docbook_historied_per_file'.
change obsolete branch 3.3 to 4.4, git for qt-copy is still missing, but at least everything is for kde4 CCMAIL:[email protected] svn path=/trunk/KDE/kdesdk/doc/scripts/kdesvn-build/; revision=1131050 Original commit: 08f7893d https://invent.kde.org/sdk/kdesrc-build/-/commit/08f7893d82d4a29a1b73b5b94c515abf1a81c624 M +8 -8 doc/using-kdesvn-build/advanced-features.docbook https://invent.kde.org/sdk/kdesrc-build/-/commit/4d1376d43f905eff6b59e5a8af3fcba301a474fe diff --git a/doc/using-kdesvn-build/advanced-features.docbook b/doc/using-kdesvn-build/advanced-features.docbook index 79fef174..0b35d3bf 100644 --- a/doc/using-kdesvn-build/advanced-features.docbook +++ b/doc/using-kdesvn-build/advanced-features.docbook @@ -21,7 +21,7 @@ option for a module, which will specify a list of directories to download. <tip><para> If you do not already know what to download from a module, it may be a good idea to browse the &subversion; layout for a module first, using -<ulink url="http://websvn.kde.org/branches/KDE/3.5/">WebSVN</ulink>. +<ulink url="http://websvn.kde.org/branches/KDE/4.4/">WebSVN</ulink>. </para></tip> <informalexample> @@ -136,21 +136,21 @@ and &kdesvn-build; will try to determine the appropriate location within the well.</para> <informalexample> -<para>To download kdelibs from &kde; 3.5 (which is simply known as the 3.5 branch): +<para>To download kdelibs from &kde; 4.4 (which is simply known as the 4.4 branch): </para> <screen> module kdelibs - branch <replaceable>3.5</replaceable> + branch <replaceable>4.4</replaceable> # other options... end module </screen> -<para>Or, to download kdemultimedia as it was released with &kde; 3.4.3:</para> +<para>Or, to download kdemultimedia as it was released with &kde; 4.4.3:</para> <screen> module kdemultimedia - tag <replaceable>3.4.3</replaceable> + tag <replaceable>4.4.3</replaceable> # other options... end module </screen> @@ -182,12 +182,12 @@ can figure out the appropriate middle part by itself. When it cannot, you can us <screen> module qt-copy # branch does not work here yet - module-base-path branches/qt/3.3 + module-base-path branches/qt/4.4 end module </screen> <para>This would cause &kdesvn-build; to download qt-copy from (in this example), -<filename>svn://anonsvn.kde.org/home/kde/<replaceable>branches/qt/3.3</replaceable>/qt-copy</filename>. +<filename>svn://anonsvn.kde.org/home/kde/<replaceable>branches/qt/4.4</replaceable>/qt-copy</filename>. </para> </informalexample> </listitem> @@ -201,7 +201,7 @@ paths that &kdesvn-build; would have no hope of downloading from. <screen> module qt-copy # Specify exact path to grab. - override-url svn://anonsvn.kde.org/home/kde/branches/qt/3.3/qt-copy + override-url svn://anonsvn.kde.org/home/kde/branches/qt/4.4/qt-copy end module </screen> </informalexample>
