summaryrefslogtreecommitdiffstats
path: root/doc/en/index.docbook
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/index.docbook')
-rw-r--r--doc/en/index.docbook194
1 files changed, 97 insertions, 97 deletions
diff --git a/doc/en/index.docbook b/doc/en/index.docbook
index 6b136ea..5800b5f 100644
--- a/doc/en/index.docbook
+++ b/doc/en/index.docbook
@@ -1,8 +1,8 @@
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.1.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
- <!ENTITY kdesvn "<application>kdesvn</application>">
- <!ENTITY kappname "&kdesvn;"><!-- Do *not* replace kappname-->
- <!ENTITY package "kde-module"><!-- kdebase, kdeadmin, etc -->
+ <!ENTITY tdesvn "<application>tdesvn</application>">
+ <!ENTITY kappname "&tdesvn;"><!-- Do *not* replace kappname-->
+ <!ENTITY package "kde-module"><!-- tdebase, tdeadmin, etc -->
<!ENTITY % addindex "IGNORE">
<!ENTITY konqi "<application>konqueror</application>">
<!ENTITY krus "<application>krusader</application>">
@@ -22,7 +22,7 @@
as Authors, publish date, the abstract, and Keywords -->
<bookinfo>
-<title>The &kdesvn; Handbook</title>
+<title>The &tdesvn; Handbook</title>
<authorgroup>
<author>
@@ -61,7 +61,7 @@ Do NOT change these in the translation. -->
<abstract>
<para>
-&kdesvn; - a subversion client for &kde;.
+&tdesvn; - a subversion client for &kde;.
</para>
</abstract>
@@ -71,7 +71,7 @@ Please at least include KDE, the KDE package it is in, the name
<keywordset>
<keyword>KDE</keyword>
-<keyword>kdesvn</keyword>
+<keyword>tdesvn</keyword>
<keyword>subversion</keyword>
<keyword>version control system</keyword>
</keywordset>
@@ -96,17 +96,17 @@ problems. Basically a long version of the abstract. Don't include a
revision history. (see installation appendix comment) -->
<para>
-&kdesvn; is a <ulink url="http://subversion.tigris.org/">subversion client</ulink> for &kde;.
+&tdesvn; is a <ulink url="http://subversion.tigris.org/">subversion client</ulink> for &kde;.
</para>
<para>You should have some knowledge about subversion itself, but hopefully most items are self explanatory.
</para>
<para>
-You may send bugreports and feature wishes via <ulink url="http://kdesvn.alwins-world.de/">
-http://kdesvn.alwins-world.de/.
+You may send bugreports and feature wishes via <ulink url="http://tdesvn.alwins-world.de/">
+http://tdesvn.alwins-world.de/.
</ulink>
</para>
-<sect1 id="kdesvn-terms">
+<sect1 id="tdesvn-terms">
<title>Terms</title>
<para>
If you're familiar with revision control systems you may skip that - or read and correct the author ;)
@@ -117,14 +117,14 @@ If you're familiar with revision control systems you may skip that - or read and
<term>Repository</term>
<listitem><para>
Central store of data. That may be a database or a flat filesystem. Without special clients you're not able to read
-data in it. For Subversion repositories &kdesvn; is such a client.
+data in it. For Subversion repositories &tdesvn; is such a client.
</para></listitem>
</varlistentry>
<varlistentry>
<term>Working copy</term>
<listitem><para>
A flat copy of a repository on local filesystem. This is used like any normal filemanager, editing files and so forth.
-RCS-information you can read with clients like &kdesvn;.
+RCS-information you can read with clients like &tdesvn;.
</para>
<para>
Remember that subversion doesn't know something about KIO, so a working copy must reside in an area where it may reached without any specific protocol, eg &quot;fish://&quot; or such isn't possible.
@@ -136,7 +136,7 @@ Remember that subversion doesn't know something about KIO, so a working copy mus
<listitem><para>
WebDav is a protocol which let you modify files on a remote webserver. Subversion is a special kind of WebDAV when repositories are accessed
via webserver. In normal use this is read-only. With special configurations you may get a read-write enabled WebDAV which you may access via
-specialized browser. &kdesvn; is NOT a webdav-client, but Konqueror is via the &quot;webdav://&quot; protocol. But with &kdesvn; you
+specialized browser. &tdesvn; is NOT a webdav-client, but Konqueror is via the &quot;webdav://&quot; protocol. But with &tdesvn; you
may browse through the version tree of a repository (via &quot;http://&quot;)
</para></listitem>
</varlistentry>
@@ -145,12 +145,12 @@ may browse through the version tree of a repository (via &quot;http://&quot;)
</sect1>
</chapter>
-<chapter id="using-kdesvn">
-<title>Using &kdesvn;</title>
-<sect1 id="kdesvn-features">
-<title>&kdesvn; features</title>
+<chapter id="using-tdesvn">
+<title>Using &tdesvn;</title>
+<sect1 id="tdesvn-features">
+<title>&tdesvn; features</title>
<para>
-&kdesvn; understands following protocols for browsing repositories:
+&tdesvn; understands following protocols for browsing repositories:
<variablelist>
<varlistentry>
@@ -170,21 +170,21 @@ Standard encrypted web browser protocol
<varlistentry>
<term>(k)svn+http</term>
<listitem><para>
-Standard web browser protocol. May be used to let konqueror automatic call &kdesvn;.
+Standard web browser protocol. May be used to let konqueror automatic call &tdesvn;.
</para></listitem>
</varlistentry>
<varlistentry>
<term>(k)svn+https</term>
<listitem><para>
-Standard encrypted web browser protocol. May be used to let konqueror automatic call &kdesvn;.
+Standard encrypted web browser protocol. May be used to let konqueror automatic call &tdesvn;.
</para></listitem>
</varlistentry>
<varlistentry>
<term>(k)svn+file</term>
<listitem><para>
-Local repository protocol. May used to let konqueror automatic call &kdesvn;.
+Local repository protocol. May used to let konqueror automatic call &tdesvn;.
</para></listitem>
</varlistentry>
@@ -205,18 +205,18 @@ Subversion over ssh. See <link linkend="faq">FAQ</link> for details about some s
<varlistentry>
<term>file</term>
<listitem><para>
-Direct repository accesss. &kdesvn; checks if a given path is a repository or a working copy and opens it in the right mode. For subversion
+Direct repository accesss. &tdesvn; checks if a given path is a repository or a working copy and opens it in the right mode. For subversion
<prompt>file:///dir</prompt> and <prompt>/dir</prompt> is not the same!
</para></listitem>
</varlistentry>
</variablelist>
</para>
<para>
-This list may used for urls given for <link linkend="kdesvn-commandline">commandline</link>, too.
+This list may used for urls given for <link linkend="tdesvn-commandline">commandline</link>, too.
</para>
</sect1>
<sect1 id="first_steps">
-<title>Beginning with subversion and kdesvn</title>
+<title>Beginning with subversion and tdesvn</title>
<para>
This section is mostly for beginners not familiar with subversion and explains how subversions and/or RCS works.
</para>
@@ -226,7 +226,7 @@ This section is mostly for beginners not familiar with subversion and explains h
<caution>
<para>
Working copies MUST be accessible via local paths. Subversion doesn't know something about pseudo filesystems like
-<prompt>smb://</prompt> or <prompt>fish://</prompt>. &kdesvn; translates some of them if possible (like <prompt>system:/home</prompt>) but it isn't possible over a network.
+<prompt>smb://</prompt> or <prompt>fish://</prompt>. &tdesvn; translates some of them if possible (like <prompt>system:/home</prompt>) but it isn't possible over a network.
</para>
</caution>
<para>
@@ -248,7 +248,7 @@ Last but not least, the revision to checkout. Mostly that should be &quot;HEAD&q
is the referenced version.
</para>
<para>
-After clicking on &quot;[OK]&quot; &kdesvn; will create your new working copy and (if the box was checked) opens it.
+After clicking on &quot;[OK]&quot; &tdesvn; will create your new working copy and (if the box was checked) opens it.
</para>
<para>
When you have opened a repository for browsing you may mark a folder and than select
@@ -274,10 +274,10 @@ Mark the entry or entries you want to send and select
</menuchoice>
</para>
<para>
-If you try to commit if no item is selected, &kdesvn; uses the top-most element of opened working copy, eg, the working copy path itself.
+If you try to commit if no item is selected, &tdesvn; uses the top-most element of opened working copy, eg, the working copy path itself.
</para>
<para>
-This operation is always recursive, means, if selecting a folder &kdesvn; always send all changed items below it. When you setup that you want to review all items before commit inside the following dialog all items kdesvn would send are listed. There you may unmark items you don't want to send. In that case &kdesvn; sends all items alone, eg, not recursive. Or you may select items not versioned for add and commit (if them are not marked to be ignored). So you may see if there are newer items you forgot.
+This operation is always recursive, means, if selecting a folder &tdesvn; always send all changed items below it. When you setup that you want to review all items before commit inside the following dialog all items tdesvn would send are listed. There you may unmark items you don't want to send. In that case &tdesvn; sends all items alone, eg, not recursive. Or you may select items not versioned for add and commit (if them are not marked to be ignored). So you may see if there are newer items you forgot.
</para>
<para>
Enter a log message what you're sending and hit &quot;OK&quot; and the transfer starts.
@@ -286,7 +286,7 @@ Enter a log message what you're sending and hit &quot;OK&quot; and the transfer
<sect2>
<title>Update working copy</title>
<para>
-This brings you local working copy in sync with the repository. You may setup that &kdesvn; checks on opening a working copy for newer/modified items in repository. This runs in background and you may work meanwhile with &kdesvn;. Or start check with
+This brings you local working copy in sync with the repository. You may setup that &tdesvn; checks on opening a working copy for newer/modified items in repository. This runs in background and you may work meanwhile with &tdesvn;. Or start check with
<menuchoice>
<guimenu>Subversion</guimenu>
<guisubmenu>Working copy</guisubmenu>
@@ -358,7 +358,7 @@ You may check if there are somewhere in working copy unversioned items. After se
<varlistentry>
<term>Drag and drop</term>
<listitem><para>
-Mark in konqueror or any other compatible filebrowser items you want to add and drag them to &kdesvn;. You may drop them on folders inside the opened working copy and than &kdesvn; copy the dropped items to it and add the items.
+Mark in konqueror or any other compatible filebrowser items you want to add and drag them to &tdesvn;. You may drop them on folders inside the opened working copy and than &tdesvn; copy the dropped items to it and add the items.
</para></listitem>
</varlistentry>
</variablelist>
@@ -375,7 +375,7 @@ Deleting items is always recursive. Eg., when you delete a folder all subitems w
<sect1 id="working-with-repositories">
<title>Working on repositories</title>
<para>
-Simple repository browsing may done within &konqi; &krus; or similar filebrowsers: Open a URL with protocol described in <xref linkend="kdesvn-features" xreflabel="Features" /> (the variants starting with &quot;k&quot;) and them will display the content. So simple operations like copy, move and delete may work. When appending a query &quot;?rev=&lt;xxx&gt;&quot; the listing comes from a specific revision. Format of revision-query is described in <xref linkend="revision-syntax" />, some more information about KIO::ksvn are in <xref linkend="kdesvn-kio" />
+Simple repository browsing may done within &konqi; &krus; or similar filebrowsers: Open a URL with protocol described in <xref linkend="tdesvn-features" xreflabel="Features" /> (the variants starting with &quot;k&quot;) and them will display the content. So simple operations like copy, move and delete may work. When appending a query &quot;?rev=&lt;xxx&gt;&quot; the listing comes from a specific revision. Format of revision-query is described in <xref linkend="revision-syntax" />, some more information about KIO::ksvn are in <xref linkend="tdesvn-kio" />
</para>
<para>
All work except &quot;Copy&quot; may only done when browsing at revision HEAD.
@@ -389,7 +389,7 @@ In subversion restoring deleted items is a copy operation of item at specific re
<guisubmenu>Repository</guisubmenu>
<guimenuitem>Select browse revision</guimenuitem>
</menuchoice>
-and enter the wanted revision. Now kdesvn displays the content at this term. Mark the entry you want to restore, select
+and enter the wanted revision. Now tdesvn displays the content at this term. Mark the entry you want to restore, select
<menuchoice>
<shortcut>
<keycombo action="simul"><keycap>C</keycap></keycombo>
@@ -408,7 +408,7 @@ Due restrictions of subversion itself only folders, not single files, may import
<sect3>
<title>With drag and drop</title>
<para>
-Mark in any compatible filemanager the folder you want to import and drag it to the folder entry in &kdesvn; where you want to import it.
+Mark in any compatible filemanager the folder you want to import and drag it to the folder entry in &tdesvn; where you want to import it.
</para>
</sect3>
<sect3>
@@ -552,7 +552,7 @@ subversion GUI. This moment &kappname; doesn't support extra fields in commit bo
<row>
<entry><prompt>bugtraq:url</prompt></entry>
<entry>Holds the url to bugtracker. It has to contain the <prompt>%BUGID%</prompt> marker.</entry>
-<entry>http://kdesvn.alwins-world.de/ticket/%BUGID%</entry>
+<entry>http://tdesvn.alwins-world.de/ticket/%BUGID%</entry>
</row>
<row>
@@ -629,7 +629,7 @@ Entries may be marked with overlayed icons when not in &quot;normal&quot; state.
<varlistentry>
<term><inlinemediaobject>
<imageobject>
-<imagedata fileref="hi128-filesys-kdesvnlocked.png" format="PNG" />
+<imagedata fileref="hi128-filesys-tdesvnlocked.png" format="PNG" />
</imageobject>
<textobject>
<phrase>Locked</phrase>
@@ -637,14 +637,14 @@ Entries may be marked with overlayed icons when not in &quot;normal&quot; state.
</inlinemediaobject>
</term>
<listitem><para>
-This entry is locked. In last column the owner of lock is listed. You may setup if kdesvn should check for locked items in repository, too. But be carefull: depending of the kind of the server this may take a long time!
+This entry is locked. In last column the owner of lock is listed. You may setup if tdesvn should check for locked items in repository, too. But be carefull: depending of the kind of the server this may take a long time!
</para></listitem>
</varlistentry>
<varlistentry>
<term><inlinemediaobject>
<imageobject>
-<imagedata fileref="hi128-filesys-kdesvnneedlock.png" format="PNG" />
+<imagedata fileref="hi128-filesys-tdesvnneedlock.png" format="PNG" />
</imageobject>
<textobject>
<phrase>Needs locked</phrase>
@@ -659,7 +659,7 @@ This entry must be locked before edit and commit. Until you'll not set a lock su
<varlistentry>
<term><inlinemediaobject>
<imageobject>
-<imagedata fileref="hi128-filesys-kdesvnupdates.png" format="PNG" />
+<imagedata fileref="hi128-filesys-tdesvnupdates.png" format="PNG" />
</imageobject>
<textobject>
<phrase>Updates</phrase>
@@ -675,7 +675,7 @@ This entry or - if a folder - an entry below has newer version in repository. Wo
<varlistentry>
<term><inlinemediaobject>
<imageobject>
-<imagedata fileref="hi128-filesys-kdesvnmodified.png" format="PNG" />
+<imagedata fileref="hi128-filesys-tdesvnmodified.png" format="PNG" />
</imageobject>
<textobject>
<phrase>Modified</phrase>
@@ -690,7 +690,7 @@ This entry or - if a folder - an entry below was changed on local disc.
<varlistentry>
<term><inlinemediaobject>
<imageobject>
-<imagedata fileref="hi128-filesys-kdesvnadded.png" format="PNG" />
+<imagedata fileref="hi128-filesys-tdesvnadded.png" format="PNG" />
</imageobject>
<textobject>
<phrase>overlay added</phrase>
@@ -705,7 +705,7 @@ This entry is locally added to subversion but not yet committed.
<varlistentry>
<term><inlinemediaobject>
<imageobject>
-<imagedata fileref="hi128-filesys-kdesvndeleted.png" format="PNG" />
+<imagedata fileref="hi128-filesys-tdesvndeleted.png" format="PNG" />
</imageobject>
<textobject>
<phrase>overlay deleted</phrase>
@@ -720,7 +720,7 @@ This entry is locally deleted from subversion but hasn't yet been committed.
<varlistentry>
<term><inlinemediaobject>
<imageobject>
-<imagedata fileref="hi128-filesys-kdesvnconflicted.png" format="PNG" />
+<imagedata fileref="hi128-filesys-tdesvnconflicted.png" format="PNG" />
</imageobject>
<textobject>
<phrase>overlay deleted</phrase>
@@ -737,7 +737,7 @@ This entry (or entry below if folder) got conflicts to resolve with last update.
</para>
</sect1>
-<sect1 id="kdesvn-passwords">
+<sect1 id="tdesvn-passwords">
<title>&kappname; and passwords</title>
<para>
&kappname;/subversion is able to save passwords. Saving passwords is always a security risk, but may let a graphical frontend more useable.
@@ -751,13 +751,13 @@ Most secure way, but sometimes unhandy with GUIs like &kappname;. In particular
<sect2>
<title>Saving passwords in kdewallet</title>
<para>
-Secured password storage used by a lot of kde programs like kmail and konqueror. If you'saving passwords and mostly using kdesvn you should use this. Keep care that the encrypted storage isn't a high-secure storage. Details see kdewallet documentation.
+Secured password storage used by a lot of kde programs like kmail and konqueror. If you'saving passwords and mostly using tdesvn you should use this. Keep care that the encrypted storage isn't a high-secure storage. Details see kdewallet documentation.
</para>
</sect2>
<sect2>
<title>Saving to subversions own password storage</title>
<para>
-This is not recommended 'cause the passwords are stored as cleartext! Not believing? Take a look into the files in <prompt>~/.subversion/auth/svn.simple</prompt>. You should only use this if you're using frequently other clients than &kappname; like rapidsvn or esvn or the original svn commandline client. If you're using the commandline client mostly for checkouts or updates which doesn't require a password and kdesvn for commit/move/copy you should use kdewallet instead.
+This is not recommended 'cause the passwords are stored as cleartext! Not believing? Take a look into the files in <prompt>~/.subversion/auth/svn.simple</prompt>. You should only use this if you're using frequently other clients than &kappname; like rapidsvn or esvn or the original svn commandline client. If you're using the commandline client mostly for checkouts or updates which doesn't require a password and tdesvn for commit/move/copy you should use kdewallet instead.
</para>
</sect2>
<sect2>
@@ -783,9 +783,9 @@ you may store you ssh-key-password for your current session so no further enteri
</sect1>
</chapter>
-<chapter id="kdesvn-kio">
+<chapter id="tdesvn-kio">
<title>Konqueror, KIO, &kappname;</title>
-<sect1 id="kdesvn-kio-desc">
+<sect1 id="tdesvn-kio-desc">
<title>Description</title>
<para>
As of version 0.7.0 of &kappname; it comes with some modules integrating some commands directly into konqueror menus.
@@ -800,7 +800,7 @@ As of version 0.7.0 of &kappname; it comes with some modules integrating some co
<listitem><para>ksvn+ssh</para></listitem>
<listitem><para>ksvn</para></listitem>
</itemizedlist>
-The same maybe for &quot;svn+...&quot; but as from kde 3.4, kdesdk has it own small svn-kio called &quot;svn+http&quot;etc. So packages are organized that way - or should that &quot;svn+...&quot; comes as an extra package so it may installed if kdesdk hasn't installed it.
+The same maybe for &quot;svn+...&quot; but as from kde 3.4, tdesdk has it own small svn-kio called &quot;svn+http&quot;etc. So packages are organized that way - or should that &quot;svn+...&quot; comes as an extra package so it may installed if tdesdk hasn't installed it.
</para>
<para>
These protocols are designed only for repositories, not for working copies. E.g. &quot;ksvn+file:///&lt;path&gt;&quot; must point to the beginning of a repository different to the application itself or KPart.
@@ -815,7 +815,7 @@ For browsing at a specific revision you may append the query <link linkend="revi
<term>Context menus</term>
<listitem><para>
&kappname; installs context menues for konqueror. Them may be seen with right mouse click in the browser window (only in standard view, not any KPart) so it is possible to do most used actions direct from within konqueror (or any other filemanagers that read konquerors context menues like krusader). This is done via a call
-to the <link linkend="kdesvn-commandline">commandline variant of &kappname;</link>.
+to the <link linkend="tdesvn-commandline">commandline variant of &kappname;</link>.
</para>
<para>
This menu is static up to kde 3.5, so you should care about what you're selecting. Otherwise &kappname; prints an error box.
@@ -838,7 +838,7 @@ kdiff3 \
ksvn://anonsvn.kde.org/home/kde/trunk/KDE/arts?rev=455064
</programlisting>
<para>
-Let kdiff3 print all differences between two revisions. Note! Using this within kdesvn (diff'ing two revisions) is MUCH faster because the internal mechanisms of subversion are used.
+Let kdiff3 print all differences between two revisions. Note! Using this within tdesvn (diff'ing two revisions) is MUCH faster because the internal mechanisms of subversion are used.
</para>
</example>
</para>
@@ -848,8 +848,8 @@ Let kdiff3 print all differences between two revisions. Note! Using this within
<title>Programmers information about KIO::ksvn</title>
<para>
<note><para>You may skip this if not interested in KIO programming.</para></note>
-KIO::ksvn::special knows the following operations, these are made almost equal in call to the current existing in KIO from kdesdk
-so, for instance, kdevelop may use it if kdesdk isn't installed but uses kdesvn::KIO::svn.
+KIO::ksvn::special knows the following operations, these are made almost equal in call to the current existing in KIO from tdesdk
+so, for instance, tdevelop may use it if tdesdk isn't installed but uses tdesvn::KIO::svn.
</para>
<sect2>
<title>Commandlist</title>
@@ -1085,12 +1085,12 @@ Return values may given via metadata, see apidoc for details.
</sect1>
</chapter>
-<chapter id="kdesvn-commandline">
-<title>Using kdesvn via commandline</title>
-<sect1 id="kdesvn-commandline-overview">
+<chapter id="tdesvn-commandline">
+<title>Using tdesvn via commandline</title>
+<sect1 id="tdesvn-commandline-overview">
<title>Overview</title>
<para>
-Some subversion operations may used via the commandline, eg., like a standard commandline client but user interaction is made via KDE-UI. The standard syntax is <prompt>kdesvn exec &lt;command&gt; &#091;parameter&#093; &lt;url&gt;</prompt>.
+Some subversion operations may used via the commandline, eg., like a standard commandline client but user interaction is made via KDE-UI. The standard syntax is <prompt>tdesvn exec &lt;command&gt; &#091;parameter&#093; &lt;url&gt;</prompt>.
</para>
<para>
If a single revision on a single url is wanted it may be set as a parameter of the url
@@ -1101,7 +1101,7 @@ A revision may given as
a number or one of <prompt>HEAD</prompt> or <prompt>BASE</prompt> or as date format like {YYYY-MM-DD}.
</para>
</sect1>
-<sect1 id="kdesvn-command-list">
+<sect1 id="tdesvn-command-list">
<title>Commandlist</title>
<para>
If in following overview as possible parameter <prompt>-r revision</prompt> is given, this revision may set as <prompt>&lt;url&gt;?rev=the-revision</prompt>.
@@ -1286,7 +1286,7 @@ Inside that dialog you may select log entries and get the differences between th
<example>
<title>Display the last 20 commit logs</title>
<programlisting>
-kdesvn exec log -l 20 -r HEAD&#058;1 myfile.c
+tdesvn exec log -l 20 -r HEAD&#058;1 myfile.c
</programlisting>
<para>Beware of order of revision: You want go from HEAD to START for the LAST one. So you must giverevision HEAD as starting point, otherwise you would get
the first 20 entries.</para>
@@ -1301,13 +1301,13 @@ may gived as <prompt>-r STARTREV:ENDREV</prompt>. When diffing an item inside a
<example>
<title>Print difference against repository, eg. local changes</title>
<programlisting>
-kdesvn exec diff myfile.c
+tdesvn exec diff myfile.c
</programlisting>
</example>
<example>
<title>print difference between revisions</title>
<programlisting>
-kdesvn exec diff -r 21:20 myfile.c
+tdesvn exec diff -r 21:20 myfile.c
</programlisting>
</example>
</para>
@@ -1317,7 +1317,7 @@ When diffing two items revisions may be appended to url of items. e.g.:
<example>
<title>Diffing two tagged versions</title>
<programlisting>
-kdesvn exec diff http://www.alwins-world.de/repos/kdesvn/tags/rel_0_6_2 http://www.alwins-world.de/repos/kdesvn/tags/rel_0_6_3
+tdesvn exec diff http://www.alwins-world.de/repos/tdesvn/tags/rel_0_6_2 http://www.alwins-world.de/repos/tdesvn/tags/rel_0_6_3
</programlisting>
</example>
</para>
@@ -1346,7 +1346,7 @@ Setting may changed from the setup dialog. Them are seperated into some subdialo
</row>
<row>
<entry>Show preview in fileinfo</entry>
-<entry>If kdesvn should show a preview in fileinfo tooltip (local access only, not on networked repositories)</entry>
+<entry>If tdesvn should show a preview in fileinfo tooltip (local access only, not on networked repositories)</entry>
</row>
<row>
<entry>Mark item status with iconoverlay</entry>
@@ -1393,7 +1393,7 @@ Setting may changed from the setup dialog. Them are seperated into some subdialo
</row>
<row>
<entry>Get file details while remote listing</entry>
-<entry>When checked, kdesvn get more detailed info about file items when making a listing to remote repositories. So you may see remote locks in overview. Be careful: This may let listings REAL slow!</entry>
+<entry>When checked, tdesvn get more detailed info about file items when making a listing to remote repositories. So you may see remote locks in overview. Be careful: This may let listings REAL slow!</entry>
</row>
<row>
@@ -1433,7 +1433,7 @@ Setting may changed from the setup dialog. Them are seperated into some subdialo
<row>
<entry>Review items before commit</entry>
-<entry>When doing a commit &kdesvn; may make a check what to do. Eg., if unversioned items are below which may added, list items changed and current operation will commit. This cost a depending on tree more or less time.</entry>
+<entry>When doing a commit &tdesvn; may make a check what to do. Eg., if unversioned items are below which may added, list items changed and current operation will commit. This cost a depending on tree more or less time.</entry>
</row>
<row>
<entry>Maximum displayed logs when full log</entry>
@@ -1494,7 +1494,7 @@ you must enter a valid program in &quot;External diff display&quot;. Only if int
<sect2>
<title>External diff display</title>
<para>
-Defines what &kdesvn; is using for external display and how it will called. There are three ways:
+Defines what &tdesvn; is using for external display and how it will called. There are three ways:
</para>
<para>
<variablelist>
@@ -1629,23 +1629,23 @@ only shown when interesting output was generated (commitlog and so on)
<varlistentry>
<term>Don't display contextmenu in konqueror</term>
<listitem><para>
-If set, no action menu entry for kdesvn is made in konqueror. Works only with KDE 3.5.
+If set, no action menu entry for tdesvn is made in konqueror. Works only with KDE 3.5.
</para></listitem>
</varlistentry>
<varlistentry>
<term>KIO operations use standard logmessage.</term>
<listitem><para>
-When making operations on a repository via the kdesvn KIO protocol from within konqueror (eg., &quot;ksvn+...&quot; protocols) on large operations like moving or copy folders kdesvn would ask for a logmessage for each item. This is a behavior of konqueror.
-When this option is set, the KIO implementation from kdesvn will not ask for a logmessage but set a standard logmessage. This flags not the operations from
-kdesvn action menu for konqueror but only copy/move/mkdir/delete made with konqueror or other filemanagers on a KIO-url.
+When making operations on a repository via the tdesvn KIO protocol from within konqueror (eg., &quot;ksvn+...&quot; protocols) on large operations like moving or copy folders tdesvn would ask for a logmessage for each item. This is a behavior of konqueror.
+When this option is set, the KIO implementation from tdesvn will not ask for a logmessage but set a standard logmessage. This flags not the operations from
+tdesvn action menu for konqueror but only copy/move/mkdir/delete made with konqueror or other filemanagers on a KIO-url.
</para></listitem>
</varlistentry>
<varlistentry>
<term>Standard message</term>
<listitem><para>
-The message kdesvn-kio should set on operations from within konqueror when the flag above is set. Default is &quot;Revision made with kdesvn KIO.&quot;
+The message tdesvn-kio should set on operations from within konqueror when the flag above is set. Default is &quot;Revision made with tdesvn KIO.&quot;
</para></listitem>
</varlistentry>
@@ -1664,8 +1664,8 @@ Also include any keys that have a special function but have no equivalent in the
menus or toolbars. This may not be necessary for small apps or apps with no tool
or menu bars. -->
-<sect1 id="kdesvn-mainwindow">
-<title>The main &kdesvn; window</title>
+<sect1 id="tdesvn-mainwindow">
+<title>The main &tdesvn; window</title>
<sect2>
<title>The File Menu</title>
@@ -1701,7 +1701,7 @@ or menu bars. -->
<guimenu>File</guimenu>
<guimenuitem>Quit</guimenuitem>
</menuchoice></term>
-<listitem><para><action>Quits</action> &kdesvn;</para></listitem>
+<listitem><para><action>Quits</action> &tdesvn;</para></listitem>
</varlistentry>
</variablelist>
</para>
@@ -1712,7 +1712,7 @@ or menu bars. -->
see konqueror help
</para>
</sect2>
-<sect2 id="kdesvn-subversion-menu">
+<sect2 id="tdesvn-subversion-menu">
<title>The <guimenu>Subversion</guimenu> Menu</title>
<variablelist>
@@ -2015,7 +2015,7 @@ last state the working copy was updated to, not against the version in repositor
<title>The <guimenu>Help</guimenu> Menu</title>
<!-- Assuming you have a standard help menu (help, what's this, about -->
-<!-- &kdesvn;, about KDE) then the documentation is already written. -->
+<!-- &tdesvn;, about KDE) then the documentation is already written. -->
<!-- The following entity is valid anywhere that a variablelist is -->
<!-- valid. -->
@@ -2023,7 +2023,7 @@ last state the working copy was updated to, not against the version in repositor
</sect2>
-<sect2 id="kdesvn-svntoolbar">
+<sect2 id="tdesvn-svntoolbar">
<title>The subversion toolbar</title>
<variablelist>
<varlistentry>
@@ -2069,42 +2069,42 @@ authenticate. This may you fix when you store your local public identity to the
repository. If your public identity has a password, ssh-agent will asked (when ssh-agent is installed).
</para>
<para>
-When you're running a ssh-agent before starting &kdesvn;, you should add your identity to its cache, &kdesvn; will not
+When you're running a ssh-agent before starting &tdesvn;, you should add your identity to its cache, &tdesvn; will not
modifiy it due security reasons, so it would ask for your password again and again. (see <ulink url="man:ssh-add">Manpage of ssh-add</ulink>)
</para>
</answer>
</qandaentry>
<qandaentry>
<question>
-<para>The password prompt for (k)svn+ssh comes on terminal when kdesvn started from there, how do I switch off this?</para>
+<para>The password prompt for (k)svn+ssh comes on terminal when tdesvn started from there, how do I switch off this?</para>
</question>
<answer>
<para>
It may not switched off. This is a feature of ssh-agent itself, when it see it has a terminal it asks for password in terminal not
-in a X-Dialog like kdesvnaskpass. (see <ulink url="man:ssh-add">Manpage of ssh-add</ulink>).
+in a X-Dialog like tdesvnaskpass. (see <ulink url="man:ssh-add">Manpage of ssh-add</ulink>).
</para>
</answer>
</qandaentry>
<qandaentry>
<question>
-<para>When checking for updates kdesvn doesn't display something but I know there are newer items!</para>
+<para>When checking for updates tdesvn doesn't display something but I know there are newer items!</para>
</question>
<answer>
<para>
Updates may only displayed when the remote server is subversion 1.2, too. Eg., seems that repository runs with
-subversion &lt;1.2. It is not planned that &kdesvn; do that check recursive itself - this makes no sense. Ask for upgrading
+subversion &lt;1.2. It is not planned that &tdesvn; do that check recursive itself - this makes no sense. Ask for upgrading
repository to newer subversion.
</para>
</answer>
</qandaentry>
<qandaentry>
<question>
-<para>When starting kdesvn it sends a dialog &quot;Could not find our part&quot; and shows an empty window, why?</para>
+<para>When starting tdesvn it sends a dialog &quot;Could not find our part&quot; and shows an empty window, why?</para>
</question>
<answer>
<para>
There are many reasons why the program couldn't load. This mostly happens when you building subversion-libs yourself. In that case you may
-check out <ulink url="http://kdesvn.alwins-world.de/ticket/128">issue entry</ulink>.
+check out <ulink url="http://tdesvn.alwins-world.de/ticket/128">issue entry</ulink>.
</para>
<para>
The next big thing could that you forgot to give a libsuffix on 64-Bit systems at compile-time. So the part will installed in <prompt>$PREFIX/lib</prompt> instead of <prompt>$PREFIX/lib64</prompt>. So give <prompt>-DLIB_SUFFIX=64</prompt> as paramter to cmake.
@@ -2112,7 +2112,7 @@ The next big thing could that you forgot to give a libsuffix on 64-Bit systems a
<para>If this does not solve your problem, you may try out on a console:
<programlisting>
export LD_PRELOAD=/usr/lib/trinity/libtdesvnpart.so
- kdesvn
+ tdesvn
unset LD_PRELOAD
</programlisting>
(/usr/lib/trinity depends of course on your system, please check where it is installed)
@@ -2199,7 +2199,7 @@ Appending a specific revision to an url will always made via &quot;?rev=&lt;revi
<sect1>
<title>Reporting bugs / Feedback</title>
<para>
-Bugreports and wishes may send to <email>kdesvn-bugs@alwins-world.de</email>, questions about usage or any other feedback to <email>kdesvn@alwins-world.de</email>.
+Bugreports and wishes may send to <email>tdesvn-bugs@alwins-world.de</email>, questions about usage or any other feedback to <email>tdesvn@alwins-world.de</email>.
</para>
<para>
An overview for the mailinglists for &kappname; you may get in the <ulink url="http://lists.alwins-world.de/mailman/listinfo">mailinglist overview</ulink>.
@@ -2212,7 +2212,7 @@ the credits with a reference to the appropriate license file included in the KDE
distribution. -->
<title>Credits and License and Thanks</title>
<para>
-Program copyright 2005-2006 Rajko Albrecht <email>kdesvn@alwins-world.de</email>
+Program copyright 2005-2006 Rajko Albrecht <email>tdesvn@alwins-world.de</email>
</para>
<para>
Many tnx to contributors:
@@ -2227,10 +2227,10 @@ Many tnx to contributors:
And tnx to all other translators (I never thought that I get that fast such a lot of translations!) and for all of your positive and negative feedback. It helped a lot.
</para>
<para>
-If you want your own translation for &kappname; and may want help please read on the homepage of &kappname; or ask on <ulink url="mailto:kdesvn-i10n@alwins-world.de"><email>kdesvn-i10n@alwins-world.de</email> mailinglist</ulink>.
+If you want your own translation for &kappname; and may want help please read on the homepage of &kappname; or ask on <ulink url="mailto:tdesvn-i10n@alwins-world.de"><email>tdesvn-i10n@alwins-world.de</email> mailinglist</ulink>.
</para>
<para>
-Documentation copyright 2005-2006 Rajko Albrecht <email>kdesvn@alwins-world.de</email>
+Documentation copyright 2005-2006 Rajko Albrecht <email>tdesvn@alwins-world.de</email>
</para>
<!-- TRANS:CREDIT_FOR_TRANSLATORS -->
@@ -2252,22 +2252,22 @@ Documentation copyright 2005-2006 Rajko Albrecht <email>kdesvn@alwins-world.de</
<appendix id="installation">
<title>Installation</title>
-<sect1 id="getting-kdesvn">
-<title>How to obtain &kdesvn;</title>
+<sect1 id="getting-tdesvn">
+<title>How to obtain &tdesvn;</title>
<!-- This first entity contains boiler plate for applications that are
part of KDE CVS. You should remove it if you are releasing your
application -->
<para>
-&kdesvn; itself can be found
-at <ulink url="http://kdesvn.alwins-world.de/trac.fcgi/downloads/">
-the &kdesvn; download area</ulink>.
+&tdesvn; itself can be found
+at <ulink url="http://tdesvn.alwins-world.de/trac.fcgi/downloads/">
+the &tdesvn; download area</ulink>.
</para>
<para>
-You may get <ulink url="http://kdesvn.alwins-world.de/trac.fcgi/browser/trunk">latest repository version</ulink> when looking whats going on.
+You may get <ulink url="http://tdesvn.alwins-world.de/trac.fcgi/browser/trunk">latest repository version</ulink> when looking whats going on.
</para>
<para>
-The homepage of that project is <ulink url="http://kdesvn.alwins-world.de/">http://kdesvn.alwins-world.de/</ulink>
+The homepage of that project is <ulink url="http://tdesvn.alwins-world.de/">http://tdesvn.alwins-world.de/</ulink>
</para>
</sect1>
@@ -2277,7 +2277,7 @@ The homepage of that project is <ulink url="http://kdesvn.alwins-world.de/">http
<!--
List any special requirements for your application here. This should include:
.Libraries or other software that is not included in tdesupport,
-kdelibs, or kdebase.
+tdelibs, or tdebase.
.Hardware requirements like amount of RAM, disk space, graphics card
capabilities, screen resolution, special expansion cards, etc.
.Operating systems the app will run on. If your app is designed only for a
@@ -2297,7 +2297,7 @@ distributor should have packages for your system and/or distribution.
or the ChangeLog file, or ... -->
<para>
You can find a list of changes at <ulink
-url="http://kdesvn.alwins-world.de/trac.fcgi/browser/trunk/ChangeLog">http://kdesvn.alwins-world.de/browser/trunk/ChangeLog</ulink>.
+url="http://tdesvn.alwins-world.de/trac.fcgi/browser/trunk/ChangeLog">http://tdesvn.alwins-world.de/browser/trunk/ChangeLog</ulink>.
</para>
</sect1>