dolibarr-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Dolibarr-dev] Git ou bug ?


From: Ozit
Subject: Re: [Dolibarr-dev] Git ou bug ?
Date: Wed, 12 Oct 2011 17:52:22 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110930 Thunderbird/7.0.1

Tu m'as embrouillé :-)
Je vais relire ca à tete reposée.
Merci

Le 12/10/2011 17:32, Régis Houssin a écrit :
lorsque tu fais un git clone tu es par défaut sur la branche "master", entre autre pas besoin de faire un git clone à chaque fois que tu fais une maj, un git pull dans le répertoire suffit.

une fois que tu as fait ton git clone, tu vas dans le répertoire, et tu fais :

git checkout -b develop origin/develop

ceci va créer ta branche locale "develop" qui aura pour origine la branche "origin/develop" de dolibarr
pas besoin non plus de le faire à chaque fois.

à partir de là tu peux copier le contenu de htdocs

lorsque tu veux faire une maj, il te suffit juste de vérifier que tu es bien dans la branche develop en faisant un :

git checkout develop

puis tu fais un :

git pull

pour récupérer les derniers commits.


Le 12/10/11 17:12, Ozit a écrit :
English at the end
***********************
Bonjour,
Voici le process que j'utilise pour récupérer les derniers fichiers de Dolibarr

Initialement, j'ai récupéré les sources avec la commande :
"git clone git://github.com/Dolibarr/dolibarr.git"
je récupère les dernières sources via la commande :
"git pull"
après quoi, je copie le contenu du dossier sur mon serveur web de test.
Mais je rencontre le problème suivant :
une fois la copie lancée, je me connecte sur mon serveur de test "http://vmtest/dolibarr/htdoncs/install"
J'ai bien la procédure de mise à jour qui m'est proposée pour mettre à jour ou installer dolibarr

Il est indiqué :

Version dernière mise à jour: 3.2.0-alpha
Version programmes: 3.1.0

je sélectionne le dernier choix 3.0.0 vers 3.1.0

http://vmtest/dolibarr/htdocs/install/upgrade.php?action="">

Le script lance bien une mise à jour,
http://vmtest/dolibarr/htdocs/install/upgrade.php?action="">

mais apres ca, j'ai la page
http://vmtest/dolibarr/htdocs/install/upgrade2.php?versionfrom=3.0.0&versionto=3.1.0

qui me ramene à la page

http://vmtest/dolibarr/htdocs/install/etape5.php?versionfrom=3.0.0&versionto=3.1.0

et enfin on me propose de retourner à la page de migration à nouveau

En ceci, en boucle.

******************************
Hello,
Here's the process I use to retrieve the latest files of Dolibarr

Initially, I grabbed the sources with the command:
"git clone git: / / github.com / Dolibarr / dolibarr.git"
I get the lastest source via the command:
"git pull"
after which, I copy the folder contents on my web server to test.
But I encounter the following problem:
after copying started, I log on my test server "http://vmtest/dolibarr/htdoncs/install"
I have the procedure update that I proposed to update or install dolibarr

It states:

Version last updated: 3.2.0-alpha
Programs Version: 3.1.0

I select the last choice 3.0.0 to 3.1.0

The script starts up an update,


But after that, I page
http://vmtest/dolibarr/htdocs/install/upgrade2.php?versionfrom=3.0.0&versionto=3.1.0

Which brings me back to page

http://vmtest/dolibarr/htdocs/install/etape5.php?versionfrom=3.0.0&versionto=3.1.0

and finally it is my intention to return to the migration again

In this, repeatedly.



_______________________________________________
Dolibarr-dev mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/dolibarr-dev


Cordialement,
-- 
Régis Houssin
---------------------------------------------------------
Cap-Networks
30, quai de Verdun
71700 Tournus
FRANCE
VoIP: +33 1 83 62 40 03
GSM: +33 6 33 02 07 97
Web: http://www.cap-networks.com/
Email: address@hidden

Dolibarr developer: address@hidden
Web Portal: http://www.dolibarr.fr/
SaaS offers: http://www.dolibox.fr/
Shop: http://www.dolistore.com/
Development platform: https://doliforge.org/
---------------------------------------------------------


reply via email to

[Prev in Thread] Current Thread [Next in Thread]