What is the translation of " SVNSERVE " in German?

Examples of using Svnserve in English and their translations into German

{-}
  • Colloquial category close
  • Official category close
  • Ecclesiastic category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Political category close
  • Computer category close
  • Programming category close
  • Official/political category close
  • Political category close
For now, the[general] section of svnserve.
Zu Beginn enthält der Abschnitt[general] in der Datei svnserve.
Inetd, svnserve via inetd internationalization, Subversion's Use of Locales.
Inetd, svnserve über inetd starten Internationalisierung, Wie Subversion Locales verwendet.
For many teams,the built-in CRAM-MD5 authentication is all they need from svnserve.
Die meisten Teams benötigen lediglich die eingebaute CRAM-MD5 Authentifikation von svnserve.
Note that this feature is only available if svnserve was built with support for the feature.
Beachten Sie, dass diese Funktionalität nur verfügbar ist, falls dessen Unterstützung in svnserve eingebaut wurde.
Svn:// Unauthenticated TCP/IP accessvia custom protocol to a svnserve server.
Svn:// Nicht authentifizierter TCP/IPZugriff mittels eigenem Protokoll auf einen svnserve Server.
Note that this is not the svnserve. conf file that lives within a repository!
Beachten Sie, dass es sich hierbei nicht um die Datei svnserve. conf handelt, die innerhalb eines Projektarchivs liegt!
Root(-r) ROOT Sets the virtual root for repositories served by svnserve.
Root(-r) ROOT Stellt das virtuelle Wurzelverzeichnis für Projektarchive ein, die von svnserve bedient werden.
You must run commands, such as svn, svnserve, svnlook, and svnadmin under"umask 002" to ensure group access.
Sie müssen Befehle wie svn, svnserve, svnlook und svnadmin unter"umask 002" ausführen, um den Gruppenzugriff sicherzustellen.
Svnserve as daemon svnserve via inetd svnserve over a tunnel svnserve as Windows service.
Svnserve als Unix-Dienst svnserve über inetd starten svnserve über einen Tunnel svnserve als Dienst unter Windows.
In the following sections, we will refer to the svnserve configuration file by its canonical name, svnserve. conf.
Anmerkung In den folgenden Abschnitten beziehen wir uns auf die Konfigurations-Datei von svnserve unter deren kanonischen Namen svnserve. conf.
Svnadmin recover/var/svn/repos svn: Failed to get exclusive repository access;perhaps another process such as httpd, svnserve or svn has it open?
Svnadmin recover /var/svn/repos svn: Konnte keinen exklusiven Zugriff auf das Projektarchiv erlangenVielleicht hat noch ein anderer Prozess(httpd, svnserve, svn) das Projektarchiv geöffnet?
If you know which user(s) svnserve will run as, restrict read access to the users file as necessary.
Falls Sie wissen, unter welchem Konto svnserve laufen wird, sollten Sie den Lesezugriff zur Anwenderdatei auf das Notwendige beschränken.
Regardless of the access method,once the client has selected a repository by transmitting its URL, svnserve reads a file named conf/svnserve.
Egal, welches Zugriffsverfahren verwendet wird:sobald der Client ein Projektarchiv ausgewählt hat, indem er dessen URL überträgt, liest svnserve eine Datei namens conf/svnserve.
This deployment option for svnserve differs quite a bit in features from a traditional svnserve deployment.
Diese Option zum Einsatz von svnserve unterscheidet sich erheblich von der traditionellen Nutzung von svnserve.
Unless you specify an absolute path,the file's location is interpreted as relative to the directory containing the svnserve. conf configuration file.
Falls Sie keinen absoluten Pfad angeben,wird der Ort der Datei relativ zu dem Verzeichnis interpretiert, in dem sich die Konfigurations-Datei svnserve. conf befindet.
If you're using svnserve, you need to make the authz-db variable(within svnserve. conf) point to your access rules file.
Falls Sie svnserve verwenden, müssen Sie dafür sorgen, dass die Variable authz-db(in svnserve. conf) auf Ihre Zugriffsregeldatei zeigt.
Unless the--config-file option was specified on the command line, once the client has selected arepository by transmitting its URL, svnserve reads a file named conf/svnserve.
Sofern die Option--config-file nicht auf der Kommandozeile angegeben war,liest svnserve, sobald der Client ein Projektarchiv ausgewählt hat, indem er dessen URL überträgt, eine Datei namens conf/svnserve.
Even though this scenario still uses svnserve, it differs quite a bit in features from a traditional svnserve deployment.
Auch wenn in diesem Fall weiterhin svnserve verwendet wird,so unterscheidet sich die Funktionalität ziemlich von der normalen Nutzung von svnserve.
Svnserve as daemon svnserve via inetd svnserve over a tunnel svnserve as a Windows service svnserve as a launchd job.
Svnserve als Unix-Dienst svnserve über inetd starten svnserve über einen Tunnel svnserve als ein Dienst unter Windows svnserve als ein launchd-Job.
To instead use a single configuration file whose values apply to all repositoriesserved via an instance of svnserve, use the--config-file option when starting your server.
Um stattdessen eine einzelne Konfigurations-Datei zu verwenden, deren Werte für alle Projektarchive gelten,die von einer Instanz von svnserve bedient werden, verwenden Sie beim Start Ihres Servers die Option--config-file.
So, if you find yourself typing svnserve--tunnel on the command line and wondering what to do next, see the section called"Tunneling over SSH.
Falls Sie sich einmal dabei erwischen,auf der Kommandozeile svnserve--tunnel zu tippen und sich fragen, was als nächstes zu tun ist, siehe"Tunneln über SSH.
So while a Berkeley DB repository is quite fast and scalable, it's best used by a single server process running as oneuser-such as Apache's httpd or svnserve(see Chapter 6, Server Configuration)-rather than accessing it as many different users via file:// or svn+ssh:// URLs.
Während ein Berkeley-DB-Projektarchiv ziemlich schnell und skalierbar ist, wird es am besten von einem einzelnen Server-Prozess unter einer Benutzerkennung verwendet-so wie Apaches httpd oder svnserve(siehe Kapitel 6, Die Administration eines Subversion-Servers)- statt darauf mit mehreren Benutzern über file:// oder svn+ssh:// URLs zuzugreifen.
Pid-file FILENAME Causes svnserve to write its process ID to FILENAME, which must be writable by the user under which svnserve is running.
Pid-file FILENAME Veranlasst svnserve, seine Prozess-ID in die Datei FILENAME zu schreiben, die schreibbar sein muss für die Benutzerkennung unter der svnserve läuft.
Charged with marshaling data between the client libraries and the repository, this layer includes the libsvn_ra module loader library, the RA modules themselves(which currently includes libsvn ra dav, libsvn ra local, libsvn ra serf, and libsvn_ra_svn), and any additional libraries needed by one or more of those RA modulessuch as the mod_dav_svn Apache module or libsvn_ra_svn's server, svnserve.
Ihre Aufgabe ist das Umherschaufeln von Daten zwischen den Client-Bibliotheken und dem Projektarchiv. Diese Schicht umfasst die Bibliothek libsvn_ra zum Laden von Modulen, die eigentlichen RA-Module(momentan libsvn_ra_neon, libsvn_ra_local, libsvn_ra_serf und libsvn_ra_svn) und alle zusätzlichen Bibliotheken, die von einer oder mehreren dieser RA-Module benötigt werden so wiedas Apache-Modul mod_dav_svn oder svnserve, der Server von libsvn_ra_svn.
Log-file FILENAME Instructs svnserve to create(if necessary) and use the file located at FILENAME for Subversion operational log output of the same sort that mod_dav_svn generates.
Log-file FILENAME Veranlasst svnserve die Datei FILENAME(falls nötig) anzulegen und für die operative Protokollausgaben von Subversion nach Art von mod_dav_svn zu verwenden.
Your users need to use a sane umask when accessing the repository, so make sure svnserve(/usr/bin/svnserve, or wherever it lives in$PATH) is actually a wrapper scriptthat runs umask 002 and executes the real svnserve binary.
Ihre Anwender benötigen eine sinnvolle umask, wenn sie auf das Projektarchiv zugreifen. Also sollten sie sicherstellen, dass svnserve(/usr/bin/svnserve oder wo es sonst im $PATH liegt) tatsächlich ein Wrapper-Skript ist,dass umask 002 aufruft und dann das eigentliche Programm svnserve startet.
The svnserve program behaves normally(communicating via stdin and stdout) and assumes that the traffic is being automatically redirected over some sort of tunnel back to the client.
Svnserve wird sich nun normal verhalten(Abwicklung der Kommunikation über stdin und stdout) und davon ausgehen, dass alle Daten mit Hilfe des Tunnels zum Client weitergeleitet werden..
Subversion mod_dav_svn and svnserve are vulnerable to a remotely triggerable assertion Denial-of-Service vulnerability for certain requests with dynamically evaluated revision numbers.
Subversion mod_dav_svn und svnserve sind gegenüber einem Denial-of-Service empfindlich, der über das Netzwerk mit bestimmten dynamisch berechneten Nummern von Revisions ausgelöst werden kann.
Svnserve-d$ svnserve is now running, listening on port 3690 When running svnserve in daemon mode, you can use the--listen-port and--listen-host options to customize the exact port and hostname to"bind" to.
Svnserve -d$ svnserve läuft nun als Dienst und lauscht auf Port 3690 Wird svnserve als Dienst betrieben, können Sie mit den Optionen--listen-port und--listen-host festlegen, auf welchem Port und unter welchem Hostnamen er lauschen soll.
To enable high-level logging in svnserve, you need only use the--log-file command-line option when starting the server, passing as the value to the option the file to which svnserve should write its log output.
Um dieses hohe Protokollierungsniveau in svnserve zu ermöglichen, brauchen Sie nur beim Start des Servers die Befehlszeilen-Option--log-file zu verwenden, deren Wert der Name der Datei ist, in die svnserve seine Protokollausgaben schreibt.
Results: 60, Time: 0.0259

Top dictionary queries

English - German