Vertaling van "start-commit" in Engels
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.
Der Hook start-commit wird ausgeführt, bevor überhaupt eine Übergabetransaktion erzeugt wird.
Nach erfolgreicher Ausführung der start-commit Aktion, wird die Logmeldung zurückgelesen, so dass die Aktion die Meldung zwischendurch modifizieren kann.
After successful execution of the start-commit hook, the log message is read back, giving the hook a chance to modify it.
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.
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.
Beschreibung Der Hook start-commit wird ausgeführt, bevor überhaupt eine Übergabetransaktion erzeugt wird.
Description The start-commit hook is run before the commit transaction is even created.
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.
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.
Name start-commit - Ankündigung des Beginns einer Übergabe.
Name start-commit - Notification of the beginning of a commit.
Wir werden mehr über Hook-Skripte im nächsten Kapitel erfahren; siehe „Erstellen von Projektarchiv-Hooks" und start-commit für Details.
We'll learn more about hook scripts in the next chapter; see the section called "Implementing Repository Hooks" and start-commit for details.
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.
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.
Beschreibung Der Hook start-commit wird unmittelbar nach Erstellung der Übergabe-Transaktion mit ihren gesetzten Eigenschaften ausgeführt.
Description The start-commit hook is run immediately after the commit transaction is created and its initial properties set.