[svnbook] r3740 committed - * trunk/scr/fr/book/ch09-reference.xml...

svnbook at googlecode.com svnbook at googlecode.com
Sun Jun 13 16:36:36 CDT 2010


Revision: 3740
Author: christophe.nanteuil
Date: Sun Jun 13 14:35:20 2010
Log: * trunk/scr/fr/book/ch09-reference.xml
    - translation of svnserve section

http://code.google.com/p/svnbook/source/detail?r=3740

Modified:
  /trunk/src/fr/book/ch09-reference.xml

=======================================
--- /trunk/src/fr/book/ch09-reference.xml	Sat Jun  5 15:10:44 2010
+++ /trunk/src/fr/book/ch09-reference.xml	Sun Jun 13 14:35:20 2010
@@ -6490,12 +6490,12 @@
          </refnamediv>
          <refsect1>
            <title>Synopsis</title>
-          <programlisting>svnadmin setrevprop REPOS_PATH -r REVISION NAME  
FICHIER</programlisting>
+          <programlisting>svnadmin setrevprop REPOS_PATH -r REVISION NOM  
FICHIER</programlisting>
          </refsect1>
          <refsect1>
            <title>Description</title>

-            <para>Set the property <replaceable>NAME</replaceable> on
+            <para>Set the property <replaceable>NOM</replaceable> on
                revision <replaceable>REVISION</replaceable> to the
                contents of <replaceable>FICHIER</replaceable>. Use
                <option>--use-pre-revprop-change-hook</option>
@@ -7831,7 +7831,7 @@

          <varlistentry>
            <term><option>--source-username</option>
-            <replaceable>NAME</replaceable></term>
+            <replaceable>NOM</replaceable></term>
            <listitem>
              <para>Specifies the username for the Subversion server
                from which you are syncing.  If not provided, or if
@@ -7853,7 +7853,7 @@

          <varlistentry>
            <term><option>--sync-username</option>
-            <replaceable>NAME</replaceable></term>
+            <replaceable>NOM</replaceable></term>
            <listitem>
              <para>Specifies the username for the Subversion server to
                which you are syncing.  If not provided, or if
@@ -8155,176 +8155,186 @@

      <title>svnserve</title>

-    <para><command>svnserve</command> allows access to Subversion
-      repositories using Subversion's custom network protocol.</para>
-
-    <para>You can run <command>svnserve</command> as a standalone
-      server process (for clients that are using the
-      <literal>svn://</literal> access method); you can have a daemon
-      such as <command>inetd</command> or <command>xinetd</command>
-      launch it for you on demand (also for
-      <literal>svn://</literal>), or you can have
-      <command>sshd</command> launch it on demand for the
-      <literal>svn+ssh://</literal> access method.</para>
-
-    <para>Regardless of the access method, once the client has
-      selected a repository by transmitting its URL,
-      <command>svnserve</command> reads a file named
-      <filename>conf/svnserve.conf</filename> in the repository
-      directory to determine repository-specific settings such as
-      what authentication database to use and what authorization
-      policies to apply.  See <xref
-      linkend="svn.serverconfig.svnserve"/> for details of the
-      <filename>svnserve.conf</filename> file.</para>
+    <para>La commande <command>svnserve</command> permet les accès aux
+      dépôts Subversion en utilisant le protocole réseau sur mesure de
+      Subversion.</para>
+
+    <para>Vous pouvez faire tourner <command>svnserve</command> en tant
+      que serveur autonome (pour les clients qui utilisent la méthode
+      d'accès <literal>svn://</literal>) ; Vous pouvez aussi avoir
+      un démon tel que <command>inetd</command> ou  
<command>xinetd</command>
+      qui le lance pour vous à la demande (encore pour
+      <literal>svn://</literal>) ou vous pouvez avoir
+      <command>sshd</command> qui le lance à la demande pour les clients
+      qui utilisent la méthode d'accès  
<literal>svn+ssh://</literal>.</para>
+
+    <para>Quelle que soit la méthode d'accès, une fois que le client a
+      choisi un dépôt en spécifiant son URL, <command>svnserve</command>
+      lit le fichier <filename>conf/svnserve.conf</filename> dans le
+      répertoire du dépôt pour déterminer les réglages spécifiques au
+      dépôt tels que la base de données d'authentification à utiliser ou
+      quelle politique de contrôle d'accès appliquer. Reportez vous à
+      <xref linkend="svn.serverconfig.svnserve"/> pour les détails
+      relatifs au fichier <filename>svnserve.conf</filename>.</para>

      <!-- ===============================================================  
-->
      <sect2 id="svn.ref.svnserve.sw">
-      <title>svnserve Options</title>
-
-      <para>Unlike the previous commands we've
-        described, <command>svnserve</command> has no
-        subcommands—it is controlled exclusively by
-        options.</para>
+      <title>Options de svnserve</title>
+
+      <para>Au contraire des commandes décrites précédemment,
+        <command>svnserve</command> ne possède pas de sous-commande, il
+        est entièrement contrôlé par les options.</para>

        <variablelist>

          <varlistentry>
            <term><option>--daemon</option> (<option>-d</option>)</term>
            <listitem>
-            <para>Causes <command>svnserve</command> to run in daemon
-              mode.  <command>svnserve</command> backgrounds itself
-              and accepts and serves TCP/IP connections on
-              the <literal>svn</literal> port (3690, by
-              default).</para>
+            <para>Lance <command>svnserve</command> en mode démon.
+              <command>svnserve</command> passe en arrière-plan et
+              répond aux connexions TCP/IP sur le port
+              <literal>svn</literal> (3690 par défaut).</para>
            </listitem>
          </varlistentry>

          <varlistentry>
            <term><option>--foreground</option></term>
            <listitem>
-            <para>When used together with <option>-d</option>,
-              causes <command>svnserve</command> to stay in the
-              foreground.  This is mainly useful for debugging.</para>
+            <para>Quand elle est utilisée avec l'option
+              <option>-d</option>, indique à <command>svnserve</command>
+              de rester en avant-plan. Cette option est principalement
+              utilisée à des fins de débogage.</para>
            </listitem>
          </varlistentry>

          <varlistentry>
            <term><option>--inetd</option> (<option>-i</option>)</term>
            <listitem>
-            <para>Causes <command>svnserve</command> to use the
-              <filename>stdin</filename> and <filename>stdout</filename>  
file descriptors, as is appropriate for a
-              daemon running out of <command>inetd</command>.</para>
+            <para>Indique à <command>svnserve</command> d'utiliser
+              l'entrée standard (<filename>stdin</filename>) et la
+              sortie standard (<filename>stdout</filename>), comme
+              requis pour une utilisation avec  
<command>inetd</command>.</para>
            </listitem>
          </varlistentry>

          <varlistentry>
            <term><option>--help</option> (<option>-h</option>)</term>
            <listitem>
-            <para>Displays a usage summary and exits.</para>
+            <para>Affiche un court descriptif du programme et sort.</para>
            </listitem>
          </varlistentry>

          <varlistentry>
             
<term><option>--listen-host</option>=<replaceable>HOTE</replaceable></term>
            <listitem>
-            <para>Causes <command>svnserve</command> to listen on the
-              interface specified by <replaceable>HOTE</replaceable>,
-              which may be either a hostname or an IP address.</para>
+            <para>Indique à <command>svnserve</command> d'écouter sur
+              l'interface spécifiée par <replaceable>HOTE</replaceable>,
+              qui peut être soit une adresse IP soit un nom d'hôte.</para>
            </listitem>
          </varlistentry>

          <varlistentry>
            <term><option>--listen-once</option> (<option>-X</option>)</term>
            <listitem>
-            <para>Causes <command>svnserve</command> to accept one
-              connection on the <literal>svn</literal> port, serve it,
-              and exit.  This option is mainly useful for
-              debugging.</para>
+            <para>Indique à <command>svnserve</command> d'accepter une
+              connexion sur le port <literal>svn</literal>, d'y répondre
+              puis de se terminer. Cette option est principalement
+              utilisée à des fins de débogage.</para>
            </listitem>
          </varlistentry>

          <varlistentry>
             
<term><option>--listen-port</option>=<replaceable>PORT</replaceable></term>
            <listitem>
-            <para>Causes <command>svnserve</command> to listen on
-              <replaceable>PORT</replaceable> when run in daemon mode.
-              (FreeBSD daemons listen only on tcp6 by default—this
-              option tells them to also listen on tcp4.)</para>
+            <para>Indique à <command>svnserve</command> d'écouter le
+              port <replaceable>PORT</replaceable> quand il fonctionne
+              en tant que démon (les démons FreeBSD n'écoutent par défaut
+              que sur les adresses IPv6 — Cette option indique
+              d'écouter également sur les adresses IPv4).</para>
            </listitem>
          </varlistentry>

          <varlistentry>
            <term><option>--pid-file  
<replaceable>NOM_FICHIER</replaceable></option></term>
            <listitem>
-            <para>Causes <command>svnserve</command> to write its
-              process ID to <replaceable>NOM_FICHIER</replaceable>, which
-              must be writable by the user under
-              which <command>svnserve</command> is running.</para>
+            <para>Indique à <command>svnserve</command> d'écrire son
+              identifiant de processus dans
+              <replaceable>NOM_FICHIER</replaceable> ; l'utilisateur
+              sous lequel <command>svnserve</command> tourne doit
+              avoir le droit d'écrire dans ce fichier.</para>
            </listitem>
          </varlistentry>

          <varlistentry>
-          <term><option>--root</option>=<replaceable>ROOT</replaceable>
-          (<option>-r</option>=<replaceable>ROOT</replaceable>)</term>
+          <term><option>--root</option>=<replaceable>RACINE</replaceable>
+          (<option>-r</option>=<replaceable>RACINE</replaceable>)</term>
            <listitem>
-            <para>Sets the virtual root for repositories served by
-              <command>svnserve</command>.  The pathname in URLs
-              provided by the client will be interpreted relative to
-              this root and will not be allowed to escape this
-              root.</para>
+            <para>Définit la racine virtuelle pour les dépôts
+              accessibles par <command>svnserve</command>.  Les chemins
+              dans les URL fournies par le client seront interprétés
+              relativement à cette racine et le client ne pourra pas
+              sortir de cette arborescence.</para>
            </listitem>
          </varlistentry>

          <varlistentry>
            <term><option>--threads</option> (<option>-T</option>)</term>
            <listitem>
-            <para>When running in daemon mode, causes
-              <command>svnserve</command> to spawn a thread instead of
-              a process for each connection (e.g., for when running on
-              Windows).  The <command>svnserve</command> process still
-              backgrounds itself at startup time.</para>
+            <para>Quand il fonctionne en mode démon, indique à
+              <command>svnserve</command> de créer un processus léger
+              (<foreignphrase>thread</foreignphrase>) plutôt qu'un
+              nouveau processus pour chaque connexion (par exemple lors
+              d'un fonctionnement sous Windows). Le processus
+              <command>svnserve</command> passe toujours en arrière-plan
+              au démarrage.</para>
            </listitem>
          </varlistentry>

          <varlistentry>
            <term><option>--tunnel</option> (<option>-t</option>)</term>
            <listitem>
-            <para>Causes <command>svnserve</command> to run in tunnel
-              mode, which is just like the <command>inetd</command>
-              mode of operation (both modes serve one connection over
-              <filename>stdin</filename>/<filename>stdout</filename>, and  
then exit), except that the connection
-              is considered to be preauthenticated with the username
-              of the current UID.  This flag is automatically passed
-              for you by the client when running over a tunnel agent
-              such as <command>ssh</command>.  That means there's
-              rarely any need for <emphasis>you</emphasis> to pass
-              this option to <command>svnserve</command>.  So, if you
-              find yourself
-              typing <literal>svnserve --tunnel</literal> on the
-              command line and wondering what to do next, see
+            <para>Indique à <command>svnserve</command> de fonctionner
+              en mode tunnel, qui est le même que le mode de
+              fonctionnement que <command>inetd</command> : les
+              deux modes répondent aux connexions sur l'entrée et la
+              sortie standards  
(<filename>stdin</filename>/<filename>stdout</filename>)
+              puis terminent, sauf que la connexion est considérée comme
+              déjà authentifiée (l'identifiant correspond à l'UID
+              courant). Ce drapeau est passé automatiquement pour vous
+              par le client quand il utilise un tunnel tel que le
+              programme <command>ssh</command>. Cela signifie que vous
+              aurez rarement le besoin de passer cette option
+              <emphasis>vous-même</emphasis> à
+              <command>svnserve</command>.  Aussi, si vous vous
+              surprenez à taper <literal>svnserve --tunnel</literal> sur
+              une ligne de commande et que vous vous demandez quoi faire
+              par la suite, reportez vous à
                <xref linkend="svn.serverconfig.svnserve.sshauth"/>.
                </para>
            </listitem>
          </varlistentry>

          <varlistentry>
-          <term><option>--tunnel-user NAME</option></term>
+          <term><option>--tunnel-user NOM</option></term>
            <listitem>
-            <para>Used in conjunction with the <option>--tunnel</option>
-              option, tells <command>svnserve</command> to assume that
-              <replaceable>NAME</replaceable> is the authenticated
-              user, rather than the UID of the <command>svnserve</command>
-              process.  This is useful for users wishing to share a single
-              system account over SSH, but to maintain separate commit
-              identities.</para>
+            <para>Utilisée en conjonction avec l'option
+              <option>--tunnel</option>, indique à
+              <command>svnserve</command> que
+              <replaceable>NOM</replaceable> est l'utilisateur
+              authentifié, plutôt que l'UID du processus
+              <command>svnserve</command>. Cette option est utile pour
+              les utilisateurs qui souhaitent partager un compte unique
+              pour SSH, mais qui veulent continuer à avoir des identités
+              différentes pour les propagations.</para>
            </listitem>
          </varlistentry>

          <varlistentry>
            <term><option>--version</option></term>
            <listitem>
-            <para>Displays version information and a list of repository
-            backend modules available, and then exits.</para>
+            <para>Affiche les informations de version ainsi que la liste
+            des modules d'accès aux dépôts disponibles, puis se
+            termine.</para>
            </listitem>
          </varlistentry>



More information about the svnbook-dev mailing list