Online Help
SVNBreeze
Connect to Server
Import Working Copy
Check-out New Working Copy
Update
Resolve Conflicts
View Changes
Check-in Changes
Branch
Merge
Options
SVN
Terms
Options
Phrase Set
This option allows you to select your preferred "phrases" to use in the application.
For example, SVN or TFS.
NOTE: This feature is not available in the free version
Theme
This option allows you to select your preferred UI theme.
Commit Comments History
This option allows you to specify the number of commit comments to remember.
Check server repository for updates
This option enables a query to the server repository every time you browse a folder.
In doing so you will see any missing items which you can "update".
NOTE: This will slow down navigating folders as each folder click will send a request to the server.
Check for application update on start up
This option allows you to select whether you would like the application to check for update when the application starts. If an update is available then you will be notified.
Use large icons in toolbar
This option allows you to show all the icons in the toolbar as large and with text. With the option disabled only small icons will be shown.
Diff Tool
Browse or enter a path to your diff tool, including the exectuable name too. In the argument box you must enter the the arguments for the diff tool you have but "%1" will be the destination file (e.g. your local file) and "%2" will be the original file (e.g. server file). In most cases these argument will require quotes around them if they contain spaces. They will also need to be in the order as expected by the diff tool. But in most cases you will need to enter:
"%1" "%2"
Merge Tool
Browse or enter a path to your merge tool, including the exectuable name too. In the argument box you must enter the the arguments for the merge tool you have but "%1" will be the server file, "%2" will be your local file, and "%3" will be the destination/merged file. In most cases these argument will require quotes around them if they contain spaces. They will also need to be in the order as expected by the merge tool. But in most cases you will need to enter:
"%1" "%3" "%2"
Ignore Lists
You can specify here file extensions, file names, and folder names of any item you would like ot ignore when adding items to the repository / working copy.