Examples of using Commit dialog in English and their translations into German
{-}
-
Colloquial
-
Official
-
Ecclesiastic
-
Medicine
-
Financial
-
Ecclesiastic
-
Political
-
Computer
-
Programming
-
Official/political
-
Political
Called before the commit dialog is shown.
The commit dialog, and also for the unified diff viewer.
Choose the language to use for spell-checking log messages in the commit dialog.
In TortoiseSVN, the commit dialog uses several Subversion commands.
Note that this is not the rootpath of all items which the user has selected in the commit dialog.
The commit dialog lists the changed files, each with a checkbox.
If you wish to retain the file in its changelist,use the Keep changelists checkbox at the bottom of the commit dialog.
That way they will never show up in the commit dialog, but genuine unversioned source files will still be flagged up.
The commit dialog supports Subversion's changelist feature to help with grouping related files together.
Called after the user clicks OK in the commit dialog, and before the actual commit begins.
You can also add files within a working copy simply by left-dragging and dropping them onto the commit dialog.
The normal behaviour in the commit dialog is for all modified(versioned) items to be selected for commit automatically.
The newMessage return string iscopied into the log message edit box in the commit dialog, replacing whatever is already there.
In the Commit dialog you have the option to paste in the list of changed files, including the status of each file added, modified, etc.
Whenever you commit changes, TortoiseSVN shows your unversioned files,which fills up the file list in the commit dialog.
The commit dialog has a COM interface which allows integration an external program that can talk to your tracker.
To make sure you don't forget to release a lock you don't need any more,locked files are shown in the commit dialog and selected by default.
If an error message is returned,TortoiseSVN shows the error string in a dialog and keeps the commit dialog open so the user can correct whatever is wrong.
When a commit fails for some reason(working copy needs updating, pre-commit hook rejects commit, network error, etc),you can select this option to keep the commit dialog open ready to try again.
If the returned error message contains paths on newline separated lines,those paths will get selected in the commit dialog after the error message is shown.