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

Re: TortoiseSvn MSI installer and Subversion Config file

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Sat, 10 Nov 2012 09:28:21 +0100

On 08.11.2012 17:07, CHAZAL Julien wrote:
> Hi all,
>
> In my company, we choosed to use TortoiseSvn 1.7.x as Subversion client
> for Windows 7 platform. Then, we have to deploy TortoiseSvn
> installer(msi) on all our workstations (around 2,000 workstations),
> through Group Policies tool (Microsoft).
>
> We also applied a strong Configuration Management process to manage the
> source code of our applications and then we customized the config file
> for Subversion (the file stored in %appdata%\Subversion). So we have our
> own Config file for Subversion that we must deploy on all our Win7
> workstations.
>
> I performed some tests to deploy the TortoiseSvn MSI that you provide in
> Sourceforce. It works fine with Microsoft Group Policies, but I would
> like to deploy our own Config file instead of using the Config file
> provided by TortoiseSvn MSI installer.
>
> So, do you know if it possible to modify TortoiseSvn MSI installer in
> order to add in this MSI our customized config file?

You have to add your config file to the msi yourself. TSVN does not ship
a config file in the installer.
But maybe using the registry might be easier if you want to adjust the
msi yourself. See here for what registry keys you can use:
http://svnbook.red-bean.com/en/1.7/svn.advanced.confarea.html#svn.advanced.confarea.windows-registry

> Another remark, TortoiseSvnProc.exe (or TSVNCahce.exe) creates
> automatically the subversion Config file if this file doesn't exist in
> %appdata%\Subversion (or if this file has been removed). So, I would
> like to know how works TortoiseSvnProc.exe (or TSVNCahce.exe): does this
> program use a default config file? where is it located? Can we modify it?

The svn library automatically creates that file if it doesn't exist.
That's hard coded in the library, you can not change or interfere there.

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=3027275
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-11-10 09:28:29 CET

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.