|
|
|
|
@ -2263,7 +2263,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> |
|
|
|
|
@ -2378,21 +2378,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> |
|
|
|
|
@ -2424,12 +2424,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> |
|
|
|
|
@ -2443,7 +2443,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> |
|
|
|
|
|