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

Re: [TSVN] tsvn settings deployement

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2005-09-11 10:17:37 CEST

Julien TOUCHE wrote:

> is there is a way to deploy tsvn clients settings on multiple computer ?
> (for example, network settings or Diff Viewer by extension, no check for
> new versions)
>
> or the only way is per user basis, C:\Documents and
> Settings\%USERNAME%\Application Data\Subversion\config ?
>
> registry settings with HKEY_LOCAL_MACHINE ?

Not HKEY_LOCAL_MACHINE (you're talking about per-user settings here),
but HKEY_CURRENT_USER.

You can export the whole user settings with this command:

regedt32 /e d:\tsvn_usersettings.reg HKEY_CURRENT_USER\Software\TortoiseSVN

this will create a file tsvn_usersettings.reg which contains every key
under HKCU\Software\TortoiseSVN.

Before you then pass that file on to other users, you should edit that
file with e.g. notepad and remove those settings which you don't want to
pass on (e.g. URL history, log message history, ...).

Then, on your other users machines, just doubleclick on that reg file
and they'll have the right settings.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sun Sep 11 10:17:52 2005

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

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