Erikku Posted September 27, 2012 Share Posted September 27, 2012 What is the trick to safely update from the SVN? Couple of days ago, I did an update from SVN, set the version to 1.5.0.18 in install_version.php, run the upgrade script and it worked juste fine. But I did an SVN update again today, it is still version 1.5.0.18, so the upgrade script does not run because it detects the version I want to update to is the same as the version I already have. What is the best way to proceed? Should I comment the version check in upgrade.php? Should I try to cheat on the version and set install_version.php to a later fictitious version, 1.5.0.19 for example? Link to comment Share on other sites More sharing options...
pjarone Posted March 22, 2013 Share Posted March 22, 2013 Trying to chase down what appears to be a bug in 1.5 and ran into the term SVN, can anyone tell me what SVN stands for, is it something I should know about? Link to comment Share on other sites More sharing options...
tdr170 Posted March 22, 2013 Share Posted March 22, 2013 Trying to chase down what appears to be a bug in 1.5 and ran into the term SVN, can anyone tell me what SVN stands for, is it something I should know about? Apache Subversion (often abbreviated SVN, after the command name svn) is a software versioning and revision control system distributed under an open source license. Developers use Subversion to maintain current and historical versions of files such as source code, web pages, and documentation. Its goal is to be a mostly compatible successor to the widely used Concurrent Versions System(CVS). Link to comment Share on other sites More sharing options...
Recommended Posts