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

Re: Automating TSVN Installation

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Thu, 02 Apr 2009 17:53:48 +0200

Gal Aviel wrote:
> Hello All,
>
> I'm trying to automate TSVN installation by dumping selected registry keys
> to file and loading them upon install.
>
> I can't seem to find the registry keys for several options that appear
> in TSVN's (1.4.8) Settings , where can I find them?
>
> - "Icon Overlays" - I want to make sure icon overlays are shown on Network
> Drives, where can I find the reg key for this?

keys for drive types:
Software\\TortoiseSVN\\DriveMaskRemote
Software\\TortoiseSVN\\DriveMaskFixed
Software\\TortoiseSVN\\DriveMaskCDROM
Software\\TortoiseSVN\\DriveMaskRemovable
Software\\TortoiseSVN\\DriveMaskFloppy
Software\\TortoiseSVN\\DriveMaskRAM
Software\\TortoiseSVN\\DriveMaskUnknown"

all under HKCU.

> - "contact repository automatically" for the Check for modifications
> dialog, again what's the reg key for this?

Software\\TortoiseSVN\\CheckRepo under HKCU.

(all are DWORD values, indicating TRUE or FALSE with FALSE being value
of 0, TRUE a value of 1).

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1520605
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].

Received on 2009-04-02 17:54:05 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.