[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Installer keeps changing my custom diff script entry

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Tue, 29 Jul 2008 13:35:49 +0200

Christian Hornung wrote:
> Hi,
>
> I have set up a custom diff script for .NET .resources files in my
> TortoiseSVN settings. The entry normally looks like this:
>
> "C:\Programme\TortoiseSVN\Diff-Scripts\diff-resources.cmd" %base %mine
> %bname %yname

you must not put your own scripts into the TSVN installation folder.
That's not a user folder!

> But after every update, this entry is automatically and without notice
> changed to this:
>
> wscript.exe "C:\Programme\TortoiseSVN\Diff-Scripts\diff-resources.cmd"
> %base %mine
>
> which does not work, obviously.
>
> Is this a bug? Or is this function not intended to be used with anything
> other than wscript files?
>
> I would be glad to get some clarification about this issue.

TSVN modifies the registry according to the files which get installed
into its Diff-Scripts folder. Since you put your own diff script there,
TSVN assumes that the file got installed there by the TSVN installer and
creates the registry entry for the diff script itself.

Move your own diff script somewhere else, and you'll be fine.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net

Received on 2008-07-29 13:36:09 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.