Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I disable the update software message box with Tortoise SVN client

Tags:

tortoisesvn

When using Tortoise SVN for the first time since a reboot, if the software has a new version, a message box appears asking to visit the website to get the new version. Does anyone know of a way to disable this?

like image 256
jjxtra Avatar asked Dec 13 '22 04:12

jjxtra


2 Answers

Go to the settings and disable the "Check for newer versions every week" checkbox.

like image 71
Brandon Avatar answered Dec 29 '22 00:12

Brandon


For newer versions of tortoisesvn

You will never get a popup. Instead the notification appears in an otherwise blank area of the commit dialog, so it is less intrusive. If you still find this a nuisance you can disable the check using Settings->Advanced and set VersionCheck to false.

http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2976707&orderBy=createDate&orderType=desc

like image 36
nikunj Avatar answered Dec 28 '22 23:12

nikunj