Commit dialog
The dialog you most likely will be using the most is the commit dialog. Whenever you commit your changes, you will use that dialog. That's why we made that dialog very powerful, with a lot of features which help you write log messages and discover local changes.
Powerful commit dialog
- integrated spell checker for log messages. You can download the spellchecker modules separately. And with the tsvn:projectlanguage property, you can even set a different language for the spellchecker for every project.

- auto completion of paths and keywords of the modified files.

- text formatting with special chars. For example, text in between '*' chars is made *bold*, text in between '^' chars is made ^italic^, and text in between '_' chars is _underlined_.

- right-clicking on any file entry will show a context menu where you can execute commands like revert, diff with BASE, set properties in case you forgot to before, and many more.
- A doubleclick on a modified file will open the diff program, so you can immediately see what you have changed in every file you want to commit.
All Subversion protocols are supported
- http://
- https://
- svn://
- svn+ssh://
- file:///
- svn+XXX://