dolibarr-dev
[Top][All Lists]
Advanced

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

Re: [Dolibarr-dev] problème de mise à jour cvs


From: Laurent Destailleur (Eldy)
Subject: Re: [Dolibarr-dev] problème de mise à jour cvs
Date: Thu, 04 Oct 2007 23:14:48 +0200
User-agent: Thunderbird 2.0.0.6 (Windows/20070728)

La version dans le CVS semble bonne.
C'est donc la version sur ton poste qui doit etre incorrect. Il te faut gérer le conflit a la main en supprimant apres l'update les partie de codes incorrectes

Exemple, tu dois transformer ton
<<<<<<< osc_product.class.php
          $this->osc_catid = $obj[categories_id            ];
=======
          $this->osc_catid = $obj[categories_id];
>>>>>>> 1.14

par
          $this->osc_catid = $obj[categories_id];

Mais si tu fais un diff après tu n'auras aucune différence, à condition de bien mettre a jour ton repertoire reference (chose a faire systemaiquement apres qu'un patch ait été appliqué).

jean a écrit :
Bonjour,

J'avais envoyé mes fichiers patch à la liste. merci de les avoir intégrés. Mais pour certains fichiers la mise à jour ne se fait pas bien : j'ai des conflits lors de la maj et quand j'édite le fichier il y a des lignes comme celles-ci qui évidemment posent problème aussi à l'exécution du script...

<<<<<<< osc_product.class.php
           $this->osc_catid = $obj[categories_id            ];
=======
           $this->osc_catid = $obj[categories_id];
>>>>>>> 1.14

je vais les corriger et les renvoyer, mais d'où cela vient-il ?

voici ma commande diff

diff -Naur --exclude=CVS --exclude=".#*" --exclude="*~" --exclude=documents /home/jean/projets/dolidev/sources/dolibarr_devref/dolibarr/htdocs/oscommerce_ws/ /home/jean/projets/dolidev/sources/dolibarr/htdocs/oscommerce_ws/ >/home/jean/projets/dolidev/fich.patch

pour la mise à jour  j'utilise cervisia (sous debian)






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



--
Laurent Destailleur.
---------------------------------------------------------------
EMail: address@hidden
Web: http://www.destailleur.fr
IM: IRC=Eldy, Jabber=Eldy

AWStats (Author) : http://awstats.sourceforge.net
CVSChangeLogBuilder (Author) : http://cvschangelogb.sourceforge.net
AWBot (Author) : http://awbot.sourceforge.net
Dolibarr (Contributor) : http://www.dolibarr.org





reply via email to

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