Browsing French translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and French guidelines.
432441 of 2030 results
432.
Access via WebDAV protocol (http://)
Accès par le protocole WebDAV (http://)
Translated by Claude Paroz
Reviewed by Bruno
Located in serverguide/C/vcs.xml:205(title)
433.
To access the Subversion repository via WebDAV protocol, you must configure your Apache 2 web server. You must add the following snippet in your <filename>/etc/apache2/apache2.conf</filename> file:
Pour accéder au dépôt Subversion en utilisant le protocole WebDAV, vous devez configurer votre serveur Web Apache 2. Vous devez ajouter les fragments de code suivants dans votre fichier <filename>/etc/apache2/apache2.conf</filename>[nbsp]:
Translated and reviewed by Bruno
434.
&lt;Location /svn&gt;
DAV svn
SVNPath /path/to/repos
AuthType Basic
AuthName "Your repository name"
AuthUserFile /etc/subversion/passwd
&lt;LimitExcept GET PROPFIND OPTIONS REPORT&gt;
Require valid-user
&lt;/LimitExcept&gt;
&lt;/Location&gt;
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
&lt;Location /svn&gt;
DAV svn
SVNPath /chemin/vers/dépôt
AuthType Basic
AuthName "Nom du dépôt"
AuthUserFile /etc/subversion/passwd
&lt;LimitExcept GET PROPFIND OPTIONS REPORT&gt;
Require valid-user
&lt;/LimitExcept&gt;
&lt;/Location&gt;
Translated by Bruno
Located in ../generic/serverguide/C/vcs.xml:212(programlisting)
435.
To import or commit files to your Subversion repository over HTTP, the repository should be owned by the HTTP user. In Ubuntu systems, normally the HTTP user is <command>www-data</command>. To change the ownership of the repository files enter the following command from terminal prompt:
Pour importer ou renvoyer des fichiers vers votre dépôt SVN via HTTP, le dépôt doit appartenir à l'utilisateur HTTP. Sur les systèmes Ubuntu, normalement l'utilisateur HTTP est <command>www-data</command>. Pour changer le propriétaire des fichiers du dépôt, saisissez ce qui suit dans un terminal[nbsp]:
Translated and reviewed by Bruno
Located in serverguide/C/vcs.xml:229(para)
436.
sudo chown -R www-data:www-data /path/to/repos
sudo chown -R www-data:www-data /chemin/vers/dépôt
Translated and reviewed by Bruno
Located in serverguide/C/vcs.xml:238(command)
437.
By changing the ownership of repository as <command>www-data</command> you will not be able to import or commit files into the repository by running <command>svn import file:///</command> command as any user other than <command>www-data</command>.
Si vous modifiez le propriétaire du dépôt en <command>www-data</command> vous ne pourrez plus importer ou renvoyer des fichiers dans le dépôt en exécutant la commande <command>svn import file:///</command> en tant qu'utilisateur différent de <command>www-data</command>.
Translated and reviewed by Bruno
Located in serverguide/C/vcs.xml:241(para)
438.
Next, you must create the <filename>/etc/subversion/passwd</filename> file. This file contains user authentication details. To add an entry, i.e. to add a user, you can run the following command from a terminal prompt:
Ensuite, vous devez créer le fichier <filename>/etc/subversion/passwd</filename>. Ce fichier contient les informations d'authentification des utilisateurs. Pour ajouter une entrée, par exemple ajouter un utilisateur, vous pouvez exécuter la commande suivante dans un terminal[nbsp]:
Translated by Bruno
Located in serverguide/C/vcs.xml:245(para)
439.
sudo htpasswd -c /etc/subversion/passwd user_name
sudo htpasswd -c /etc/subversion/passwd nom_utilisateur
Translated by madden
Reviewed by Bruno
Located in serverguide/C/vcs.xml:256(command)
440.
This command will prompt you to enter the password. Once you enter the password, the user is added. Now, to access the repository you can run the following command:
Cette commande vous demande de saisir le mot de passe. Une fois le mot de passe saisi, l'utilisateur est ajouté. Dès lors, pour accéder au dépôt, vous pouvez utiliser la commande suivante[nbsp]:
Translated and reviewed by Bruno
Located in serverguide/C/vcs.xml:268(para)
441.
svn co http://servername/svn
svn co http://nomduserveur/svn
Translated and reviewed by David Bertho
Located in serverguide/C/vcs.xml:269(command)
432441 of 2030 results

This translation is managed by Ubuntu French Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: 65GYgzf, Alain Lebret, Alban CLERGEOT, AlbinOz, Alexandre Franke, Alexandre Imache, Anis CHEBBI, Arnaud Soyez, Aurélien Luciani, Bertrand JUGLAS, Bruno, CarZ, Christophe Painchaud, Claude Paroz, Colin GILLE, Coster David, DI RUSCIO Fernand, Damien Deroussen, Damien H, David Bertho, Denis Bisaro, Denis Choveaux, Didier Roche-Tolomelli, Donk, Emmanuel Sunyer, Etienne Malandain, Fabián Rodríguez, Fabrice Coutadeur, Florian Neyret, Frank Bob, Fred Saunier, Ghimli, Gilles Accad, Gougnaf, GroNox, Guillaume Damiens, Gwi, Huygens, James Dupin, Jean Champémont, Jean-Luc Villoué, Jean-Philippe, Jerome CK, Joanna Tordjeman, Jonathan Clarke, Jérémie Corbier, KHALIFA Yanis, Knah Tsaeb, Laurent RICHARD, Lionel Porcheron, Loic Treyvaud, Louis DEMAY, ManuPeng, Marc Auer, Mathieu Goeminne, Mathieu Trudel-Lapierre, Matthieu CHAUVEAU, Michel, Mika, NSV, Nebaff, Nicolas Borboën, Nicolas DERIVE, Nicolas Michel, Nicolas Réau, Olivier, Onra, Pascal, Pascal Corpet, Pascal Havet, Paul Darby, Philippe Piquer, Pierre Buard, Pierre Slamich, Pierrick Vandenbroucke, Psykocrash, Rafik Elouerchefani, Removed by request, Rodolphe Ortalo, Stéphane V, Surfoo, Sylvain Doctrinal, Sylvain Lasnier, Sébastien GRIPON, T0m-S, TaZmaniak, Valentin Rocher, Vincent Esposito, Vincent Labreche, Will Hunting, X, Xavier Verne, Yann Dìnendal, Yves MATHIEU, baptiste, blob, bruno, ivan, kos!, lann, madden, olivier perrin, pouchat, prunier charly, sam101, seb35690, sun-wukong, thebachman, tomestla, vouzico.