views:

100

answers:

2

Most everything about the subversion eco-system makes me happy; however the reminders to upgrade to newer versions of the tools gets annoying. Is there any way to turn these off if I am rolling the client to hundreds of workstations? I know I can dismiss the dialog box and tell it not to remind me but I want to never show the dialog boxes for Tortoise, subclipse, and Ankh.

+4  A: 

I only use Tortoise, but to disable the upgrade messages you can just right click in explorer -> Settings -> Uncheck Automatically check for newer versions every week.

Did you look through the settings of Ankh and Subclipse to see if they have a similar option?

Brandon
+1  A: 

For AnkhSVN you can disable the automatic check using the registry.

HKCU\SOFTWARE\AnkhSVN\AnkhSVN\VisualStudio\<VERSION>\UpdateCheck

Where is 8.0, 9.0 or 10.0

Create/set Interval to DWORD 0 to disable. This is the interval in hours.

Sander Rijken
I thought this would not be sufficient but after thinking it through it is of course the correct solution. Another one of these check keys will not generated unless a newer version of ankh is installed. Thanks so much.
ojblass
Version is the Visual Studio version. You can also disable the check for updates for the current AnkhSVN version. Just check the "Don't show this again" box, and look what key is generated (it's in the same registry location, but called differently)
Sander Rijken