Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
TortoiseSvn MSI installer and Subversion Config file
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
CHAZAL Julien  
View profile  
 More options Nov 8 2012, 11:07 am
From: CHAZAL Julien
Date: Thu, 8 Nov 2012 16:07:08 +0000
Local: Thurs, Nov 8 2012 11:07 am
Subject: TortoiseSvn MSI installer and Subversion Config file

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?

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?

Thanks in advance for your help.

Regards,

Julien CHAZAL
<http://www.atos.net>
________________________________

Ce message et les pièces jointes sont confidentiels et réservés à l'usage exclusif de ses destinataires. Il peut également être protégé par le secret professionnel. Si vous recevez ce message par erreur, merci d'en avertir immédiatement l'expéditeur et de le détruire. L'intégrité du message ne pouvant être assurée sur Internet, la responsabilité du groupe Atos ne pourra être engagée quant au contenu de ce message. Bien que les meilleurs efforts soient faits pour maintenir cette transmission exempte de tout virus, l'expéditeur ne donne aucune garantie à cet égard et sa responsabilité ne saurait être engagée pour tout dommage résultant d'un virus transmis.

This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Atos group liability cannot be triggered for the message content. Although the sender endeavors to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMess...

To unsubscribe from this discussion, e-mail: [[email address]].


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stefan Küng  
View profile  
 More options Nov 10 2012, 3:28 am
From: Stefan Küng
Date: Sat, 10 Nov 2012 09:28:21 +0100
Local: Sat, Nov 10 2012 3:28 am
Subject: Re: TortoiseSvn MSI installer and Subversion Config file
On 08.11.2012 17:07, CHAZAL Julien wrote:

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.adv...

> 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&dsMess...

To unsubscribe from this discussion, e-mail: [[email address]].


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "RE : TortoiseSvn MSI installer and Subversion Config file" by CHAZAL Julien
CHAZAL Julien  
View profile  
 More options Nov 15 2012, 10:45 am
From: CHAZAL Julien
Date: Thu, 15 Nov 2012 15:35:34 +0000
Local: Thurs, Nov 15 2012 10:35 am
Subject: RE : TortoiseSvn MSI installer and Subversion Config file
Hello Stefan,

Thanks a lot for your precious help on that Subject.

For the new release of TortoiseSvn, I suggest the following enhancement request for Subversion Config file:
"Instead of having an hard coded config file, store the default config file in TortoiseSvn installation directory and force TortoiseSvnProc.exe (or TSVNCahce.exe) process to read this config file in Tsvn installation directory. Then deploy this config file in %appdata% directory".

Auf wiedersehen!

Julien

________________________________________
De : Stefan Küng [[email address]]
Date d'envoi : samedi 10 novembre 2012 09:28
À : users
Cc : CHAZAL Julien
Objet : Re: TortoiseSvn MSI installer and Subversion Config file

On 08.11.2012 17:07, CHAZAL Julien wrote:

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.adv...

> 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
________________________________

Ce message et les pièces jointes sont confidentiels et réservés à l'usage exclusif de ses destinataires. Il peut également être protégé par le secret professionnel. Si vous recevez ce message par erreur, merci d'en avertir immédiatement l'expéditeur et de le détruire. L'intégrité du message ne pouvant être assurée sur Internet, la responsabilité du groupe Atos ne pourra être engagée quant au contenu de ce message. Bien que les meilleurs efforts soient faits pour maintenir cette transmission exempte de tout virus, l'expéditeur ne donne aucune garantie à cet égard et sa responsabilité ne saurait être engagée pour tout dommage résultant d'un virus transmis.

This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Atos group liability cannot be triggered for the message content. Although the sender endeavors to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMess...

To unsubscribe from this discussion, e-mail: [[email address]].


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »