Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. JAVA_HOME=your JDK location (e.g. C:\Program Files\Java\jdk1.6.0_38)
  2. SVN_SSH=C:
    /bin
    /plink.exe (or your location of plink.exe). Double slashes are important!
  3. PATH: make sure the location of the MIT kerberos binaries is at the front of the path (or at least before the JDK binary folders). This will ensure that Kerberos will find your tickets.
  4. PATH: the following locations should be on the path:
    1. bin directory of your Maven install
    2. bin directory of your SVN install

...

To configure svn to use this SSH config, first set the SVN_SSH environment variable:

No Format
SVN_SSH=C:\\/bin\\/plink.exe

NOTE THE DOUBLE BACKSLASHES!!!

...