Page 1 of 1

Version check

PostPosted: Fri Apr 20, 2012 7:47 pm
by GaD
Quick -newbie- question...., how do I know when an update has been posted on the SVN? Is there an easier way to figure it out than checking it every so-often....?
Thanks!

Re: Version check

PostPosted: Sun Apr 22, 2012 2:22 pm
by williamconley
Good question. I don't think there's any form of RSS feed built-in. But there are a lot of methods to "watch" for changes that require 3rd party involvement.

The coolest method is to link to Vicidial Development's Twitter feed. Any "real" activity is generally noted there (tiny stuff doesn't get a tweet, though).

Otherwise, you could have your system run svn up daily and report to you if there is a "change" and then you can log in, back up, complete the upgrade and test (and restore if you experience issues ...).