Configuration Dialog

This is the Agent SVN Configuration dialog:

Project Configuration

This dialog is generally accessed from within the IDE itself, but it can also be accessed using the Windows Start, Programs, Agent SVN, Agent SVN Configuration menu, or by using the Agent SVN icon found on the desktop.

The configuration dialog is used to define the following SVN details:


General Options


Status Options

These options determine how Agent SVN deals with requests for Subversion file status. The defaults are to always update the status and to use an internal status cache to help with performance.


External Difference Options

Use the Command Line entry field to define the third party tool to be used by the difference command.

The command line must contain the $f1, $f2 tags, as these represent the files being compared. It may also contain the optional $v1, $v2 tags that represent the actual versions of the files being compared.

Here are some examples of typical command lines for some of the more common difference tools:

    https://winmerge.org/
    "C:\Program Files\WinMerge\WinMergeU.exe" /dl $v1 /dr $v2 $f1 $f2

    https://www.sourcegear.com/diffmerge/
    "C:\Program Files\SourceGear\DiffMerge\DiffMerge.exe" $f1 $f2

    https://www.grigsoft.com/download-windiff.htm
    "WinDiff.exe" $f1 $f2


Trunk Import Options

These options determine which style of Subversion trunk folder you wish to use.


Subversion Repository Details

These options define the AUX Path, which is used as an input into the project binding process and basically defines the location of the Subversion repository.


Important Buttons


Latest Version: Agent SVN 2.76
Released: 30th January 2024