Vertaling van "start-commit" in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
The start-commit hook is run before the commit transaction is even created.
Der Hook start-commit wird ausgeführt, bevor überhaupt eine Übergabetransaktion erzeugt wird.
After successful execution of the start-commit hook, the log message is read back, giving the hook a chance to modify it.
Nach erfolgreicher Ausführung der start-commit Aktion, wird die Logmeldung zurückgelesen, so dass die Aktion die Meldung zwischendurch modifizieren kann.
To actually install a working hook, you need only place some executable program or script into the repos/hooks directory which can be executed as the name (like start-commit or post-commit) of the hook.
Um einen funktionierenden Hook zu installieren, brauchen Sie nur ein ausführbares Programm oder Script im Verzeichnis repos/hooks abzulegen, das unter dem Namen des Hooks (etwa start-commit oder post-commit) gestartet werden kann.
Description The start-commit hook is run before the commit transaction is even created.
Beschreibung Der Hook start-commit wird ausgeführt, bevor überhaupt eine Übergabetransaktion erzeugt wird.
This was changed in Subversion 1.8, though, to allow implementations of the start-commit hook access to the transaction's properties, which can include (among other things) the revision log associated with the commit.
In Subversion 1.8 wurde das jedoch geändert, um Implementierungen des Hooks start-commit Zugriff auf die Eigenschaften der Transaktion zu ermöglichen, die (neben anderen Dingen) das zu der Übergabe gehörige Revisionsprotokoll beinhalten können.
Name start-commit - Notification of the beginning of a commit.
We'll learn more about hook scripts in the next chapter; see the section called "Implementing Repository Hooks" and start-commit for details.
Wir werden mehr über Hook-Skripte im nächsten Kapitel erfahren; siehe „Erstellen von Projektarchiv-Hooks" und start-commit für Details.
On a Windows system, the program would be installed in the same location, but would be named START-COMMIT.EXE or START-COMMIT.BAT instead of simply start-commit.
Auf einem Windows-System würde das Programm am gleichen Ort installiert, allerdings unter dem Namen START-COMMIT.EXE oder START-COMMIT.BAT statt einfach start-commit.
Each hook has its own parameters which are passed in the following order: Start-commit
Jedes Aktionsskript hat seine eigenen Parameter, die in der folgenden Reihenfolge übergeben werden
start-commit hook to sample svnserve launchd job definition
The easy way to do this is by inspecting the "capabilities" parameter in the start-commit hook script.
You can inspect these properties using the same tools with which you'd inspect other unversioned properties set on commit transactions during the timeframe between which the start-commit and pre-commit repository hook scripts would operate.
Sie können diese Eigenschaften mit denselben Werkzeugen untersuchen, mit denen Sie andere bei Übertragungs-Transaktionen im Zeitraum zwischen dem Aufruf der start-commit und pre-commit Hooks gesetzte unversionierte Eigenschaften untersuchen würden.
Example 5.2, "start-commit hook to require merge tracking support" provides an example of a start-commit script which does precisely this.