Manuals

Rediriger la vérification de mise à niveau

TortoiseSVN vérifie s'il existe une nouvelle version disponible régulièrement. Si une telle version existe, une notification est affichée dans la boîte de dialogue de livraison.

Figure C.1. La boîte de dialogue de livraison, montrant la notification de mise à jour

La boîte de dialogue de livraison, montrant la notification de mise à jour

Si vous êtes responsable de beaucoup d'utilisateurs sur votre domaine, vous pouvez souhaitez que vous utilisateurs n'utilisent que des versions que vous avez approuvées et pas toujours la dernière version en date. Vous ne souhaitez probablement pas que cette notification s'affiche pour que vos utilisateur n'effectuent pas la mise à jour immédiatement.

Versions 1.4.0 and later of TortoiseSVN allow you to redirect that upgrade check to your intranet server. You can set the registry key HKCU\Software\TortoiseSVN\UpdateCheckURL (string value) to an URL pointing to a text file in your intranet. That text file must have the following format:

1.9.1.6000
A new version of TortoiseSVN is available for you to download!
http://192.168.2.1/downloads/TortoiseSVN-1.9.1.6000-svn-1.9.1.msi
      

The first line in that file is the version string. You must make sure that it matches the exact version string of the TortoiseSVN installation package. The second line is a custom text, shown in the commit dialog. You can write there whatever you want. Just note that the space in the commit dialog is limited. Too long messages will get truncated! The third line is the URL to the new installation package. This URL is opened when the user clicks on the custom message label in the commit dialog. You can also just point the user to a web page instead of the MSI file directly. The URL is opened with the default web browser, so if you specify a web page, that page is opened and shown to the user. If you specify the MSI package, the browser will ask the user to save the MSI file locally.

TortoiseSVN homepage