Jump to content

SVN : Configuration et mise à jour en SVN par l'installeur ???


Jean-Bruno

Recommended Posts

Je m'explique : il y a 1 mois on etait en 1.4.0.2
Il y a une semaine en 1.4.02
Aujourd'hui ... vous me suivez ? Impossible de faire un test de mise à jour proprement sans se tirer une balle
on pourrait pas avoir un 1.4.0.2.3110 par exemple ???

Sinon merci de m'expliquer ces quelques lignes de /intall-dev/index.php

/* Old version detection */
$oldversion = false;
$sameVersions = true;
$tooOld = false;
if(file_exists(INSTALL_PATH.'/../config/settings.inc.php')){
   include(INSTALL_PATH.'/../config/settings.inc.php');
   $oldversion =_PS_VERSION_;
   $tooOld = (version_compare($oldversion, MINIMUM_VERSION_TO_UPDATE) == 0);
   $sameVersions = (version_compare($oldversion, INSTALL_VERSION) == -1);
}



MERCI, la 1.4 va être une bombe !

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...